While I wait for my copy of EU3 to arrive from Paradox, I'm playing a GC as Poland. I'm doing well and was tring to rack up my victory points by accomplishing a few missions. Mission was to build a shipyard in Prussia. Accidentally, I started a shipyard build in Danzig, so I figured I'd modify the save game and simply switch the build from Danzig to Prussia.
I figured out the province id's easily enough. I can clearly see the construction tag in Danzig. I removed the construction tag from Danzig (id 301) and plopped it in Prussia (id 290). I didn't bother to editing the x and y values (which I assume place the spinning wheel icon on the map) since I have no idea how to properly locate x and y values for Prussia. I reloaded the modified save file and confirmed by opening up the province view that the shipyard was now in fact being correctly built in Prussia. The construction completed and the game promptly crashed to desktop. Can anyone help me and explain what I did wrong? Obviously I missed something.
Here's the code I placed in the Prussia tag:
I figured out the province id's easily enough. I can clearly see the construction tag in Danzig. I removed the construction tag from Danzig (id 301) and plopped it in Prussia (id 290). I didn't bother to editing the x and y values (which I assume place the spinning wheel icon on the map) since I have no idea how to properly locate x and y values for Prussia. I reloaded the modified save file and confirmed by opening up the province view that the shipyard was now in fact being correctly built in Prussia. The construction completed and the game promptly crashed to desktop. Can anyone help me and explain what I did wrong? Obviously I missed something.
Here's the code I placed in the Prussia tag:
Code:
province = {
id = 290
nationalism = { year = 1563 month = july day = 16 }
whiteman = yes
income = 9
manpower = 5
tax = 9
religion = catholic
construction = {
id = { type = 4712 id = 10670817 }
action = 12
province = 290
flags = 16
startdate = { year = 1748 month = july day = 24 }
enddate = { year = 1751 month = july day = 24 }
success = no
x = 10336
y = 1400
tag = POL
}
}