
Originally Posted by
Barabas
This CTD has happened to me as well. The City was Carna 260BC. The message was:
Generic Error
Failed to find texture 'eb/data/models_unit/textures/celtic_heavy_infantry2.tga.psd'.
Hope this helps...
Thats caused by this mercenary unit: Assilin Modarra'in (Saba Heavy infantry). More specifically the missing attribute mercenary_unit in the export_descr_unit.txt file for this unit.
To fix,
- backup and open up Export_descr_unit.txt in: your installation folder\eb\data with notepad
- do a search for
Code:
arabian infantry assilinmodarra merc
and change (you'll find this approx. 5 lines lower)
Code:
attributes sea_faring, hide_forest
into
Code:
attributes sea_faring, hide_forest, mercenary_unit
-save and exit.
pay attention that you are actually changing this unit:
Code:
arabian infantry assilinmodarra merc
and not this unit:
Code:
arabian infantry assilinmodarra
The crash should be gone.
Bookmarks