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

Lord Blekinge

Major
50 Badges
Oct 9, 2006
799
2
  • Rise of Prussia
  • Europa Universalis: Rome
  • Rome Gold
  • Semper Fi
  • Sengoku
  • Victoria 2
  • Rome: Vae Victis
  • 200k Club
  • 500k Club
  • Crusader Kings II: Holy Knight (pre-order)
  • Europa Universalis IV: Pre-order
  • Pride of Nations
  • Europa Universalis: Rome Collectors Edition
  • Europa Universalis III Complete
  • Mount & Blade: Warband
  • Mount & Blade: With Fire and Sword
  • Crusader Kings II: Way of Life
  • Crusader Kings II: Horse Lords
  • Crusader Kings II: Conclave
  • Crusader Kings II: Reapers Due
  • Crusader Kings II: Monks and Mystics
  • Crusader Kings II: Holy Fury
  • Imperator: Rome Sign Up
  • Crusader Kings III
  • Crusader Kings III: Royal Edition
  • Europa Universalis III
  • Cities in Motion
  • Crusader Kings II
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Sword of Islam
  • Darkest Hour
  • Deus Vult
  • East India Company Collection
  • Hearts of Iron II: Armageddon
  • Europa Universalis III: Chronicles
  • Europa Universalis III Complete
  • Divine Wind
  • Europa Universalis IV
  • For The Glory
  • For the Motherland
  • Hearts of Iron III
  • Heir to the Throne
  • Europa Universalis III Complete
  • The Kings Crusade
  • March of the Eagles
I was looking around the database and came across the dynasty document, I thought it should be rather easy to add a dynasty to the game, so I did using the copy and paste method for an existing Norman family and then changing their name, the problem is that game crashes everytime I go to run a scenario, so obviously I something wrong.

dynasty = {
id = { type = 12 id = 359 }
name = "de Bohun"
province = { }

which I changed to

}dynasty = {
id = { type = 12 id = 359 }
name = "de la Pole"
province = {23 }

now I put them in Salisbury, so if someone can help me with what I did wrong I would appreciate it. It comes up with date mismatch error if that helps.
 
I was looking around the database and came across the dynasty document, I thought it should be rather easy to add a dynasty to the game, so I did using the copy and paste method for an existing Norman family and then changing their name, the problem is that game crashes everytime I go to run a scenario, so obviously I something wrong.

dynasty = {
id = { type = 12 id = 359 }
name = "de Bohun"
province = { }

which I changed to

}dynasty = {
id = { type = 12 id = 359 }
name = "de la Pole"
province = {23 }

now I put them in Salisbury, so if someone can help me with what I did wrong I would appreciate it. It comes up with date mismatch error if that helps.

Use as kadvael said .. the one you did is missing the last end bracket (}). You have 3 start brackets({) and only 2 end brackets (}).

But just so you know, you don't need to replace an existing dynasty. You can add as many as you want. Just make sure that the id is unique.
 
how do I make sure the dynasty id is unique? I assume that 12 is Norman culture and that 359 is that dynasty culture?

Type is always 12 :) ... ID is the dynasty identifier. It is basically just a number. Each dynasty has a different ID.

Just search the file first for an id number, and if it is not found you can use it :)
 
thanks for the help, so basically I would search for id number xx?, that should give me a hint? If I want the character to spawn in Essex, all i would have to do is change the province id?
 
Lord Blekinge said:
So basically I would search for id number xx?, that should give me a hint? If I want the character to spawn in Essex, all i would have to do is change the province id?
As TempestDK suggested, you can choose an id, search in the file, if there is no result you can use it. Usually, I use ids like 12XXX01, 12XXX02... with XXX the province where the dynasty will appear, I have not yet found dynasties like that. If you want the character to spawn in Essex just use 72 instead of 23.