FIXED - found the bug, put a comment tag at end of national_provinces section, in front of the closing '}'
Still would be good to have a scenario checker
=========
=========
Can anyone see a problem with this file? An inc scenario file.
I made some kind of change which made the game now not start. It freezes during "Reading scenario" part of loading.
Replacing it with the backed up original colombia.inc allows me to load previous games but not start new games.
Is there a scenario file checking tool?
Still would be good to have a scenario checker
=========
=========
Can anyone see a problem with this file? An inc scenario file.
I made some kind of change which made the game now not start. It freezes during "Reading scenario" part of loading.
Replacing it with the backed up original colombia.inc allows me to load previous games but not start new games.
Is there a scenario file checking tool?
Code:
##############################
# Country definition for COL #
##############################
province =
{ id = 803
anti_air = 2
air_base = { size = 1 current_size = 1 }
naval_base = { size = 2 current_size = 2 }
} # Barranquilla
province = { id = 813 anti_air = 2 } # Bogotá
#####################
# Country main data #
#####################
country =
{ tag = COL
# Resource Reserves
energy = 1000
metal = 1000
rare_materials = 500
oil = 500
supplies = 500
money = 10
manpower = 28
capital = 813
transports = 10
escorts = 2
policy =
{ date = { year = 0 month = january day = 0 }
democratic = 4
political_left = 5
free_market = 8
freedom = 6
professional_army = 5
defense_lobby = 5
interventionism = 4
}
nationalprovinces = { 803 812 813 890 867 819 868
539
540
758
759
760
802
804
810
811
869
870
888
889
892
893
894
814
815
817
818
757
755 ##lost 1921 mexican provinces
756 ##lost 1921 mexican provinces }
ownedprovinces = { 803 812 813 890 867 819 868
539
540
758
759
760
802
804
810
811
869
870
888
889
892
893
894
814
815
817
818
757 }
controlledprovinces = { 803 812 813 890 867 819 868
539
540
758
759
760
802
804
810
811
869
870
888
889
892
893
894
814
815
817
818
757 }
# ROTW Minor Tech '36
# Group D 1936 techs
# ######################
# GW fighter
techapps = { 4010 2150 2290 2300 2310 1010 1190 1110 2450 2460 2510 5010 5080 5090 5190 3010
8050
##remove doctrine: 6210 6300
##added
5050 5020 5310 ## basic machine tools mechanized agriculture census tabulating
1020 1200 ## basic infantry cavalry
2010 2020 ## great war tank tankette
3020 3030 ## basic destroyers
3400 3410 3420 ## medium submarines
3320 ## great war carrier
3070 3080 ## early light cruisers
3130 3140 3150 ## basic heavy cruisers
3190 3200 ## early battle cruisers
3250 3260 ## early battleships
4020 4130 ## early fighter bomber
6010 6020 ## superior firepower doctrine
8010 ## decisive battle doctrine
9010 9020 ## flying circus doctrine
}
diplomacy =
{ relation = { tag = ARG value = 10 }
relation = { tag = BOL value = 1 }
relation = { tag = BRA value = 10 }
relation = { tag = CHL value = 15 }
relation = { tag = ECU value = 20 }
relation = { tag = GER value = -20 }
relation = { tag = PAN value = 50 }
relation = { tag = PAR value = 10 }
relation = { tag = PRU value = -35 }
relation = { tag = URU value = 10 }
relation = { tag = USA value = 75 }
relation = { tag = VEN value = 20 }
relation = { tag = JAP value = 40 }
}
headofstate = { type = 9 id = 37001 }
headofgovernment = { type = 9 id = 37002 }
foreignminister = { type = 9 id = 37003 }
armamentminister = { type = 9 id = 37004 }
ministerofsecurity = { type = 9 id = 37005 }
ministerofintelligence = { type = 9 id = 37006 }
chiefofstaff = { type = 9 id = 37007 }
chiefofarmy = { type = 9 id = 37008 }
chiefofnavy = { type = 9 id = 37009 }
chiefofair = { type = 9 id = 37010 }
landunit =
{ id = { type = 23000 id = 40 }
name = "Ejercito de Colombia"
location = 813
division =
{ id = { type = 23000 id = 4000 }
name = "1a División"
strength = 80
type = infantry
model = 0
extra = anti_air
}
division =
{ id = { type = 23000 id = 4001 }
name = "1a Brigada de Caballería 'Montería'"
strength = 80
type = cavalry
model = 0
}
}
navalunit =
{ id = { type = 23000 id = 4002 }
name = "Armada de Colombia"
location = 803
base = 803
division =
{ id = { type = 23000 id = 4003 }
name = "1a Flotilla de Torpedillos"
type = destroyer
model = 0
}
}
}
Last edited: