Make sure you are editing the correct line in descr_character for the battle map model/skin. Generals are under the "Named Character" section, Captains are under "general" (not at all confusing huh?
).
The "Battle Model" line in descr_character.txt points to the "Type" line of the unit in Descr_Model_Battle.txt.
Using the Generals for Amazonia as an example I have this for my descr_character.txt entry under "Named Character"
Code:
faction pontus
dictionary 2
strat_model sm_amazon_general
battle_model amazon_general
battle_equip gladius, chainmail shirt helmet and rectangular shield
Then in Descr_Model_Battle.txt the entry for the Amazon General looks like this:
Code:
type amazon_general
skeleton fs_dagger
skeleton_horse fs_hc_swordsman
skeleton_elephant fs_forest_elephant_rider
skeleton_chariot fs_chariot_sword
skeleton_camel fs_hc_swordsman
indiv_range 40
texture pontus, amazon/data/models_unit/textures/amazon_general_pontus.tga
texture romans_scipii, amazon/data/models_unit/textures/amazon_general_scipii.tga
texture romans_julii, amazon/data/models_unit/textures/amazon_general_julii.tga
model_flexi amazon/data/models_unit/officer_amazon_general_high.cas, 15
model_flexi amazon/data/models_unit/officer_amazon_general_med.cas, 30
model_flexi amazon/data/models_unit/officer_amazon_general_low.cas, 40
model_flexi amazon/data/models_unit/officer_amazon_general_lowest.cas, max
model_sprite pontus, 60.0, amazon/data/sprites/amazon_general_sprite.spr
model_sprite romans_scipii, 60.0 amazon/data/sprites/romans_scipii_amazon_general_sprite.spr
model_sprite romans_julii, 60.0, amazon/data/sprites/romans_julii_amazon_general_sprite.spr
model_tri 400, 0.5f, 0.5f, 0.5
You will also need check Export_Descr_Unit.txt and see what unit your faction has with the "general_unit" attribute. Make sure there is only one unit with that attribute. The game will use that for your Pre-Marian Generals. You should also have one unit with the "general_unit_upgrade" attribute for the game to use for your Post-Marian reforms Generals.
Finally, check descr_strat. The game uses whatever unit is listed immediately after a General for their bodyguard, regardless of what you have listed anywhere else.
Bookmarks