Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
First, you must create a leader trait that grants your ideology's support, should look like this.
monarchist_reformer = {
random = no
sprite = 13
monarchism_drift = 0.1
ai_will_do = {
factor = 0
}
}
Now that you have the trait, go to the [ideas] folder located in the [common] folder, there find the Austrian txt document. In here, create a new advisor like this...
AUS_your_name = {
picture = your_portrait_path
allowed = {
original_tag = AUS
}
traits = { monarchist_reformer }
}
And boom! Done! As easy as that.... or so I think anyway.
What do you mean with the sprite = 13 part? What does that do?
A bit of a late reply but hey!
Sprite means the icon that the advisors have ( a factory icon, a gear icon...) the higher the number the bigger it will be, but I never messed with it so I may be wrong there.