cookiedragon101 Posted September 30, 2016 Share Posted September 30, 2016 (edited) I've been working on this custom object for a character mod, and I'm done but, it keeps crashing, so I looked at the crash reports and it said something about anim bank, which being a noob in coding, I have no idea what it is and how to fix it. Edited October 1, 2016 by cookiedragon101 Link to comment https://forums.kleientertainment.com/forums/topic/70569-anim-bank-trouble/ Share on other sites More sharing options...
MidrealmDM Posted October 1, 2016 Share Posted October 1, 2016 Your anim file should have a build and a bank The build is the name of the scml the bank is the name of the Entity that you created in spriter Build (Filename.scml) -- Bank (Entity in spriter) ---- Animation (animation name in spriter) =-=-=- Without seeing the error, I am guessing that most likely Either the animation doesn't exist or you've named it wrong or you failed to declare the animation as an asset in either the modmain or the character.lua That being said, I have done much work with characters, so there may be different rules for governing character animation vs items. Link to comment https://forums.kleientertainment.com/forums/topic/70569-anim-bank-trouble/#findComment-821082 Share on other sites More sharing options...
cookiedragon101 Posted October 2, 2016 Author Share Posted October 2, 2016 ok I kind of fixed it, but now its not appearing in the inventory Link to comment https://forums.kleientertainment.com/forums/topic/70569-anim-bank-trouble/#findComment-821190 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