Razor's Marka horse death animation fix.


- make sure that the .cas files have the necessary .evt files in your mod's animations folder (repacking might not succeed without the them). For this I've added the animations_rusichi_horse_&_axe_v1.1 pack released by the Marka team.
- unzip the marka_horse_death_animation_fix and paste the six .CAS files in data/mods/"modname"/animations/fs_horse_marka
- delete the two .dat and two .idx files in the same animations folder.
- add this to your mod's .cfg file:

[util]
no_animdb = true

This will tell the game to repack the animations and skeletons using the animations fold and descr_skeleton.txt entries

- temporarily rename the animations folder of the game itself (Medieval II Total War/data/animations). Otherwise the game will use the vanilla animations folder of M2TW and load the respective .dat and .idx packs from there, meaning your mod's .dat and .idx packs don't get repacked. 

- start your mod. The animations get repacked.
- in .cfg file change "no animdb = true" to either:

[util]
;no_animdb = true

... or this:

[util]
no_animdb = false

... to your mod's .cfg file (or delete those lines altogether).


- Enjoy :)



Feel free to use it in your mod!