Need help tweaking Kick [E]

Users who are viewing this thread

How can I modify the in-game Kick (ability)?
Thinking about changing the range of the kick and how fast/responsive the kick is. So far I've found something about kick in the actions.txt file:

prepare_kick_0 256 2197815329  1
  0.050000 kick_rightleg 10 12 4 0 0.0 0.0 0.0 0.0
prepare_kick_1 256 2197815329  1
  0.050000 kick_rightleg 12 12 4 0 0.0 0.0 0.0 0.0
prepare_kick_2 256 2197815329  1
  0.050000 kick_rightleg 12 12 4 0 0.0 0.0 0.0 0.0
prepare_kick_3 256 2197815329  1
  0.050000 kick_rightleg 12 12 4 0 0.0 0.0 0.0 0.0
kick_right_leg 256 50331681  1
  0.700000 kick_rightleg 12 33 2 0 0.0 0.0 0.0 0.0
kick_left_leg 256 50331681  1
  0.700000 kick_rightleg 12 33 2 0 0.0 0.0 0.0 0.0




 
As far as I can see there is no range included. What is included is the duration of the sequence (marked below in red) but I don't know what happens when you change that. If you want to try it do not forget to make a copy of the original file.
kick_left_leg 256 50331681  1
  0.700000 kick_rightleg 12 33 2 0 0.0 0.0 0.0 0.0
 
All that is in actions.txt is instructions for how to run the animations. Changing the duration should affect the speed. Changing the animation itself should affect the range. Other than this, everything about kicking is hard-coded and not modable.

(You'll typically find better modding help over at The Forge)
 
You can also identify the "kick" animation, and do your stuff about it.
 
Lumos said:
27POP27 said:
Belendor said:
You can also identify the "kick" animation, and do your stuff about it.
How can I do this? Sry, I'm useless at modding/tweaking
With OpenBRF and the proper animation editing software. :smile:
But will the physical numbers also change or just the animation? I mean like animation time to HIT the kick and the range of the kick
 
Back
Top Bottom