I was just wondering where the files are and how I would change them so I could change the picts into a monarchy for recreational purposes. Thanks in advance.
Find your country by searching for name = "country name", scroll down to the technology section. The first number for each entry is the current level, the second number (with three decimal points) is the actual number of RPs invested in it.Ok thank you, just one more question what entries in the save file would I change so I can edit my current tech levels?
In common\governments.txt, just copy and paste one of the entries, change the name to something unique and change the modifiers to whatever you want. For example:anyone have a clue how to make your own governemt with bonus's u want for modding purposes....
awesome_republic = {
military_ideas = 2
civic_ideas = 2
economical_ideas = 2
religious_ideas = 2
republic = yes
global_tax_modifier = 1 #+100% tax income
# Years until the same candidate can be re-elected
election_delay = 10
}
Find your country by searching for name = "country name", scroll down to the technology section. The first number for each entry is the current level, the second number (with three decimal points) is the actual number of RPs invested in it.
In common\governments.txt, just copy and paste one of the entries, change the name to something unique and change the modifiers to whatever you want. For example:
Hope that helps.Code:awesome_republic = { military_ideas = 2 civic_ideas = 2 economical_ideas = 2 religious_ideas = 2 republic = yes global_tax_modifier = 1 #+100% tax income # Years until the same candidate can be re-elected election_delay = 10 }