• 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.
Syntty said:
Ok, does someone know how I could play with Finland? I've tried before to change the religion of the leaders but I couldn't get it work.
If you want to play as a catholic ruler, you can edit the ruler's religion in the scenario, load as any catholic, save and reload as your ruler.

If you want to play a pagan ruler, you will have to add something like this:

Code:
XXXX = { 
        gender = male/female 
        type = county/duchy/kingdom 
        dna = "XXXXXXXXXXXXXX" 
        title = { XXXX } 
        }
With the first and last XXXX the tag of the country you want to play.

For example to play the high chief of Kajanborg, chief of Österbotten and Kajanaborg you can add to the scenario.eug file:
Code:
    KAJA = { 
        gender = male 
        type = duchy
        dna = "91723116823725" 
        title = { KAJA C385 C389 } 
    }
But you will have to write this again in your save file every time you want to reload.
 
If you want to play a pagan ruler, you will have to add something like this:

Code:
XXXX = { 
        gender = male/female 
        type = county/duchy/kingdom 
        dna = "XXXXXXXXXXXXXX" 
        title = { XXXX } 
        }
With the first and last XXXX the tag of the country you want to play.

Close: that's what it should be. The only thing you need to do is have the country tag right.

Code:
KAJA = { gender=male type=kingdom dna="12345678901234" title={KAJA}}
works fine and is preferable, since it'll be easily accessible on the kingdom-level screen.