terrestrian Posted January 27, 2018 Share Posted January 27, 2018 I am currently making a character mod. But I want to change z order of some parts. Even if I done in spriter, it doesn't change in the game. So Is there any way to change z order? Link to comment https://forums.kleientertainment.com/forums/topic/86826-is-there-any-way-to-change-z-order-for-sprites/ Share on other sites More sharing options...
IronHunter Posted January 27, 2018 Share Posted January 27, 2018 (edited) The closest I've ever found so far is using: inst.AnimState:SetMultiSymbolExchange("symbol1", "symbol2") You'll have to run it in game on your character at some point, I've seen it used to make weapons go in front of the hand sprites, and tuck torsos into pants. I think you could probably use it to swap the hair and torso z positions. You can clear any changes you've made using: inst.AnimState:ClearSymbolExchanges() Its definitly something that requires experimenting with to get looking right, I would love an easier way to adjust z-positions if anybody else knows any. Hope it helps, at least its a start. Iron_Hunter Edited February 2, 2018 by IronHunter typo Link to comment https://forums.kleientertainment.com/forums/topic/86826-is-there-any-way-to-change-z-order-for-sprites/#findComment-996378 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