Jump to content

Recommended Posts

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?

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.

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?

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...