Okay, so I'm editing a country's INC file (Three guesses as to which) and I'm redoing the divisions/what have you being built.
Unfortunately, everytime the game tries to load the INC file with this edit added in, it crashes to the desktop. And I know it's these and these alone that are the problem because I tested it with just my other modifications and it worked perfectly.
So...I must be missing an error somewhere. Here it is:
Unfortunately, everytime the game tries to load the INC file with this edit added in, it crashes to the desktop. And I know it's these and these alone that are the problem because I tested it with just my other modifications and it worked perfectly.
So...I must be missing an error somewhere. Here it is:
Code:
division_development = {
name = "7ème Division d'Infanterie"
type = infantry
model = 1
cost = 4.5
id = { type = 13500 id = 33 }
date = { year = 1936 month = january day = 8 }
}
division_development = {
name = "6ème Division d'Infanterie"
type = infantry
model = 1
cost = 4.5
id = { type = 13500 id = 34 }
date = { year = 1936 month = january day = 9 }
}
division_development = {
name = "9ème Division d'Infanterie"
type = infantry
model = 1
cost = 4.5
id = { type = 13500 id = 35 }
date = { year = 1936 month = january day = 10 }
}
division_development = {
name = "10ème Division d'Infanterie"
type = infantry
model = 1
cost = 4.5
id = { type = 13500 id = 36 }
date = { year = 1936 month = january day = 11 }
}
division_development = {
name = "Painlevé"
type = carrier
model = 2
cost = 3.5
id = { type = 13500 id = 37 }
date = { year = 1936 month = february day = 21 }
}
division_development = {
name = "Painlevé CAG"
type = CAG
model = 2
cost = 2.0
id = { type = 13500 id = 38 }
date = { year = 1936 month = february day = 21 }
}