Jump to content

Recommended Posts

My character mod (orange) is a rook and he turns into a withered rook when he's near ruins while nightmare phase is wild. This works with every animation build except for the one i specifically made for him to turn into. Please help.
The animation exists, it is defined correctly, i dont know what could have happened. My only thought is that since this build isnt really attatched to a specific character (no character is defaulting to this build) that may be causing an issue, but im not sure.

image.png
This is the build i want him to turn into.

image.png.bd0334a16f420ccf933727f0bf7529ad.png
The compiler builds it just fine, and it exists in the anim folder.
I have also tried moving the sprites into a different mod file for them to compile there, same issue.

Here is where it is mentioned in the file (i used monkey code, thats why the function is named that)
image.png.f3e599772fdcbdde5413e3dc76e8eacf.png
Here is where it is mentioned in the file (i used monkey code, thats why the function is named that)
 


Here is him going invisible

 

Here is him working with another character's build.

Please help!! Genuinely stumped

You can check if you did not load the file, the game failed to find the animation or the build.

You can c_select(ThePlayer) and press backspace to see if anim/build is missing

You can ThePlayer.AnimState:SetBuild("") to see if the log says something like

[00:01:22]: Could not find anim build FROMNUM
[00:01:22]: Could not find anim bank [FROMNUM]

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...