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

Matthias_Wlkp

Major
30 Badges
Sep 9, 2014
718
422
  • 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
  • Crusader Kings II
  • Crusader Kings II: Reapers Due
  • Magicka
  • Stellaris: Galaxy Edition
  • Crusader Kings II: Holy Fury
  • Tyranny: Archon Edition
  • Crusader Kings II: Monks and Mystics
  • Age of Wonders III
  • Crusader Kings II: Jade Dragon
  • Shadowrun Returns
  • Shadowrun: Dragonfall
  • Shadowrun: Hong Kong
  • Stellaris: Galaxy Edition
  • Stellaris
  • Crusader Kings II: Conclave
  • Crusader Kings II: Horse Lords
  • Pillars of Eternity
  • Crusader Kings II: Way of Life
  • Semper Fi
  • Hearts of Iron III Collection
  • Hearts of Iron III: Their Finest Hour
  • Hearts of Iron III
  • For the Motherland
I tried to play as Lupo II de Vasconia, despite him being landless.

1. On day 1 he immediately takes over County of Armagnac without any player input.
2. I don't get any notifications, like child being born, gaining traits, war declarations - nothing! I didn't get a single game-stopping, pop up notification!
3. When he dies, I get game over screen, despite having legal heirs.

I tried to restart the game, console killed him - game over.

I don't have these problems when playing other characters.

Screenshots:

D22AA93F2575E9A35A0B14083711B5320276F3A2

77E7B53661BBD011B3D171942B54EC421154D3C3
 
Upvote 0

Sleight of Hand

retired modder
On Probation
14 Badges
Feb 14, 2012
12.114
5.868
  • Crusader Kings II
  • Darkest Hour
  • Europa Universalis IV: Call to arms event
  • For The Glory
  • Hearts of Iron III
  • March of the Eagles
  • Europa Universalis IV
  • Victoria 2
  • 500k Club
  • Crusader Kings II: Holy Knight (pre-order)
  • Europa Universalis IV: Pre-order
  • Hearts of Iron IV Sign-up
  • Stellaris Sign-up
  • Steel Division: Normand 44 Sign-up
It's because character 168104 is only given d_gascogne in the history files. He needs at least one county as well. Likewise, his predecessor 168145 has no county, and his birth/death dates do not correspond properly to the period in which he is supposed to rule Gascogne.

Code:
670.1.1={
	holder = 168145
}
768.1.1={
	holder=168104
	liege = k_france
}
...etc.

Code:
168145= {
	name="Lop" 
	religion="catholic"
	culture="occitan"
	635.1.1 = {
		birth="635.1.1"
	}
	675.1.1 = {
		death="675.1.1"
	}
}

Code:
168104 = {
	name="Lope" 
	dynasty=388
	religion="catholic"
	culture="basque"
	trait = ambitious
	720.1.1 = {
		birth="720.1.1"
	}
	769.1.1 = {
		effect = {
			liege = {
				reverse_opinion = {
					who = PREV
					modifier = opinion_hate
					months = 120
				}
			}
			k_lotharingia = {
				holder_scope = {
					reverse_opinion = {
						who = PREVPREV
						modifier = opinion_hate
						months = 120
					}
				}
			}
		}
	}
	778.1.1 = {
		death="778.1.1"
	}
}
 

Servancour

Game Designer
Paradox Staff
4 Badges
Mar 15, 2012
1.569
7.915
  • Crusader Kings II
  • 500k Club
  • Paradox Order
  • Stellaris Sign-up
Yeah, that looks like a mistake from our side. As Sleight of Hand says, it seems to be a mistake in the history files. I'll file a report of the issue. Thanks for reporting.