Credits Jumping Animation

Credits Jumping Animation v1.2

I've noticed that some of the animations like the first jump, play through the whole ending animation with all three jumps if you fall from a great height. There might be a way to fix this by decreasing the last variable in the first and third animations right after the name of the animation in the animations.lua file. I think those are the variables that define the last frame in the animation that will be played. But its a great mod though!
 
I've noticed that some of the animations like the first jump, play through the whole ending animation with all three jumps if you fall from a great height. There might be a way to fix this by decreasing the last variable in the first and third animations right after the name of the animation in the animations.lua file. I think those are the variables that define the last frame in the animation that will be played. But its a great mod though!
pretty sure that was intentional but thanks anyways!
 
Hey, I'm creating a mod that tweaks the moveset of CS characters by editing a JSON-like file. I’d like to add compatibility with your mod, allowing characters to use or not the new animations based on the JSON-like configuration. If you're okay with it, would you mind if I refactored your code to make this possible?
 
  • Like
Reactions: Saultube
Yeah, That's Fine (credit would be neat but isn't necessary)
Hey, I'm creating a mod that tweaks the moveset of CS characters by editing a JSON-like file. I’d like to add compatibility with your mod, allowing characters to use or not the new animations based on the JSON-like configuration. If you're okay with it, would you mind if I refactored your code to make this possible?
 
Yeah, That's Fine (credit would be neat but isn't necessary)
Don't worry, I will give credit to you.
Here in the refactored main.lua: main.lua

The changes:
  • add /jump-animation to toggle globally the animation changes
  • create an API for other mods to: check jumpAnimation is installed, set enable/disable, check if it is enable/disable, execute the changes of animation for any of the 3 jumps

When you can, please update the mod with the new code
 
  • Like
Reactions: Saultube

Users who are viewing this thread