So me and a friend have been working on a mod recently and we came across an issue where puppets of a country were having their politics overwritten to 61% democracy, 13% for other ideologies. We noticed this is the same split that the Philippines have. I went into the HOI files to figure out what was going on, and it seems the split of percentages isn't the same as it is (seemingly) indented to be.
The files:
In-game:
I've verified my game cache to make sure I'm not insane, and watched other people's youtube videos, and they all have the 61, 13, 13, 13 split.[/code]
The files:
Code:
set_politics = {
parties = {
democratic = {
popularity = 82
}
fascism = {
popularity = 9
}
communism = {
popularity = 9
#banned = no #default is no
}
}
ruling_party = democratic
last_election = "1935.9.15"
election_frequency = 72
elections_allowed = yes
}
In-game:
I've verified my game cache to make sure I'm not insane, and watched other people's youtube videos, and they all have the 61, 13, 13, 13 split.[/code]