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

Merrick Chance'

Comte de Purchase
77 Badges
Jun 28, 2007
1.936
117
  • Stellaris
  • Cities: Skylines
  • Europa Universalis IV: El Dorado
  • Europa Universalis IV: Pre-order
  • Rise of Prussia
  • Crusader Kings II: Way of Life
  • Pillars of Eternity
  • Europa Universalis IV: Common Sense
  • Cities: Skylines - After Dark
  • Europa Universalis IV: Cossacks
  • Crusader Kings II: Conclave
  • Cities: Skylines - Snowfall
  • Europa Universalis IV: Mare Nostrum
  • 500k Club
  • Hearts of Iron IV Sign-up
  • Hearts of Iron IV: Cadet
  • Crusader Kings II: Reapers Due
  • Europa Universalis IV: Rights of Man
  • Tyranny: Archon Edition
  • Stellaris: Leviathans Story Pack
  • Hearts of Iron IV: Together for Victory
  • Crusader Kings II: Monks and Mystics
  • Stellaris - Path to Destruction bundle
  • Europa Universalis IV: Mandate of Heaven
  • Surviving Mars
  • Europa Universalis 4: Emperor
  • Europa Universalis IV: Art of War
  • Cities in Motion
  • Cities in Motion 2
  • Crusader Kings II
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: Sword of Islam
  • Darkest Hour
  • Europa Universalis III
  • Europa Universalis IV
  • Ancient Space
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis III Complete
  • March of the Eagles
  • Europa Universalis III Complete
  • Europa Universalis IV: Res Publica
  • Rome Gold
  • Victoria 2
  • Victoria 2: A House Divided
  • Victoria 2: Heart of Darkness
How would you change the level of infrastructure per providence in a save game? I'm playing as Poland in All the Russias, and shit is simply getting completely ridiculous (Mongolia has annexed Siberia, California [!] has annexed Canada, I'm all of western Russia), but the only thing is that many nations are losing their supply efficiency. I decided to fix this by making the game completley insane, by changing the infrastructure of every providence to 100%

Just to see how insane things get.
So how would I go about this, what line of text would I change so that all my games don't start out, well, ridiculous?
 
Last edited:

Gen. Skobelev

Werewolf therapist
81 Badges
May 9, 2005
3.387
251
  • Victoria: Revolutions
In save file? Open it with text editor, then search the section where province info starts. It should be something like this

Code:
province = { 
    id = 1 
    terrain = "mountain" 
    ic = { 
        type = ic 
        location = 1 
        size = 0.0000 
        current_size = 0.0000 
        } 
    anti_air = { 
        type = flak 
        location = 1 
        size = 1.0010 
        current_size = 1.0010 
        } 
    infra = { 
        type = infrastructure 
        location = 1 
        size = 0.3000 
        current_size = 0.3000 
        } 
    air_base = { 
        type = air_base 
        location = 1 
        size = 4.0000 
        current_size = 4.0000 
        } 
    naval_base = { 
        type = naval_base 
        location = 1 
        size = 4.0000 
        current_size = 4.0000 
        } 
    }

Then just edit the infrastructure size from whatever it is to 1.0000. "Size" is the max size, "current_size" is what infra is at the moment. If current size is smaller than size, it will increase slowly until it reaches the size number (just like after air bombing).

If you want to do it so it's available from the start of the game, edit province.csv in db folder.