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

unmerged(27839)

Universal
Apr 13, 2004
193
0
Sweden's color is blue on the map, however changing to Scandinavia the color on the map also changes to a awful lime green (?) color.:p How can I keep the original color Sweden has while I play as Scandinavia? I know this is done somewhere in the savegame files.
Can I do this so my country tag remains Scandinavian? I still want those benefits Scandinavia gives me.;)
 

unmerged(27839)

Universal
Apr 13, 2004
193
0
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?
 
Last edited: