I am modding IC for Japan and Italy in DH Full 1936 scenario. I feel both are underpowered.
I am trying to beef them up by giving them more IC. For Japan this is no problem.
I added these lines to the japan.inc
##############################
# Country definition for JAP #
##############################
# MvdM extra IC based on 1940 scenario
province = { id = 1552 ic = 8 } # Tokyo
province = { id = 1553 ic = 4 } # Osaka
province = { id = 1557 ic = 4 } # Nagoya
province = { id = 1559 ic = 4 } # Matsuyama
province = { id = 1549 ic = 3 } # Sendai
Everything is okay, the extra IC appears on the map.
Not so with Italy
In the italy.inc file I added these lines:
########################################
# Country definition for ITA by Cardus #
########################################
# MvdM extra IC based on 1940 scenario
province = { id = 396 ic = 6 } # Genoa
province = { id = 398 ic = 3 } # Turin
province = { id = 411 ic = 1 } # Bologna
province = { id = 422 ic = 1 } # Taranto
province = { id = 414 ic = 3 } # Perugia
province = { id = 410 ic = 2 } # Florence
However, the extra IC does not appear! The lines are parsed for sure, but the engine seems to ignore the extra IC nonetheless.
What am I doing wrong? I can add IC no problem for other countries too. Is it because Italy is at war at the start of the 36 scenario?
This is the only difference I can think of with other countries.
Help would be much appreciated; I am a modding noob...
I am trying to beef them up by giving them more IC. For Japan this is no problem.
I added these lines to the japan.inc
##############################
# Country definition for JAP #
##############################
# MvdM extra IC based on 1940 scenario
province = { id = 1552 ic = 8 } # Tokyo
province = { id = 1553 ic = 4 } # Osaka
province = { id = 1557 ic = 4 } # Nagoya
province = { id = 1559 ic = 4 } # Matsuyama
province = { id = 1549 ic = 3 } # Sendai
Everything is okay, the extra IC appears on the map.
Not so with Italy
In the italy.inc file I added these lines:
########################################
# Country definition for ITA by Cardus #
########################################
# MvdM extra IC based on 1940 scenario
province = { id = 396 ic = 6 } # Genoa
province = { id = 398 ic = 3 } # Turin
province = { id = 411 ic = 1 } # Bologna
province = { id = 422 ic = 1 } # Taranto
province = { id = 414 ic = 3 } # Perugia
province = { id = 410 ic = 2 } # Florence
However, the extra IC does not appear! The lines are parsed for sure, but the engine seems to ignore the extra IC nonetheless.
What am I doing wrong? I can add IC no problem for other countries too. Is it because Italy is at war at the start of the 36 scenario?
This is the only difference I can think of with other countries.
Help would be much appreciated; I am a modding noob...