chokieboe Posted Friday at 11:24 PM Share Posted Friday at 11:24 PM I'm creating a character mod and want it to be slightly smaller than usual without messing with the sprite sizes. I know it's possible to change the size of a character overall with commands, but how would I do this in code for a character? I'm very new to modding, sorry if this is a dumb question. Link to comment https://forums.kleientertainment.com/forums/topic/171129-can-you-change-a-modded-characters-overall-size/ Share on other sites More sharing options...
Haruhi Kawaii Posted Saturday at 03:10 AM Share Posted Saturday at 03:10 AM Add this code to your master_postinit: inst.AnimState:SetScale(.8, .8) Link to comment https://forums.kleientertainment.com/forums/topic/171129-can-you-change-a-modded-characters-overall-size/#findComment-1864161 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