Hello,
I'm attempting to alter my version of RTR Platinum 1.9. Right now I'm working on adding new character traits like this below. I think Im adding the right text the correct files, but when I try to play then opening that character's screen causes my game to crash. Is there is file I'm not updating, or is there an error in my text? Or is there something fundamental about the structure of the code that I'm ignorant too? Right now I'm just trying ot reverse engineer this from observing other similar traits so I could be missing something important.
Thanks,
Here are the files i'm altering and what I'm placing in the file:
export_descr_character_traits
----------------------
Trait ElectedSenator
Characters family
ExcludeCultures barbarian, greek, eastern, egyptian, carthaginian
Level Senator
Description Senator_desc
EffectsDescription Senator_effects_desc
Threshold 2
Effect Influence 2
Effect Law 1
;------------------------------------------
Trigger ElectedSenator
WhenToTest CharacterTurnEnd
Condition CultureType roman
and Trait Elected_Senator > 28
Affects Senator 1 Chance 100
export_descr_VnVs_enums
;-----------------------------------------
Senator
Senator_desc
Senator_effects_desc
export_VnVs
;-----------------------------------------------------
{ElectedSenator} Senator
{ElectedSenator_desc}
This man is one of the Conscript Fathers of the Roman Senate.
{ElectedSenator_effects_desc}
+2 Influence, +1 Law
;-----------------------------------------------------------




Reply With Quote





