I have a similar problem I think, I was editing the provinces.csv-file to start out with some more Factories when playing as sweden and (messed with province 101), when I tried to load the campaign 1936 the game said "(illegal province ID 0) 'ownedprovinces = { Line 42 file = scenarios/1936/cyn_36.inc --- what would you like to do? *Abort* *Try Again* *Ignore*" and no mather what I press the game just crashes, I haven't even touched that file before so I don't understand why that one would be a fuzz, changing the line doesn't work, removing the bracket just freezes the loading-screen, I reverted the scenario-file back to when the game used to work but still nothing.
here's the first 65 or something lines of it (line 42 is the one before "controlledprovinces ="):
Code:
country = {
tag = CYN
regular_id = CHI
intrinsic_gov_type = paternal_autocrat
policy = {
date = { year = 0 month = january day = 0 }
democratic = 3
political_left = 4
freedom = 3
free_market = 3
professional_army = 1
defense_lobby = 5
interventionism = 1
}
diplomacy = {
relation = { tag = CHI value = 200 }
relation = { tag = CSX value = 200 }
relation = { tag = CXB value = 200 }
relation = { tag = CGX value = 200 }
relation = { tag = JAP value = -75 }
relation = { tag = MAN value = -75 }
relation = { tag = MEN value = -75 }
}
# Resource Reserves
energy = 200
metal = 200
rare_materials = 100
oil = 100
supplies = 100
money = 50
capital = 1307 # Kunming
manpower = 200
dissent = 25
ownedprovinces = {
1293 1294 1305 1307 1308 1327 1362 # Yunnan
1281 1282 # Xikang
}
controlledprovinces = {
1293 1294 1305 1307 1308 1327 1362 # Yunnan
1281 1282 # Xikang
}
nationalprovinces = {
1293 1294 1305 1307 1308 1327 1362 # Yunnan
1281 1282 # Xikang
}
# ROTW Minor Tech '36
techapps = {
# Group E 1936 techs
#######################
4010 # GW fighter
2150 # Basic Armoured Car
2290 # GW light artillery
1010 # GW infantry
1190 # GW Cavalry
}