Hiru315 Posted December 23, 2022 Share Posted December 23, 2022 Since DSt's animation duplicates the hand/leg for the anim. Does anyone know how to change it? I tried to delete one arm/leg in the .scml file but it'll still show in-game. Link to comment https://forums.kleientertainment.com/forums/topic/145319-custom-character-with-only-1-armleg/ Share on other sites More sharing options...
IronHunter Posted December 23, 2022 Share Posted December 23, 2022 The .scml is mostly just your characters build. Its not possible to achieve this when using vanilla animations. Unless you redo all the animations to only have 1 arm/leg as there is no way to hide specifically one set of limbs. Outside of the arm_normal/arm_carry for hand equips. If this is a custom player character there are literally hundreds of animations you would need to rework. An endeavor that I haven't seen any modders willing to commit to. If this is just a custom mob with limited pool of animations you probably could achieve this with some hardwork decompiling, and recompiling animations with a unique bank name. Link to comment https://forums.kleientertainment.com/forums/topic/145319-custom-character-with-only-1-armleg/#findComment-1615990 Share on other sites More sharing options...
Hiru315 Posted December 24, 2022 Author Share Posted December 24, 2022 2 hours ago, IronHunter said: The .scml is mostly just your characters build. Its not possible to achieve this when using vanilla animations. Unless you redo all the animations to only have 1 arm/leg as there is no way to hide specifically one set of limbs. Outside of the arm_normal/arm_carry for hand equips. If this is a custom player character there are literally hundreds of animations you would need to rework. An endeavor that I haven't seen any modders willing to commit to. If this is just a custom mob with limited pool of animations you probably could achieve this with some hardwork decompiling, and recompiling animations with a unique bank name. I'm working on mob (spider-queen) Been trying to keep only 2 of her front legs in .scml by delete other legs in every frames of animations but it still appeared in-game after recompiling I guess i'll have to try another way now. Thank you Link to comment https://forums.kleientertainment.com/forums/topic/145319-custom-character-with-only-1-armleg/#findComment-1616006 Share on other sites More sharing options...
IronHunter Posted December 24, 2022 Share Posted December 24, 2022 5 minutes ago, Hiru315 said: I'm working on mob (spider-queen) Been trying to keep only 2 of her front legs in .scml by delete other legs in every frames of animations but it still appeared in-game after recompiling I guess i'll have to try another way now. Thank you This is probably because your trying to load a second copy of the animation bank but doing so with a file with a different name to the original. Try changing the name of your bank which is the name above all the animations in spriter. Then make sure code references this bank in game. Link to comment https://forums.kleientertainment.com/forums/topic/145319-custom-character-with-only-1-armleg/#findComment-1616007 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