Quote Originally Posted by Ferromancer View Post
In the EDU:

Replace:
roman_infantry_cohorsevocata_cohorspraetoriana
with:
roman_infantry_cohorsimperatoria_evocata

replace:
roman_infantry_cohorsimperatoria
with:
roman_infantry_cohorsimperatoria_evocata

delete line:
officer roman_eagle

That's a temporary solution to get you playing again. The real problem lies with something screwed up in the unit models.

Perhaps i have the solution, in the descr_battle_model some files are not correctly named.
Search for:
Roman infantry - Cohors Evocata / Cohors Praetoriana
and
Roman infantry - Cohors Imperatoria

Then look at the names for 'texture' and 'model_flexi_m' they should be the same as the file names in the following folders:
eb/data/models_unit/textures/
and
eb/data/models_unit/

So for example the following line in the descr_battle_model is linked to the following file:
model_flexi_m eb/data/models_unit/EBUNIT_PROME_NEW_UNIT_ROMAN_LegioneAugustea_high.cas

But in the eb/data/models_unit/ folder the file name is as followed:
EBUNIT_PROME_NEW_UNIT_ROMAN_LEGIONEAUGUSTEA_HIGH.CAS

So if both names are the same, no changes has to be made in the export_descr_unit file

The only line that has to be deleted in that file is:
officer roman_eagle

I hope this works.