Originally Posted by Damonk
Nice stuff, this. However, I've stumbled upon a problem.
I tried adding a trait by copying the Divorced trait in the export_descr_character_trait and adding whatever effects I wanted to it.
It looked like this:
Trait Awesome
Characters family
hidden
Level Awesome
Description Divorced_desc
EffectsDescription Divorced_effects_desc
Threshold 1
Effect TaxCollection 100
Effect Command 10
Effect Loyalty 10
Effect Chivalry 10
Effect Piety 10
Effect Law 10
Effect Squalor -10
Effect Unrest -10
Effect TroopMorale 10
Effect HitPoints 30
Effect MovementPoints 10
Effect Trading 100
Upon loading a campaign game with this trait file, it crashes, after repeatedly having tried to find a certain trait on a certain line in the traits file, rather than going by names, according to the log file.
I suppose this means I have to edit the references somewhere else, but as I am completely new to modding the RTW engine, I am at a loss.
Can someone extend a helping hand to me?