• 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.

HOI-Player

Corporal
6 Badges
Dec 7, 2020
43
2
  • Darkest Hour
  • Europa Universalis IV
  • Victoria 2
  • Hearts of Iron IV: Cadet
  • Hearts of Iron IV: Colonel
  • Steel Division: Normandy 44
I would like to trigger the Russian Revolution as "Germany" in DH in the 1914 scenario "manually" (by triggering an event via F12 or edit the savegame), so that in the end the Tsar is deposed and the Soviet Union is founded. Is this possible and if so, how?
 
If you are just going to fire the event, you can, but not much will happen unless the triggers are valid:

Code:
id = 2104530   # Revolution !
    country = RUS

trigger = {
        random = 25
        event = 2104525 # Major revolts against provisional governemnt in Petrograd !
        OR = {
            flag = october_revolution
            dissent = 35
        }