elkronk - thank you for give us open beta
- Description: New Colonial Government forms does not have unique colonial rulers (like director, governor or viceroy)
- Game Version: 1.31.4
- Expansions: all of them
- Mods: no mods
- Explain the issue: whn colonial nation is created its start with colonial_government. After month it is changed to crown_colony, but there are no code that changes default republic ruler "consul" to "governor", "director" or "viceroy"
- Steps to Reproduce: Change codes in that files:
00_government_names #If only two first levels used then reorder so that only 2 and 3 are used
iberian_colonial_government = {
rank = {
1 = COLONY
}
ruler_male = {
1 = VICEROY
}
ruler_female = {
1 = VICEREINE
}
trigger = {
culture_group = iberian
has_reform = colonial_government
}
}
#If only two first levels used then reorder so that only 2 and 3 are used
iberian_crown_colony_government = {
rank = {
1 = COLONY
}
ruler_male = {
1 = VICEROY
}
ruler_female = {
1 = VICEREINE
}
trigger = {
culture_group = iberian
has_reform = crown_colony_government
}
}
#If only two first levels used then reorder so that only 2 and 3 are used
iberian_private_enterprise_colony_government = {
rank = {
1 = COLONY
}
ruler_male = {
1 = VICEROY
}
ruler_female = {
1 = VICEREINE
}
trigger = {
culture_group = iberian
has_reform = private_enterprise_colony_government
}
}
#If only two first levels used then reorder so that only 2 and 3 are used
iberian_self_governing_colony_government = {
rank = {
1 = COLONY
}
ruler_male = {
1 = VICEROY
}
ruler_female = {
1 = VICEREINE
}
trigger = {
culture_group = iberian
has_reform = self_governing_colony_government
}
}
#If only two first levels used then reorder so that only 2 and 3 are used
dutch_colonial_government = {
rank = {
1 = COLONY
}
ruler_male = {
1 = DIRECTOR
}
ruler_female = {
1 = DIRECTORESS
}
trigger = {
primary_culture = dutch
has_reform = colonial_government
}
}
#If only two first levels used then reorder so that only 2 and 3 are used
dutch_crown_colony_government = {
rank = {
1 = COLONY
}
ruler_male = {
1 = DIRECTOR
}
ruler_female = {
1 = DIRECTORESS
}
trigger = {
primary_culture = dutch
has_reform = crown_colony_government
}
}
#If only two first levels used then reorder so that only 2 and 3 are used
dutch_private_enterprise_colony_government = {
rank = {
1 = COLONY
}
ruler_male = {
1 = DIRECTOR
}
ruler_female = {
1 = DIRECTORESS
}
trigger = {
primary_culture = dutch
has_reform = private_enterprise_colony_government
}
}
#If only two first levels used then reorder so that only 2 and 3 are used
dutch_self_governing_colony_government = {
rank = {
1 = COLONY
}
ruler_male = {
1 = DIRECTOR
}
ruler_female = {
1 = DIRECTORESS
}
trigger = {
primary_culture = dutch
has_reform = self_governing_colony_government
}
}
01_government_names01
gov_colonial_government = {
rank = {
1 = COLONY
}
ruler_male = {
1 = GOVERNOR
}
ruler_female = {
1 = GOVERNESS
}
trigger = {
has_reform = colonial_government
}
}
crown_colony_government = {
rank = {
1 = COLONY
}
ruler_male = {
1 = GOVERNOR
}
ruler_female = {
1 = GOVERNESS
}
trigger = {
has_reform = crown_colony_government
}
}
private_enterprise_colony_government = {
rank = {
1 = COLONY
}
ruler_male = {
1 = GOVERNOR
}
ruler_female = {
1 = GOVERNESS
}
trigger = {
has_reform = private_enterprise_colony_government
}
}
self_governing_colony_government = {
rank = {
1 = COLONY
}
ruler_male = {
1 = GOVERNOR
}
ruler_female = {
1 = GOVERNESS
}
trigger = {
has_reform = self_governing_colony_government
}
}
- Pictures:
- 1
- 1