Quote Originally Posted by lismore
Hi there!
I found in the textures file theres an entry:
UNIT_EASTERN_HEAVY_INFANTRY_PARTHIA.TGA.DDS
Parthia doesnt have heavy infantry- is this the unit card for heavy spearmen?
No, the files in the textures folder are the skins for the models. The unit cards are in the UI\units\ folder.

The unit card is designated by the following line in the unit's export_descr_unit entry:

Code:
dictionary       east_heavy_infantry      ; Heavy Spearmen
So in this case, the game will look in the UI\units\ folder for the faction you're controlling for a file called #east_heavy_infantry as knoddy says.