Perhaps in this section my question is much better placed...
I need some help for something I can't figure out.
Rather for role-play reasons I am conquering the colonial territory of the colonial powers, to "liberate" those territories into puppeted nations, then I give them full independence. Instead of using them as cheap sub-producer of military units, I would like to give them building plans which allocates roughly 50% of their IC to building up their provinces. After some tries and errors I read the introductionary \Modding documentation\AI Files Modifiers.txt... very helpful, so I figured out how to edit my save-file to do most of the stuff.
For example that they should allocate 60% of their IC towards improving their provinces, here India as an example what I did:
Code:
construction = {
max_factor = 0.6000
transports = -1
escorts = -1
AA_batteries = yes
max_AA_level = 6
AA_provs = { 1495 1511 1517 }
coastal_fort = no
max_coastal_level = 3
coastal_fort_provs = { }
radar_station = yes
max_radar = 1
radar_provs = { 1495 1511 1517 }
air_base = yes
max_air_base = 6
air_base_provs = { 1495 1511 1517 }
naval_base = yes
max_naval_base = 10
naval_base_provs = { 1511 1517 }
land_fort = no
max_land_level = 10
fort_borders = { }
fort_provs = { }
nuclear_reactor = no
max_nuclear = 10
rocket_test = no
max_rocket = 10
ic_at_war = yes
force_ic_until = 1943
ic_end_year = 1944
IC_provs = { 1447 1459 1511 1517 1518 1467 1472 1476 1480 1498 1514 1515 1521 1522 1463 1461 1464 1468 1516 1466 }
}
And it works fine. They are actually following and improving their countries.
What I couldn't find... or rather what seems missing: infrastructure.
I would imagine it quite similar to the above expressions concerning the building of IC.
But what are the actual commands to allow them building up infrastructure in general and/or in a specific province?
Neither could I find any examples in the save-file nor in the AI Files Modifiers.txt.
Is it not possible? Am I missing something? Or is it just not documented because everybody (except me) knows how to do it?
I am thankful for hints or even better a small example of what codelines need to be added to, let's say, build infra upto 40%, even when at war, preferable in the following list of provinces... and if needed the equivalent to "force_ic_until" and ic_end_year". Or is it as simple as just replacing "ic" with "infra"? (After having crashed my savefiles for several times, I've gotten a bit reluctant to try things completly out of the blue.)
Building up infrastructure is quite crucial for some nations which have almost only 30% infra regions or even lower. Building factories is only allowed in provinces of 40% infra or higher.