Jump to content

Recommended Posts

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 by cookiedragon101
Link to comment
https://forums.kleientertainment.com/forums/topic/70569-anim-bank-trouble/
Share on other sites

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...