Hello,
E3 map is for 1936, but I need to add more air and naval bases for a 2015 mod.
When I add the bases via a bases.inc file, the mod loads, but crashes when I press Start.
example:
#chc
province = { id = 1214
naval_base = { size = 6 current_size = 6 }
}
province = { id = 1320
naval_base = { size = 6 current_size = 6 }
}
province = { id = 1205
air_base = { size = 6 current_size = 6 }
}
###chl
province = { id = 856
naval_base = { size = 4 current_size = 4 }
}
province = { id = 860
air_base = { size = 4 current_size = 4 }
}
With no bases. inc file activated, the mod works perfectly.
Can you please advise what is the best way to add new naval and air bases to a map?
Thank You
E3 map is for 1936, but I need to add more air and naval bases for a 2015 mod.
When I add the bases via a bases.inc file, the mod loads, but crashes when I press Start.
example:
#chc
province = { id = 1214
naval_base = { size = 6 current_size = 6 }
}
province = { id = 1320
naval_base = { size = 6 current_size = 6 }
}
province = { id = 1205
air_base = { size = 6 current_size = 6 }
}
###chl
province = { id = 856
naval_base = { size = 4 current_size = 4 }
}
province = { id = 860
air_base = { size = 4 current_size = 4 }
}
With no bases. inc file activated, the mod works perfectly.
Can you please advise what is the best way to add new naval and air bases to a map?
Thank You