Integration Guide
This guide is for users that want to mix and match different mods. It shows which bug-fixer files require other bug-fixer files to work properly.
descr_model_battle.txt requires:
-greek_archer_merc_sprite_new.spr
-greek_archer_merc_sprite_new_000.tga.dds
descr_mount.txt requires:
-descr_model_battle.txt
export_descr_unit.txt requires:
-descr_mount.txt
-descr_model_battle.txt
export_descr_ancillaries.txt requires:
-export_descr_character_traits.txt
So, if you use bug-fixer export_descr_unit.txt file, you also need to use bug-fixer descr_mount.txt and descr_model_battle.txt files to make things work properly.
On the other hand, if you plan to use export_descr_unit.txt file from some other mod, it won't have negative impact on other parts of bug-fixer, since no other part of bug-fixer requires export_descr_unit.txt file.
In some cases, when applying other mods, you need to use some of original files instead of those from bug-fixer. For example, if you want to use some mod that modifies export_descr_character_traits.txt file, you can't use it together with bug-fixer export_descr_ancillaries.txt file, since it requires bug-fixer version of export_descr_character_traits.txt file. In such case, you need to use original export_descr_ancillaries.txt file instead of one from bug-fixer (can be found in Original Data folder).
Bookmarks