My Problem With The Animations

Users who are viewing this thread

  Hello, I would like to preface this with my utmost respect and appreciation for the developers of this mod, because it's probably the only reason I play Warband anymore. It's by far the most immersive, and one of the most unique mods I've ever played. Now onto my issue.

  I absolutely hate your new thrust animations. Hate them. I can't stand them. They make combat a hassle. The specific animation I refer to is for one-handed swords, where there is no overhead swing, and instead it is simply replaced with that terrible thrust that often does not work properly.

  I would like to ask anybody that knows if there is any way to remove that specific animation and replace it with vanilla. I'm not completely unfamiliar with making my own changes in the files of Warband mods to suit my personal tastes, but I'm not exactly a coder/programmer myself. I am willing to make the changes myself should anyone explain to me how.

Edit: I saw another thread with the same problem but the solution given there didn't work.
 
Find this within actions.txt:
Code:
ready_overswing_onehanded 2621952 1679839242  1
  0.350000 spear_1h_thrust_above 0 13 7 0 0.000000 0.000000 0.000000 0.000000 
 release_overswing_onehanded 2621952 2183155722  1
  0.600000 spear_1h_thrust_above 13 34 6 0 0.000000 0.000000 0.000000 0.000000 
 release_overswing_onehanded_continue 0 572542977  1
  0.200000 spear_1h_thrust_above 34 58 2 0 0.000000 0.000000 0.000000 0.000000 
 blocked_overswing_onehanded 512 35672079  1
  0.300000 spear_1h_thrust_above 20 0 6 0 0.000000 0.000000 0.000000 0.000000 
 parried_overswing_onehanded 512 35672079  1
  0.600000 spear_1h_thrust_above 20 0 6 0 0.000000 0.000000 0.000000 0.000000
Replace with this:
Code:
ready_overswing_onehanded 524800 1679839242  1
  0.350000 attacks_single_overswing 5 16 7 0 0.0 0.0 0.0 0.0 
 release_overswing_onehanded 524800 2183155722  1
  0.600000 attacks_single_overswing 16 37 6 0 0.0 0.0 0.0 0.0 
 release_overswing_onehanded_continue 0 572542977  1
  0.200000 attacks_single_overswing 37 40 2 0 0.0 0.0 0.0 0.0 
 blocked_overswing_onehanded 512 35672079  1
  0.300000 anim_human 29315 29310 6 0 0.0 0.0 0.0 0.0 
 parried_overswing_onehanded 512 35672079  1
  0.600000 anim_human 29315 29310 6 0 0.0 0.0 0.0 0.0
You may also need to add the overswing attack to some weapons. You can use Morgh´s for that.
 
Back
Top Bottom