• 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.
http://steamcommunity.com/id/1234567890123456A/screenshot/792938993412192575

It's a Kingdom on the selection screen, while turning into a county when you start the game...

The county title itself may be the problem if the first fief is either a city or a temple. IIRC, Daenerys as countess did have a city as the first fief which led to the end at once. The first county level title for playable characters who have no higher titles should always be a castle if they aren´t leaders of merchant families in republics.
 
The county title itself may be the problem if the first fief is either a city or a temple. IIRC, Daenerys as countess did have a city as the first fief which led to the end at once. The first county level title for playable characters who have no higher titles should always be a castle if they aren´t leaders of merchant families in republics.
But she doesn't have any fiefs right? How is c_greatgrasssea playable is all I need to know.
 
But she doesn't have any fiefs right? How is c_greatgrasssea playable is all I need to know.

I was remembering this thread:

http://forum.paradoxplaza.com/forum...-play-Daenerys-in-the-Clash-of-kings-scenario

Checksum after fix implemented for me is HPEF. Also, if you can't download the file, it's just making sure that under "settlements", the code looks like this:

b_toqolarth = castle
b_toqolarth_city = city
b_toqolarth_temple = temple

I would check if the province Toqolarth has those fiefs in that order. If the city or the temple are before the castle then the game will end for Daenerys.
 
This is the titles entry in landed_titles.txt:

Code:
c_great_grass_sea = {
	color={ 120 0 0 }
	color2={ 220 220 220 }	

	allow = { always = no }

	dignity = 10

	title = "KHAL_male"
	title_female = "KHAL_female"	
	title_prefix = "KHALASAR_OF"

	# Always exists
	landless = yes
}

It is the landless = yes entry that makes the holder playable even without any holdings.