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

vegetassj2345

First Lieutenant
4 Badges
Jan 30, 2004
294
0
  • Darkest Hour
  • Europa Universalis IV
  • Victoria 2
  • 500k Club
Have you ever see a german victory over soviet union and a german invasion of england or usa?i see fall_bifrost in the ai files (i'm using titanium edition).
I played as Argentina and i couldn't use my transport ship, they can't reach any destination...why? and also is there the event about a USA defeat by Germany?
 
i checked no no bifrost possibility but i found fall bifrost in your mod so if i use the event below this can a solution? if yes, where should i put this event in your mod?!


####################################
# Soviet Union and England are defeated - now attack USA
####################################
event = { id = 12051300
random = no
country = GER
trigger = {
ai = yes
war = { country = GER country = USA}
NOT = { war = { country = GER country = SOV } }
NOT = { war = { country = GER country = ENG } }

}
AND = {
NOT = {
control = { province = 187 data = SOV } # Leningrad has fallen
control = { province = 163 data = SOV } # Stalingrad has fallen
control = { province = 175 data = SOV } # Moscow has fallen
control = { province = 1907 data = SOV } # Baku has fallen
control = { province = 1572 data = SOV } # Sverdlovsk has fallen

}


}


name = "AI_EVENT"
style = 0
date = { day = 1 month = january year = 1936 }
offset = 7
deathdate = { day = 30 month = december year = 1953 }
action_a = {
command = { type = ai which = "switch/GER_bifrost.ai" }
}
}

and also if i set the ai file like this

################
# German decides strategy after Paris falls
#############################################
event = {
id = 20014
random = no
country = GER

trigger = {
ai = yes
NOT = { ispuppet = GER }
NOT = { lost_national = { country = GER value = 2 } }
control = { province = 56 data = GER } # Paris
NOT = { war= { country = GER country = SOV } }
NOT = { war= { country = GER country = SPA } }
NOT = { war= { country = GER country = SPR } }
NOT = { war= { country = GER country = YUG } }
NOT = { war= { country = GER country = POL } }
OR = {
lost_national = { country = FRA value = 90 }
exists = VIC
}
}

name = "AI_EVENT"
style = 0

date = { day = 1 month = january year = 1936 }
offset = 4
deathdate = { day = 29 month = december year = 1963 }

action_a = { #Russian Campaign
ai_chance = 50
command = { type = local_setflag which = GERInvadeRussia }
}
action_b = { #Launch Sea Lion
ai_chance = 50
command = { type = local_setflag which = GERInvadeSpain }
}
}

so Germany can attack and destroy England, after the end of England Germany will attack URSS?
 
Last edited: