• 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.
Status
Not open for further replies.

Ceeker

Captain
119 Badges
Apr 26, 2004
383
2
  • Victoria 2
  • Magicka
  • March of the Eagles
  • Europa Universalis III Complete
  • Naval War: Arctic Circle
  • Europa Universalis IV: Res Publica
  • Victoria: Revolutions
  • Semper Fi
  • Sword of the Stars
  • Sword of the Stars II
  • Supreme Ruler 2020
  • Supreme Ruler: Cold War
  • Teleglitch: Die More Edition
  • Europa Universalis III Complete
  • Victoria 2: A House Divided
  • Victoria 2: Heart of Darkness
  • Warlock: Master of the Arcane
  • 500k Club
  • Cities: Skylines
  • Crusader Kings II: Holy Knight (pre-order)
  • Europa Universalis III: Collection
  • Europa Universalis IV: El Dorado
  • Europa Universalis IV: Pre-order
  • Pride of Nations
  • Mount & Blade: Warband
  • Stellaris: Nemesis
  • Deus Vult
  • Hearts of Iron II: Armageddon
  • Cities in Motion
  • Crusader Kings II
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: Sword of Islam
  • Darkest Hour
  • Arsenal of Democracy
  • East India Company Collection
  • Europa Universalis III
  • Europa Universalis III Complete
  • Divine Wind
  • Europa Universalis IV
  • Europa Universalis IV: Art of War
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Call to arms event
  • Hearts of Iron III
Should Romania refuse the Soviet demands for Bessarabia - which seems to now be a fairly common course of events - and the Soviets decide "Let's Bring them Socialism!" (and eventually make the Romanians a puppet) the Vienna Dictate event still fires, which gives Hungary some Romanian territory and is followed by a militarist coup event in Romania. As a result, the Soviets now have a fascist puppet, which is a little strange.

The Vienna Dictate is probably best made conditional on Romania not being a Soviet puppet, because I can't see a puppet Romania being subject to the demands of Germany (or Bulgaria and Hungary, for that matter).
 
Upvote 0

MartinBG

Darkest Hour Developer
2 Badges
Nov 16, 2007
5.634
257
  • Hearts of Iron II: Beta
  • Hearts of Iron IV Sign-up
#2839

EDIT

This actually is fixed long time ago (in June 2011) by adding a check if neither ROM or HUN are soviet puppets to event 2022009 (hungary.txt):
Code:
    trigger = {
        exists = GER
        exists = ROM
        control = { province = 296 data = ROM } #Oradea
        control = { province = 288 data = ROM } #Cluj
        control = { province = 293 data = ROM } #Miercurea Ciuc
        control = { province = 292 data = ROM } #Bistrita
        government = fascist
        NOT = {
            war = { country = HUN country = ROM  }
            puppet = { country = HUN country = SOV  }
            puppet = { country = ROM country = SOV  }
            OR = {
                control = { province = 285 data = -1 } #Timiosara
                control = { province = 286 data = -1 } #Arad
                control = { province = 296 data = -1 } #Oradea
            }
        }
    }
 
Last edited:
Status
Not open for further replies.