I could maybe upload the savefile if it's of any use to you
That won't likely help--an eb.system.log file zipped up would be much more helpful whenever you get a CTD like that.
If you still have the former save, you could retry the battle again and then send us the log file when you get the CTD.
King Antiochos got a trait obviously reserved for Celtiberians. It was called "proven warrior values" or something similar. It gave +1 influence and +1 fertility, if I remember correctly. I can't find a charactertraits file so I cannot confirm its precise name. The trait perhaps was lost after a turn again, but I cannot say for sure as I reloaded a savegame and don't know whether he already had that trait then or got it afterwards.
Very weird. It's called the EDCT(export_descr_character_traits).
Code:
;------------------------------------------
Trigger CeltiberianValues4
WhenToTest PostBattle
Condition WonBattle
and FactionType f_arevaci
and BattleSuccess > average
and GeneralNumKillsInBattle > 35
and Trait CeltiberianValues = 1
and Trait CeltiberianMerc < 1
and NumEnemiesInBattle > 900
Affects CeltiberianValues 9 Chance 30
;------------------------------------------
The red line was missing from this trigger, but still, antiochos shouldn't have had CeltiberianValues = 1...Very weird. Good spot. I've further tweaked the Values triggers to help make sure this only happens for the Arevaci.
Bookmarks