When the game release I had a quick look if governments like republics and theocracies can be made playable with modding. As the government files do not have a "playable = yes/no", I thought, "well, quite sad".
When I had a look at the files today, I noticed the following entry in the scripted_rules file:
And one can actually make republics and theocracies playable by deleting these two lines.
Dear devs, I'm sorry for being totally blind and being a little bit disappointed about the supposed lack of this option.
Am I the only one who didn't notice that until now?
Anyone interested in making a republic/theocracy mod?
When I had a look at the files today, I noticed the following entry in the scripted_rules file:
Code:
is_character_allowed_to_be_player = {
custom_description = {
text = "GAME_OVER_CANNOT_PLAY_THEOCRACY"
NOT = { has_government = theocracy_government }
}
custom_description = {
text = "GAME_OVER_CANNOT_PLAY_REPUBLIC"
NOT = { has_government = republic_government }
}
}
Dear devs, I'm sorry for being totally blind and being a little bit disappointed about the supposed lack of this option.
Am I the only one who didn't notice that until now?

Anyone interested in making a republic/theocracy mod?
- 13
- 4