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

Solmyr

Field Marshal
116 Badges
Mar 12, 2001
3.837
23
enothril.awardspace.com
  • Arsenal of Democracy
  • Hearts of Iron IV: By Blood Alone
  • Hearts of Iron IV: No Step Back
  • Hearts of Iron 4: Arms Against Tyranny
  • Hearts of Iron IV Sign-up
  • Age of Wonders II
  • Victoria 3 Sign Up
  • 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: Sunset Invasion
  • Crusader Kings II: Sword of Islam
  • Darkest Hour
  • Deus Vult
  • Europa Universalis III
  • Europa Universalis III: Chronicles
  • Divine Wind
  • Europa Universalis IV
  • Europa Universalis IV: Art of War
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Call to arms event
  • For the Motherland
  • Hearts of Iron III
  • Hearts of Iron III: Their Finest Hour
  • Hearts of Iron III Collection
  • Heir to the Throne
  • Europa Universalis III Complete
  • Magicka
  • Europa Universalis III Complete
  • Europa Universalis IV: Res Publica
  • Victoria: Revolutions
  • Europa Universalis: Rome
  • Semper Fi
  • Victoria 2: A House Divided
  • Victoria 2: Heart of Darkness
  • Europa Universalis IV: Pre-order
  • Pillars of Eternity
  • Cities: Skylines - After Dark
  • Europa Universalis IV: Cossacks
  • Cities: Skylines - Snowfall
  • Europa Universalis IV: Mare Nostrum
  • Stellaris
  • Stellaris: Galaxy Edition
  • Crusader Kings II: Reapers Due
Random courtiers names and dynasties funny mix

Testing the generation of random courtiers, I've found that their first name always comes from the same culture as their liege, BUT their dynasty is based on the province culture where they are generated. So, for example, if you have a German ruler in an Arab province, you can get courtiers named Otto al-Nasser or somesuch who are German Catholic with a Muslim surname. :D Not sure how to fix this, since dynasties are tied to provinces. Maybe allow courtiers of "local" culture to be generated so their names and surnames match (but make them have the same religion as their liege)?
 
Upvote 0
Not a great situation but WAD.

You are correct. For random courtiers their dynasty name comes from their location so there are indeed some strange names.
 
Yes this is WAD random courtiers are always the same culture as their liege and first names are generated according to culture. For Dynasty names, if you look in the dynasty.txt file in the db folder you see enteries like the following

Code:
dynasty = {
	id = { type = 12 id = 752 } 
	name = "de Normandie"
	province = { }
}

dynasty = {
	id = { type = 12 id = 3121 }
	name = "MacDuff"
	province = { 46 48 }
}

the province value tells you if a Random courtier generated in the province can take that dynasty name. So dynasty 752, de Normandie, will never be a dynasty name for a random courtier. While dynasty 3121, MacDuff, is a possible dynasty name for courtiers generated in provinces 46 & 48.