• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

Steppen

Second Lieutenant
2 Badges
Mar 23, 2008
177
2
  • Darkest Hour
  • 500k Club
Hi all, I tried to find a topic about this matter in the previous pages, but I do not managed to find it.
in my opinion, a game without elections is very boring, especially when you play the ussr in the late game, so I removed the events about the collapse of the soviet union when the socialists take the power, and added various socialist parties in order to mantain democracy, and I was thinking to do the same thing for all countries after they became proletarian dictatorship.
I thought about an event wich could deactivate the non-socialists parties and enabling that communists/socialists ones,not availables in a capitalist democracy, but it seems to be too hard for me (I never modded or created events or the game in general)so i was asking if someone has already done/thought something like that.
that's all folks
 
Hi all, I tried to find a topic about this matter in the previous pages, but I do not managed to find it.
in my opinion, a game without elections is very boring, especially when you play the ussr in the late game, so I removed the events about the collapse of the soviet union when the socialists take the power, and added various socialist parties in order to mantain democracy, and I was thinking to do the same thing for all countries after they became proletarian dictatorship.
I thought about an event wich could deactivate the non-socialists parties and enabling that communists/socialists ones,not availables in a capitalist democracy, but it seems to be too hard for me (I never modded or created events or the game in general)so i was asking if someone has already done/thought something like that.
that's all folks
Well what exactly are you looking to do. I'm not aware of the Soviet Union actually being in game as a playable nation in Ricky. Could be wrong though...

I suggest taking a look at the American Reconstruction events. THey have an event that "sleeps" and "awakens" new and old parties. You can just copy-paste this and edit it to your needs if you want to have an event that will force all non Commie/Socialist parties to go away.

Also, if any of the "extremist" parties are elected, if you have landed or wealth voting systems in place, voting will not be abolished. The democracy will remain, as long as you don't have universal suffrage.
 
Well, I didn't find the American Reconstruction Events, but I modeled this one with the "Triumph of the blosheviks" and the "Italian Revolution", and something like that could works?
#########################################################################
# The born of the Social-Democracy
#########################################################################
event = {
id = 20061990
random = no
country = ITA

trigger = {
constitution = { country = ITA type = proletarian_dictatorship }

name = "The born of the Social-Democracy"
desc = "The enemy classes has been physically eliminated, so we are ready to turn our dictatorship into a socialist democracy"
style = 0

date = { day = 1 month = june year = 1836 }
offset = 2
deathdate = { day = 30 month = december year = 1935 }

action_a = {
name = "The enemy classes has been physically eliminated, so we are ready to turn our dictatorship into a socialist democracy"
command = { type = wake_party which = 5323 }
command = { type = wake_party which = 5324 }
command = { type = wake_party which = 5325 }
command = { type = wake_party which = 5326 }
command = { type = plurality value = 5 }
command = { type = sleep_party which = 5300 }
command = { type = sleep_party which = 5301 }
command = { type = sleep_party which = 5302 }
command = { type = sleep_party which = 5303 }
command = { type = sleep_party which = 5304 }
command = { type = sleep_party which = 5305 }
command = { type = sleep_party which = 5306 }
command = { type = sleep_party which = 5307 }
command = { type = sleep_party which = 5308 }
command = { type = sleep_party which = 5309 }
command = { type = sleep_party which = 5310 }
command = { type = sleep_party which = 5311 }
command = { type = sleep_party which = 5312 }
command = { type = sleep_party which = 5313 }
command = { type = sleep_party which = 5314 }
command = { type = sleep_party which = 5315 }
command = { type = sleep_party which = 5316 }
command = { type = sleep_party which = 5317 }
command = { type = sleep_party which = 5318 }
command = { type = sleep_party which = 5319 }
command = { type = sleep_party which = 5320 }
command = { type = sleep_party which = 5321 }
command = { type = sleep_party which = 5322 }
command = { type = pop_militancy which = 100 value = -5 } #to slow down cycle of revolts
command = { type = set_ruling_party which = 5323 }
command = { type = constitution which = democracy }
command = { type = national_value which = equality }
command = { type = party_system which = multi_party }
command = { type = executive_designation which = parliamentarism }
command = { type = voting_rights which = wealth }
command = { type = press_rights which = censorship }
command = { type = political_parties which = all_allowed }
command = { type = trade_unions which = only_socialist }
}
}
And another question is, since I would like to make it for every european country, there is a way to use just one file of party.csv, instead of creating socialists parties for everyone? this could simulate the Communist International, I guess.
 
Last edited:
Well, I didn't find the American Reconstruction Events, but I modeled this one with the "Triumph of the blosheviks" and the "Italian Revolution", and something like that could works?

And another question is, since I would like to make it for every european country, there is a way to use just one file of party.csv, instead of creating socialists parties for everyone? this could simulate the Communist International, I guess.
You can't, each country must have it's own parties.

Just remember, no matter how many events you have, if you have a Communist party in power with full universal suffrage enabled at the end of the month, you will get a dictator ship.

You need an event ID too, looks fine though.
 
Nothing to do. It doesn't work. I looked in vicky wiki too, but when I run the game it finds an error in almost every line, I also added name and description in event_text.csv. I don't know what's wrong...