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

Is it possible to edit the surname of a dynasty so as to "personalise" the game a little? That would be fun!

Thanks

Kev

It's very possible, one of my habits when playing CK, adding a dynasty in is pretty easy, open up dynasties.txt in the db folder and scroll down to the bottom.

Then add

Code:
dynasty = { 
id = { type = 12 id = 290009 } 
name = "Ageimis" } 
province = { numbers }
}

It's all fairly simple, make sure the dynasty has a unique ID, the province numbers are where random members of the dynasty will spawn, I usually don't add the province line - works fine without..

Hope this helps :)
 
It's very possible, one of my habits when playing CK, adding a dynasty in is pretty easy, open up dynasties.txt in the db folder and scroll down to the bottom.

Then add

Code:
dynasty = { 
id = { type = 12 id = 290009 } 
name = "Ageimis" } 
province = { numbers }
}

It's all fairly simple, make sure the dynasty has a unique ID, the province numbers are where random members of the dynasty will spawn, I usually don't add the province line - works fine without..

Hope this helps :)


Is it possible to simply edit a different dynasty's name?