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

esbenmf

Eltit Motsuc
69 Badges
Sep 28, 2004
787
1.254
  • Europa Universalis IV: Mare Nostrum
  • Crusader Kings Complete
  • Europa Universalis IV: Mandate of Heaven
  • Cities: Skylines - Mass Transit
  • Crusader Kings II: Monks and Mystics
  • Cities: Skylines - Natural Disasters
  • Europa Universalis IV: Rights of Man
  • Crusader Kings II: Reapers Due
  • Stellaris Sign-up
  • Europa Universalis IV: Third Rome
  • Cities: Skylines - Snowfall
  • Crusader Kings II: Conclave
  • Europa Universalis IV: Cossacks
  • Cities: Skylines - After Dark
  • Crusader Kings II: Horse Lords
  • Europa Universalis IV: Common Sense
  • Crusader Kings II: Way of Life
  • Mount & Blade: With Fire and Sword
  • Europa Universalis IV: Dharma
  • Europa Universalis 4: Emperor
  • Crusader Kings III
  • Cities: Skylines - Campus
  • Surviving Mars: First Colony Edition
  • Europa Universalis IV: Golden Century
  • Crusader Kings II: Holy Fury
  • Cities: Skylines Industries
  • Surviving Mars: First Colony Edition
  • Europa Universalis: Rome Collectors Edition
  • Cities: Skylines - Parklife
  • Surviving Mars: Digital Deluxe Edition
  • Europa Universalis IV: Rule Britannia
  • Crusader Kings II: Jade Dragon
  • Europa Universalis IV: Cradle of Civilization
  • Cities: Skylines - Green Cities
  • Surviving Mars
  • Crusader Kings II: Sword of Islam
  • Europa Universalis IV: Call to arms event
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Art of War
  • Europa Universalis IV
  • Divine Wind
  • Europa Universalis III
  • Deus Vult
  • Heir to the Throne
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: The Republic
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Old Gods
Code:
201530 = {
	name="Skjalm"
	dynasty=482 #Hvide
...
	1166.1.1={
		add_spouse=101537 #Signe Asbjørnsdatter
	}
}

Should possibly be


Code:
201530 = {
	name="Skjalm"
	dynasty=482 #Hvide
...
	1066.1.1={
		add_spouse=101537 #Signe Asbjørnsdatter
	}
}

Esben
 
Last edited:
Upvote 0
One more:

Code:
101534 = {
	name="Gyda"
	}
	1015.1.2={
	add_spouse = 120
	}
}

Should add sprouse (Earl Godwin)

Only the male characters has "add_spouse = XXX", not the females. Gyda is the spouse of Godwin from 1015.1.2 according to the history database; see ...\history\characters\saxon.txt - character id 120.
 
Sneaky, never realised that. I will correct my character file again. Do paradox have any interest in additions to the characterbase ? I can post them here if yes.

Esben
 
One more:

Code:
151020 = {
	name="Stig" #Tokesen
	dynasty=482 #Hvide
	religion="catholic"
	culture="danish"
	add_trait="tough_soldier"
	father=151023 #Toke Skjalmsen
	1128.1.1 = {
		birth="1128.1.1"
	}
	1144.1.1 = {
		add_spouse=151021 #Margrethe Knudsdatter
	}
	1151.1.1 = {
		death="1151.1.1"
	}
}
father changed to 151023 from 151019 see: eg. http://fabpedigree.com/s082/f041562.htm
 
Here's a death date error at the end of persian.txt:

Code:
93521 = {
	name="Mahmud"
	dynasty=101869
	religion="sunni"
	culture="persian"
	father=41604
	1080.1.1={
		birth="1080.1.1"
	}
	1131.1.1={
[COLOR="#FF0000"]		death="131.1.1"[/COLOR]
	}
}
 
Hello,



So, how to add a matrilineal marriage in the database if you can't use the tag {add_spouse = xxx } for female characters?

Regards,

You can use add_spouse = xxx for female characters but it won't be a matrilineal marriage. We are working on enabling matrilineal marriages for scripted characters.
 
We are working on enabling matrilineal marriages for scripted characters.

Indeed, I wondered what would be the best way to provide this kind of information for characters... So, that's impossible at the moment.

In the same order of idea, do you have projected to enable adding betrothal for scripted characters? I think that it can be a way to resolve some little problems (as the marriage of Heinrich IV and Bertha for example).

Code:
1183 = {
	name="Bertha"
	# AKA: Berta
	female=yes
	dynasty=240
	martial=5
	diplomacy=4
	intrigue=8
	stewardship=6
	religion="catholic"
	culture="frankish"
	add_trait="kind"
	add_trait="thrifty_clerk"
	father=1180
	mother=1115
	1048.9.21 = {
		#birth="1051.9.21" # Historical, but then she is a child at game start
		birth="1048.9.21"
	}
	1087.12.27 = {
		death="1087.12.27"
	}
}

Regards
 
I posted this over on the main forum. Not that great with files so not sure I can offer a "fix" code snippet

Joan (1210-1238), the daughter of King John I of England was married to King Alexander II of Scotland, but in the game this is not the case. Only her half-sister Joan (1191-1237), married to the Duke of Gwynedd appears in the game.

Regards
 
Adel daughter of William the conquerer is the youngest daughter being within two years older then Henry I of England unlikely to have been born before the conquest you have her as the same age as Robert Count of maine. Gundred her sister may not have actually existed as there is a question over her existance.

This is the easiest evidence to site although I have read this elsewhere

http://en.wikipedia.org/wiki/William_the_Conqueror#Children
 
Missing culture for Mael Colium...

Code:
7389 = {  	
	name="Mael Colium"
	dynasty=100044
	religion="catholic"
	father = 7390
	mother=220037
	1123.1.1={
		birth="1123.1.1"
	}
	1190.1.1={
		death="1190.1.1"
	}
}

It should be...

Code:
7389 = {  	
	name="Mael Colium"
	dynasty=100044
	religion="catholic"
	culture = "scottish"
	father = 7390
	mother=220037
	1123.1.1={
		birth="1123.1.1"
	}
	1190.1.1={
		death="1190.1.1"
	}
}

Thanks! :)
 
Danish prince Knud Lavard is not married to his wife, though they have all their children. Already posted in separate thread, but was asked to post here as well

Code:
201513 = {
	name="Knud"
	# AKA: Knut Lavard
	dynasty=487
	martial=7
	diplomacy=7
	intrigue=5
	stewardship=5
	religion="catholic"
	culture="danish"
	add_trait="diligent"
	add_trait="proud"
	add_trait="skilled_tactician"
	father=101521
	1096.1.15={
		birth="1096.1.15"
	}
	1131.1.13={
		death="1131.1.13"
	}
}

Should be (added spouse at date prior to birth of first daughter)

Code:
201513 = {
	name="Knud"
	# AKA: Knut Lavard
	dynasty=487
	martial=7
	diplomacy=7
	intrigue=5
	stewardship=5
	religion="catholic"
	culture="danish"
	add_trait="diligent"
	add_trait="proud"
	add_trait="skilled_tactician"
	father=101521
	1096.1.15={
		birth="1096.1.15"
	}
	1127.1.1={
		add_spouse=222593
	}
	1131.1.13={
		death="1131.1.13"
	}
}
 
Since this seems to be the place to pick up on some database issues I thought I'd post here.... if it doesn't work... well... err... Dunno. :p

Anyway. The last Bishop of Worcester in the game is currently listed as...

1333.12.1={
holder=155254 #Simon Montacute

When I'm fairly certain it should be character ID 82042...


82042 = {
name="Simon"
dynasty=9107
martial=5
diplomacy=7
intrigue=5
stewardship=8
religion="catholic"
culture="english"
add_trait="scholarly_theologian"
1308.1.1 = {
birth="1308.1.1"
}
1345.6.20 = {
death="1345.6.20"
}

Both characters share the same death date... yet this Simon has the correct birthdate and is of the Montagu Dynasty (different spelling of the same name) rather than appearing as a 51 year old guy who is lowborn as it currently loads.

And whilst I'm on the Montagus... something of a pet peeve of mine when it comes to the 100 years war scenario/time frame... the holder of the earldom of wiltshire (Salisbury)...

1331.1.1={
holder=454023 #Alice de Lacy

Alice was NOT the holder of the title after March 1322 when she was stripped of the title and it returned to the crown. The title was however created again in 1337 along with a number of others that are in the game and given to Simon Montagu's brother, William. It is something I have posted on before back in the CK1 days http://forum.paradoxplaza.com/forum...337-Scenario&p=4370976&highlight=#post4370976 - The first point relates to why I think William is significant and deserves recognition in the game. So. Yeah. If he can be added great. If not, I'll go back to modding it meself.

But I do think the Simon's need changing.
 
Folques I of Jerusalem is missing his second spouse Melisende de Rethel, also his second son Elias should also have teh bastard trait as Geoffrey to allow the correct succesion in Jerusalem.