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

piratefish

Captain
9 Badges
Aug 8, 2009
480
1
  • Arsenal of Democracy
  • Hearts of Iron II: Armageddon
  • Darkest Hour
  • Europa Universalis III
  • Hearts of Iron III
  • Iron Cross
  • Semper Fi
  • 500k Club
  • Hearts of Iron IV Sign-up
When playing as Japan using the Improved 1936 mod on AoD version 1.08, the game freezes shortly after June 1, 1937. An error message comes up that reads "cannot open file ai\switch/Germany_luftwaffe.ai"

I looked in my game directory but no such file exists (no wonder it cannot open). I downloaded and installed the latest patch for improved 1936, but I still experience the same crash. Does anyone know of a fix?
 
Here is the code that needs to be removed from db/events/improved/AI Events/23_AI_Germany since the ai file is not there:

event = {
id = 63923
random = no
country = GER
trigger = {
ai = yes
technology = 4050 technology = 4170
}
date = { day = 1 month = february year = 1936 }
offset = 1
deathdate = { day = 30 month = december year = 1963 }
name = "AI_EVENT"
desc = " "
style = 0
picture = " "

action_a = {
name = "OK"
command = { type = ai which = "Switch/Germany_Luftwaffe.ai" }
}
}
This is a great mod that just need a little tweeking. I am using it as the basis for my multi-player networked games.

Delete the above code and GAME ON!