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

Fürstbischof

General
17 Badges
Jan 25, 2009
1.745
86
  • Arsenal of Democracy
  • Deus Vult
  • Europa Universalis III
  • Europa Universalis III Complete
  • Divine Wind
  • For The Glory
  • Heir to the Throne
  • Hearts of Iron Anthology
  • 500k Club
  • Europa Universalis: Rome
  • Victoria 2: A House Divided
  • Europa Universalis III: Collection
  • 200k Club
  • Rome: Vae Victis
  • Victoria 2
  • Europa Universalis III Complete
  • Europa Universalis III Complete
Note that this event is just for SWE. GER will get access, but there's not event message popping up.

But it'd be good to have a pop-up as GER. Otherwise you won't know that you can now freely move through SWE. ;)

I've therefore added a second event for GER which confirms the swedish admission of the transport. It'll be included in the next AOD/E3 upload.

#########################################################################
# The Engelbrecht Transit
#########################################################################
event = {
id = 92
random = no
country = SWE

trigger = {
war = { country = SOV country = GER }
alliance = { country = GER country = FIN }
NOT = {
alliance = { country = GER country = SWE }
}
control = { province = 107 data = GER } # Oslo
#ispuppet = no
atwar = no
}

name = EVT_92_NAME
desc = EVT_92_DESC
picture = "germans_transit"
style = 0

date = { day = 0 month = january year = 1936 }
offset = 3
deathdate = { day = 29 month = december year = 1999 }

action_a = {
ai_chance = 90
name = EVT_92_ACTA
command = { type = access which = GER }
command = { type = relation which = GER value = 5 }
command = { type = trigger which = 6192 }
}

action_b = {
ai_chance = 10
name = EVT_92_ACTB
command = { type = relation which = GER value = -20 }
}
}

event = {
id = 6192
random = no
country = GER

name = EVT_92_NAME
desc = EVT_92_DESC
style = 0
picture = "germans_transit"

date = { day = 0 month = january year = 1936 }
offset = 1
deathdate = { day = 29 month = december year = 1999 }

action_a = {
name = "The Swedes give us now free transportation through their country."
command = { type = relation which = GER value = 5 }
}
}

Let's hope that the devs include something similar in one of the next beta patches.
 

Fürstbischof

General
17 Badges
Jan 25, 2009
1.745
86
  • Arsenal of Democracy
  • Deus Vult
  • Europa Universalis III
  • Europa Universalis III Complete
  • Divine Wind
  • For The Glory
  • Heir to the Throne
  • Hearts of Iron Anthology
  • 500k Club
  • Europa Universalis: Rome
  • Victoria 2: A House Divided
  • Europa Universalis III: Collection
  • 200k Club
  • Rome: Vae Victis
  • Victoria 2
  • Europa Universalis III Complete
  • Europa Universalis III Complete
But tbh the Swedes should be allowed to revoke their admission once things on the eastern front are going badly for the Germans. We'd have to carefully pick the triggers for such an event. ;)
 

Denniss

CORE developer
37 Badges
Jun 15, 2005
3.370
41
www.matrixgames.com
  • Rise of Prussia
  • Europa Universalis IV: Res Publica
  • Victoria: Revolutions
  • Semper Fi
  • Sword of the Stars II
  • Victoria 2
  • Victoria 2: A House Divided
  • Victoria 2: Heart of Darkness
  • 500k Club
  • Europa Universalis IV: Pre-order
  • Majesty 2
  • Mount & Blade: Warband
  • Achtung Panzer
  • Surviving Mars
  • Age of Wonders III
  • Surviving Mars: Digital Deluxe Edition
  • Shadowrun Returns
  • Surviving Mars: First Colony Edition
  • Surviving Mars: First Colony Edition
  • Darkest Hour
  • Cities in Motion
  • Crusader Kings II
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: Sword of Islam
  • Commander: Conquest of the Americas
  • Arsenal of Democracy
  • Deus Vult
  • East India Company Collection
  • Europa Universalis IV
  • Europa Universalis IV: Art of War
  • Europa Universalis IV: Wealth of Nations
  • For the Motherland
  • Hearts of Iron III
  • Hearts of Iron III: Their Finest Hour
As the new event 6192 is designed to be directly triggered by event 92, there's no need for a date range and offset. Without a set trigger condition it may fire on January 2 1936. Also the relation in 6192 should improve with SWE (maybe not needed at all)
 

Fürstbischof

General
17 Badges
Jan 25, 2009
1.745
86
  • Arsenal of Democracy
  • Deus Vult
  • Europa Universalis III
  • Europa Universalis III Complete
  • Divine Wind
  • For The Glory
  • Heir to the Throne
  • Hearts of Iron Anthology
  • 500k Club
  • Europa Universalis: Rome
  • Victoria 2: A House Divided
  • Europa Universalis III: Collection
  • 200k Club
  • Rome: Vae Victis
  • Victoria 2
  • Europa Universalis III Complete
  • Europa Universalis III Complete
As the new event 6192 is designed to be directly triggered by event 92, there's no need for a date range and offset. Without a set trigger condition it may fire on January 2 1936. Also the relation in 6192 should improve with SWE (maybe not needed at all)

I've found that copy&paste error, too. ;) 6192 should only be triggered by the swedish allowance. If in this case date, range and offset are superfluous I'll remove them.
 

Fürstbischof

General
17 Badges
Jan 25, 2009
1.745
86
  • Arsenal of Democracy
  • Deus Vult
  • Europa Universalis III
  • Europa Universalis III Complete
  • Divine Wind
  • For The Glory
  • Heir to the Throne
  • Hearts of Iron Anthology
  • 500k Club
  • Europa Universalis: Rome
  • Victoria 2: A House Divided
  • Europa Universalis III: Collection
  • 200k Club
  • Rome: Vae Victis
  • Victoria 2
  • Europa Universalis III Complete
  • Europa Universalis III Complete
AOD/E3 is missing an event which recreates the transfer of Tangier back to France after VE day. I've created a spanish event but I'm not convinced that the chosen triggers will actually work. What do you think?

trigger = {
atwar = no
control = { province = 2331 data = SPA }
exists = FRA
NOT = { exists = VIC }
NOT = {
war = { country = GER country = ENG }
war = { country = GER country = FRA }
}
}
 

Denniss

CORE developer
37 Badges
Jun 15, 2005
3.370
41
www.matrixgames.com
  • Rise of Prussia
  • Europa Universalis IV: Res Publica
  • Victoria: Revolutions
  • Semper Fi
  • Sword of the Stars II
  • Victoria 2
  • Victoria 2: A House Divided
  • Victoria 2: Heart of Darkness
  • 500k Club
  • Europa Universalis IV: Pre-order
  • Majesty 2
  • Mount & Blade: Warband
  • Achtung Panzer
  • Surviving Mars
  • Age of Wonders III
  • Surviving Mars: Digital Deluxe Edition
  • Shadowrun Returns
  • Surviving Mars: First Colony Edition
  • Surviving Mars: First Colony Edition
  • Darkest Hour
  • Cities in Motion
  • Crusader Kings II
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: Sword of Islam
  • Commander: Conquest of the Americas
  • Arsenal of Democracy
  • Deus Vult
  • East India Company Collection
  • Europa Universalis IV
  • Europa Universalis IV: Art of War
  • Europa Universalis IV: Wealth of Nations
  • For the Motherland
  • Hearts of Iron III
  • Hearts of Iron III: Their Finest Hour
Engelbrecht informal event will be included in version 2 of the unofficial fixpack - work in progress. Currently no idea how to revoke access or what to do with the Tangier event. I may have a look at the swedish CORE events, maybe we have a good solution the to port back to vanilla.