How do I alter Game Sprites and Behavior with my addon Character?

I'm brand new to modding and have a few questions about the process:

How do I remove unnecessary sprites/frames or add the brand new sprites/frames for my character without triggering MISSING ROTATIONS error?

How to alter enemy behavor when my character is used? Should I create a just program it using a lua file or... do something else?
 
It sounds like you should consult the tutorial: https://wiki.srb2.org/wiki/Custom_character_tutorial

Your character cannot lack any required sprites, otherwise it will crash. 100% of the sprites included in the base template are required. You can replace them so long as they follow the naming convention, which the tutorial goes more into.
The bare minimum is just an idle sprite, meaning you can have only one sprite in your mod.

Its easy to have two frames be set to one animation, its just hard to explain.
 
The bare minimum is just an idle sprite, meaning you can have only one sprite in your mod.

Its easy to have two frames be set to one animation, its just hard to explain.
That is only if you have other placeholder sprites in place. The game will crash if it tries to load a character without them.
 

Who is viewing this thread (Total: 1, Members: 0, Guests: 1)

Back
Top