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

Green Knight

First Lieutenant
28 Badges
Jul 19, 2006
277
0
  • Stellaris: Synthetic Dawn
  • BATTLETECH: Heavy Metal
  • BATTLETECH: Season pass
  • Stellaris: Ancient Relics
  • Hearts of Iron IV: Expansion Pass
  • Stellaris: Megacorp
  • BATTLETECH: Flashpoint
  • Shadowrun: Hong Kong
  • Shadowrun: Dragonfall
  • Shadowrun Returns
  • Stellaris: Distant Stars
  • Stellaris: Apocalypse
  • Stellaris: Humanoids Species Pack
  • Hearts of Iron IV: Expansion Pass
  • Arsenal of Democracy
  • Hearts of Iron IV: Death or Dishonor
  • BATTLETECH
  • Stellaris - Path to Destruction bundle
  • Hearts of Iron IV: Together for Victory
  • Stellaris: Leviathans Story Pack
  • Stellaris: Digital Anniversary Edition
  • Hearts of Iron IV: Cadet
  • Stellaris: Galaxy Edition
  • Stellaris: Galaxy Edition
  • Stellaris: Galaxy Edition
  • Stellaris
  • 500k Club
  • Crusader Kings II
Hi,

Is there a way to mod the max infrastructure a province can have?

In vanilla it was 100, in AoD it's 200. Could it be set to say max 130?

And perhaps further modified by techs?
 
Not really. You can set the size and current_size values in the country's .inc scenario files and in saved game files, but one can still add infrastructure to their production queue.

Code:
province = {
    id = 158
    province_effectivity = 0.8800
    terrain = "forest"
    ic = {
        type = ic
        location = 158
        size = 0.0000
        current_size = 0.0000
        }
    infra = {
        type = infrastructure
        location = 158
        size = 0.9000
        current_size = 0.6000
        }
    }