FruityKinqz Posted January 21, 2015 Share Posted January 21, 2015 I recently made a character in DST and added the code below to the prefab.inst.Transform:SetScale() I was wondering if there was a way I could get it to apply to just the character and not the items it equips, and if not the is there someway I can make my character bigger that's as easy as the code above without enlarging items? Link to comment https://forums.kleientertainment.com/forums/topic/49525-need-help-with-character-prefab/ Share on other sites More sharing options...
rezecib Posted January 21, 2015 Share Posted January 21, 2015 apply to just the character and not the items it equips, and if not the is there someway I can make my character bigger that's as easy as the code above without enlarging items? Hmm... I don't believe so. The equipped items are part of the player's anim object, basically, which is why they scale up. Link to comment https://forums.kleientertainment.com/forums/topic/49525-need-help-with-character-prefab/#findComment-604547 Share on other sites More sharing options...
FruityKinqz Posted January 21, 2015 Author Share Posted January 21, 2015 Hmm... I don't believe so. The equipped items are part of the player's anim object, basically, which is why they scale up. Damn, Is there anyway I can increase the size of everything at the same time? Link to comment https://forums.kleientertainment.com/forums/topic/49525-need-help-with-character-prefab/#findComment-604556 Share on other sites More sharing options...
rezecib Posted January 21, 2015 Share Posted January 21, 2015 everything What do you mean by "everything"? But inst.Transform:SetScale(1.5,1.5,1.5) will make the player 50% bigger, if that's what you mean. Link to comment https://forums.kleientertainment.com/forums/topic/49525-need-help-with-character-prefab/#findComment-604559 Share on other sites More sharing options...
FruityKinqz Posted January 21, 2015 Author Share Posted January 21, 2015 Sorry meant all the artwork or maybe a way to scale it in spriter. Link to comment https://forums.kleientertainment.com/forums/topic/49525-need-help-with-character-prefab/#findComment-604566 Share on other sites More sharing options...
rezecib Posted January 21, 2015 Share Posted January 21, 2015 @FruityKinqz, Not without having to redo all of the animations, I think... Link to comment https://forums.kleientertainment.com/forums/topic/49525-need-help-with-character-prefab/#findComment-604608 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