NamelessName Posted May 5, 2019 Share Posted May 5, 2019 I have two mod characters that I wish to use their skins on, but I have to be online to open wardrobe. Skins API mod can allow me to use multiple mod skins for items offline, but not for characters. So how can this be done? Can it be done at all? Link to comment https://forums.kleientertainment.com/forums/topic/105721-how-can-i-make-wardrobe-work-offline-with-my-own-made-mods/ Share on other sites More sharing options...
YakumoYukari Posted May 5, 2019 Share Posted May 5, 2019 You can change the appearance of prefab by using methods. Just make another version of encoded animation files(.zip files in anim folder I mean) with different build name and run below the code. inst.AnimState:SetBuild("buildname") So it actually changes the appearance and will work like skin without using skins API. Link to comment https://forums.kleientertainment.com/forums/topic/105721-how-can-i-make-wardrobe-work-offline-with-my-own-made-mods/#findComment-1189456 Share on other sites More sharing options...
NamelessName Posted May 6, 2019 Author Share Posted May 6, 2019 10 hours ago, YakumoYukari said: You can change the appearance of prefab by using methods. Just make another version of encoded animation files(.zip files in anim folder I mean) with different build name and run below the code. inst.AnimState:SetBuild("buildname") So it actually changes the appearance and will work like skin without using skins API. So where do I paste this code? Also does this mean that I can change the skin only while outside the game? Or is it in the console command while in the game? Link to comment https://forums.kleientertainment.com/forums/topic/105721-how-can-i-make-wardrobe-work-offline-with-my-own-made-mods/#findComment-1189610 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now