
Originally Posted by
Jon Arbuckle
Not a really easy fix no. The process itself is pretty simple, but time consuming. What you would need to do is open up the play_rome folder, open the export_descr_character_traits.txt, find each trait you want to be announced, then add
GainMessage trait_gain_desc
below the EffectsDescription line. Replace the word 'trait' with the name of the trait itself.
Then you need to open the Text folder, open export_VnVs.txt, find the traits you added the gain message line to, and below the {trait_desc} line add
{trait_gain_desc}
Write description directly below it.
That should do it. Bear in mind, make one mistake, add one space where there shouldn't be, miss one bracket, letter, add a capital letter where there shouldn't be one, etc etc, you will get an errorless CTD. If you don't have experience in checking trait files for errors, that can be a pain in the behind, so make sure you backup ANY file you change.