• 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.
Feb 20, 2003
692
0
Visit site
Hello,
I need to create a supply depot in Addis Abeba and add supplies there.. how can I edit the save game to do that?
Thanks in advance.
 

unmerged(58571)

Field Marshal
Jul 1, 2006
6.288
0
Provinces have this syntax:
Code:
province = { 
    id = 28 
    points = 5 
[COLOR=LemonChiffon]    oilpool = 1000.0000 
    supplypool = 2000.0000 [/COLOR]
    terrain = "hills" 
    ic = { 
        type = ic 
        location = 28 
        size = 5.0000 
        current_size = 5.0000 
        } 
    anti_air = { 
        type = flak 
        location = 28 
        size = 8.0000 
        current_size = 8.0000 
        } 
    infra = { 
        type = infrastructure 
        location = 28 
        size = 1.0000 
        current_size = 1.0000 
        } 
    }
 
Feb 20, 2003
692
0
Visit site
Wobbler said:
Provinces have this syntax:
Code:
province = { 
    id = 28 
    points = 5 
[COLOR=LemonChiffon]    oilpool = 1000.0000 
    supplypool = 2000.0000 [/COLOR]
    terrain = "hills" 
    ic = { 
        type = ic 
        location = 28 
        size = 5.0000 
        current_size = 5.0000 
        } 
    anti_air = { 
        type = flak 
        location = 28 
        size = 8.0000 
        current_size = 8.0000 
        } 
    infra = { 
        type = infrastructure 
        location = 28 
        size = 1.0000 
        current_size = 1.0000 
        } 
    }
Perfect, thanks. you.
So I just need to use showid and then search and edit the proper province, right? :)