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

The Hidden

Second Lieutenant
44 Badges
May 22, 2004
164
0
  • Crusader Kings II: Horse Lords
  • Victoria: Revolutions
  • Semper Fi
  • Victoria 2
  • Victoria 2: A House Divided
  • Victoria 2: Heart of Darkness
  • 500k Club
  • Crusader Kings II: Holy Knight (pre-order)
  • Europa Universalis IV: El Dorado
  • Europa Universalis IV: Pre-order
  • Europa Universalis IV: Common Sense
  • Europa Universalis IV: Res Publica
  • Crusader Kings II: Conclave
  • Stellaris
  • Hearts of Iron IV: Cadet
  • Crusader Kings II: Reapers Due
  • Crusader Kings II: Monks and Mystics
  • Hearts of Iron IV: Death or Dishonor
  • Crusader Kings II: Jade Dragon
  • Hearts of Iron IV: Expansion Pass
  • Crusader Kings III
  • Crusader Kings III: Royal Edition
  • Divine Wind
  • 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: Sword of Islam
  • Europa Universalis III
  • Europa Universalis III: Chronicles
  • Europa Universalis III Complete
  • Crusader Kings II
  • Europa Universalis IV
  • Europa Universalis IV: Art of War
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Wealth of Nations
  • For the Motherland
  • Hearts of Iron III
  • Hearts of Iron III: Their Finest Hour
  • Heir to the Throne
  • Europa Universalis III Complete
  • Europa Universalis III Complete
Can you release puppets in this game, cause I would like to know bfore dling the mod if i can release Poland and reload as it.
 
In other words, start the scenario as Russia.

poland.gif


However, note a few problems:

You won't have a huge choice of ministers or leaders, or any relevant events. (Although, feel free to suggest/write some yourself if you're knowledgeable in this area)

I suspect this is a bug in standard HoI itself, but when Russia "liberates Poland as a puppet" the new independent Poland actually isn't a Russian puppet, nor is it allied to Russia in any way.

Most critically, there's a bug in the TGW mod itself. :eek: (Which I've just discovered). The file ..\db\ministers\ministers_pol.csv begins with the tag POR for Portugal, instead of POL for Poland. As a result, Poland doesn't have any ministers available at all.
 
If you release Poland, try playing as Russia - you get the "Great Retreat" event very soon because you don't control Warsaw - but neither do the Central Powers......perhaps the condition:

owned = { province = 643 data = RUS }
owned = { province = 638 data = RUS }
owned = { province = 639 data = RUS }
owned = { province = 723 data = RUS }

should be inserted.
 
Might this be a bit more suitable?

Code:
AND = {

OR = {
owned = { province = 643 data = GER }
owned = { province = 643 data = U11 }
}

OR = {
owned = { province = 638 data = GER }
owned = { province = 638 data = U11 }
}

OR = {
owned = { province = 639 data = GER }
owned = { province = 639 data = U11 }
}

OR = {
owned = { province = 723 data = GER }
owned = { province = 723 data = U11 }
}

}