One more question:
I have taken entire Scandinavia as Sweden but I havent got any event, I believe there is no such event in vanilla. How can I make one for my savegame? And in what file should I put the code?
Here's an old theard about Scandinavia mod I found
http://forum.paradoxplaza.com/forum/showthread.php?t=307950
The link to the files doesnt work anymore so I decided to write my one code. This is what I have written so far:
Code:
event = {
id = 3350
random = no
country = SWE
trigger = {
exists = SWE
control = { province = 101 data = SWE } #Stockholm
control = { province = 107 data = SWE } #Oslo
control = { province = 142 data = SWE } #Helsinki
control = { province = 294 data = SWE } #Copenhagen
}
name = "Create Scandinavia"
desc = "Lets create Scandinavia."
date = { day = 10 month = january year = 1936 }
offset = 2
deathdate = { day = 30 month = december year = 1963 }
action_a = {
name = "Lets create Scandinavia"
command = { type = country which = SCA }
}
action_b = {
name = "No, stay as Sweden"
}
}
This lets me create Scandinavia, but after one day I get a CTD.
When I load my saved game I get an error saying:
Database Mismatch (type = 4712/ id 861289) already used!
How do I correct this?