• 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.
Hi, someone can tell me where it is possible to mod te AA and fortresses in the map?

The game opens and there is already air bases, forts, naval bases etc on the map. Where do they come from?
The game is controlled by Scenarios. So for a 1936 start, we look in the Scenarios/1936 folder. Here we will find all the countries set up for a 1936 start. See they are all .INC files.
See how each country has its own file. In each country file, is the set up for that country, its army, navy, government, capital city etc.

Now look further. See there is a bases.inc file.
Open the file up and you will see something like this:

province = { id = 828 # Harer - Ethiopian Highland - Ethiopia
landfort = 1
}

province = { id = 359 # Tirana - Albania - Balkan
anti_air = 1
air_base = { size = 2 current_size = 2 }
}

This is how it is done. The levels go from 1 to 10. So landfort = 1, is a very basic defence setup, while 10 would be considered a fortress.
 
The game opens and there is already air bases, forts, naval bases etc on the map. Where do they come from?
The game is controlled by Scenarios. So for a 1936 start, we look in the Scenarios/1936 folder. Here we will find all the countries set up for a 1936 start. See they are all .INC files.
See how each country has its own file. In each country file, is the set up for that country, its army, navy, government, capital city etc.

Now look further. See there is a bases.inc file.
Open the file up and you will see something like this:

province = { id = 828 # Harer - Ethiopian Highland - Ethiopia
landfort = 1
}

province = { id = 359 # Tirana - Albania - Balkan
anti_air = 1
air_base = { size = 2 current_size = 2 }
}

This is how it is done. The levels go from 1 to 10. So landfort = 1, is a very basic defence setup, while 10 would be considered a fortress.

Great! Thanks a lot novapaddy :)
 
The game opens and there is already air bases, forts, naval bases etc on the map. Where do they come from?
The game is controlled by Scenarios. So for a 1936 start, we look in the Scenarios/1936 folder. Here we will find all the countries set up for a 1936 start. See they are all .INC files.
See how each country has its own file. In each country file, is the set up for that country, its army, navy, government, capital city etc.

Now look further. See there is a bases.inc file.
Open the file up and you will see something like this:

province = { id = 828 # Harer - Ethiopian Highland - Ethiopia
landfort = 1
}

province = { id = 359 # Tirana - Albania - Balkan
anti_air = 1
air_base = { size = 2 current_size = 2 }
}

This is how it is done. The levels go from 1 to 10. So landfort = 1, is a very basic defence setup, while 10 would be considered a fortress.

I have found the right file, it is in the scenario folder as you said but the file is not the country, but "bases".