We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.
You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
Let's say that I want to reform the nicknames list within my game files. How do I go about that, and how do I program when such nicknames are picked up?
Not really the place to ask this, as it's a general modding question, not specific to Lux Invicta.
Nicknames are defined in common/nicknames/. The actual text of the nickname goes in a .csv file in localisation/, in the same format as any other localization.
If you have something like:
Code:
nick_the_conqueror = {}
it is gained only by event (or in history, as the result of a war won or lost, or in the effect of a decision)
the nickname can be gained at random if the allow conditions are met (age 16 or older, and having the traits lisp and clubfooted) with a 5% chance of happening.
Look through the nicknames files. If anything confuses you you can ask again.