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

unmerged(170255)

Corporal
2 Badges
Sep 30, 2009
46
0
  • Arsenal of Democracy
  • Hearts of Iron II: Armageddon
I am (obviously from my other posts) still learning the game (and enjoying it), but I haven't found anything that tells you when a nation moves its capital city because it is getting invaded.

For example, while playing the US, I never knew that all the British Isles were wiped by the Germans until I joined their alliance. I'd think that a US Ambassador there would have said something such as "packing my stuff. Jerry's at the door..."

In the case of England, because it joins the war as soon as Poland is being attacked, you never know if or when the Germans actually start Sea Lion, because of the fog of war.

Either a pop up event such as "Germany initiates Sea Lion" or "London (or any other capital city) evacuated" would be a good addition (IMHO) to the game.

As usual, apologies if that was already discussed.
 
Upvote 0

darthpedro

Second Lieutenant
51 Badges
Feb 25, 2008
137
0
  • Semper Fi
  • Hearts of Iron III: Their Finest Hour
  • Darkest Hour
  • Hearts of Iron III
  • For the Motherland
  • Hearts of Iron IV: Death or Dishonor
  • Cities: Skylines - Parklife
  • Europa Universalis IV: Rule Britannia
  • Hearts of Iron IV: Expansion Pass
  • Europa Universalis IV: Cradle of Civilization
  • Cities: Skylines Industries
  • Europa Universalis IV: Third Rome
  • Europa Universalis IV: Mandate of Heaven
  • Cities: Skylines - Mass Transit
  • Hearts of Iron IV: Together for Victory
  • Europa Universalis IV: Rights of Man
  • Hearts of Iron IV: Cadet
  • Europa Universalis IV: Dharma
  • Europa Universalis IV: Cossacks
  • Europa Universalis IV: Golden Century
  • Hearts of Iron IV: Expansion Pass
  • Cities: Skylines - Campus
  • Hearts of Iron IV: La Resistance
  • Crusader Kings III
  • Battle for Bosporus
  • Europa Universalis 4: Emperor
  • Hearts of Iron IV: By Blood Alone
  • Hearts of Iron IV: No Step Back
  • Victoria 2: A House Divided
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Sword of Islam
  • 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
  • Europa Universalis IV: Res Publica
  • Victoria 2
  • Hearts of Iron IV Sign-up
  • Victoria 2: Heart of Darkness
  • Cities: Skylines
  • Europa Universalis IV: El Dorado
  • Crusader Kings II: Way of Life
  • Europa Universalis IV: Common Sense
  • Crusader Kings II: Horse Lords
  • Cities: Skylines - After Dark
  • Crusader Kings II
  • Europa Universalis IV: Mare Nostrum
Something like this:

Check the description, it's not great

###################################################
######## Abandon England? ###########
#########################################
event = {
id = 90127543
random = no
country = USA

trigger = {

exists = ENG

control = { province = 19 data = GER }

war = { country = ENG country = GER }
}

Name = "Sir, the germans are here"
Desc = " The germans have landed in England: English are abandoning the island and we must decide wether to stay in London or escape." # new text needed.......


date = { day = 1 month = september year = 1939 }
offset = 2
deathdate = { day = 30 month = december year = 1955 }

action_a = {
name = "Well, at least it's good to know."
ai_chance = 100
command = { type = relation which = GER value = -10 }

}

}