It is simpler than it seems.
You must change in export_descr_unit only the dictionary name.
This is the method I use:
Code:
type barb peltast gaul
dictionary barb_peltast_gaul2 ; Skirmisher Warband
(note the 2 at the end)
The next step is to change the same in export_units (text folder):
Code:
{barb_peltast_gaul2}
{barb_peltast_gaul2_descr}
{barb_peltast_gaul2_descr_short}
And finally, add the 2 (or whatever you add) at the end of the unit card name (#barb_peltast_gaul2.tga) and info picture (barb_peltast_gaul2_info.tga).
That's all, because all the other files use the "type" instead of the "dictionary" name.
Bookmarks