• 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.

unmerged(49327)

Captain
Oct 12, 2005
372
0
Maggern said:
One word:
NO :)

I think you can... there is a command for it like the ic and reousrces in the inc files.

Maybe you should try this

for example: province = { id = /number of the prov/ infrastructure = 0.8 }
I think this will create an infra for 80% in the prov, but you have to try it.
 

unmerged(49068)

Second Lieutenant
Oct 1, 2005
186
0
anti-commi said:
can you change the infanstructure without messing with the province.csv file or using an event
Yes,

Code:
command = { type = construct which = infrastructure where = 300 value = 10 }
will add 10 infra in Berlin.

Negative values do work.

Hope that helps :).