How to add extra super walking animations?

Status
Not open for further replies.

Thomas Earl

Member
I'm making a character wad and I'm just about done except the super sprites which need separate sprites that don't share with standing and walking (etc) or else it will switch from standing to one walking frame and so on
So, can anyone help me?
 
Using lua you can check what state your characer is in and either overwrite it with another state, custom or otherwise (player.mo.state), or overwrite it with a different frame (player.mo.frame).
 
FSonic is marked as reusable, and supports exactly what you're asking for. Your best option is to take the code and modify it to fit your character's respective frames and not conflict with the original wad. If you're not good with Lua and just want to copy it, that's fine, but things might break when you add FSonic.
 
The problem is, this is my first wad and so I have no experience in LUA and I need an easy way to get the wad finished for release
 
Status
Not open for further replies.

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

Back
Top