• 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.
Status
Not open for further replies.
One does not simply build Wine Cellar.

You find your crypt already built in Winterfell. And Wine Cellar is already in some province, but sorry - I don't remember its name :)

Yeah, I know they pre-exist in some provinces, but I guess I was wondering if it's possible to build one when you don't have one already.
 
I have just downloaded the mod, and my question is probably really stupid, but i can't seem to play a lot of things (like winterfell, or the targayeans in de 2nd act). Whenever i choose one of those it says: "not allowed to play republics". I have googled for a solution, but the only thing i get is that republics have not been implemented. Any advice as to what i'm doing wrong?
 
Code:
title_commander_gold_cloaks = {
	dignity = 0.1
	grant_limit = 1
	opinion_effect = 10
	show_as_title = no
	
	monthly_salary = 0.1
	monthly_prestige = 0.5
	
	allow = {
		is_female = no
		age = 16
		martial = 10
		NOT = { trait = incapable }
		NOT = { trait = crippled }
		NOT = { trait = infirm }
		NOT = { trait = imbecile }
		OR = {
			NOT = { demesne_size = 1 }
			has_landed_title = b_kings_landing
		}	
		NOT = { 
			any_demesne_title = {
				is_landless_type_title = yes
			}
		}		
		FROM = {
			has_landed_title = c_kings_landing
			OR = {
				has_landed_title = b_kings_landing
				any_vassal = {
					has_landed_title = b_kings_landing
				}
			}	
			OR = {
				ai = no
				AND = {
					opinion = { who = ROOT value = 0 }
					ROOT = { 
						martial = 12 
						NOT = { age = 50 }
					}
				}	
			}
		}
	}
	
	gain_effect = {
		b_kings_landing = { grant_title = ROOT }
	}
	
	lose_effect = {
	}

	message = no
	
}
...
Can some one explain this minor title to me please ? Forget the NOT trait part i get that bit its whats after
 
Last edited:
Essentially, it says that the target must either have a demesne size of less than one (read, be a courtier) or hold the city of King's Landing while not holding and landless titles like the Kingsguard. Beside, the granter of the title must hold the county King's Landing, have the city of King's Landing in his realm, and either be the player or have a positive opinion of the grantee who must be a good commander under the age of 50. Clear?
 
Which ones?!

I avoided the CTDs that I was having while loading save files and quitting by adding a few ramdom number to duplicated character idson the history files.

Try to do a seach in windows explorer in Documents\Paradox Interactive\Crusader Kings II\mod\A Game of Thrones\history\characters for the ids 60069, 60169, 22154, 4520356, 5630212, 6007800. find the ones with the least connections and add a few ramdom numbers to it.

Those ones, although I cannot find the last one.
 
Could someone just upload the fixed file and post it here so that'll save us all the trouble?

There are twenty-seven files in history>characters, and I'm not going through all that just for a fix that may or may not be permanent.
 
Her greatest accomplishment?

Screen%20Shot%202013-09-03%20at%2022.13.42.png
 
Essentially, it says that the target must either have a demesne size of less than one (read, be a courtier) or hold the city of King's Landing while not holding and landless titles like the Kingsguard. Beside, the granter of the title must hold the county King's Landing, have the city of King's Landing in his realm, and either be the player or have a positive opinion of the grantee who must be a good commander under the age of 50. Clear?
Thanks alot for the reply buddy so the person that can get this minor title must hold a title of atleast one demesne size or he must hold the city of kings landing ? And not hold a landless title and the person that grants the title must hold the county of kings landing and have the city of kings landing title himself or as part of his realm yeah ?
 
Last edited:
Thanks alot for the reply buddy so the person that can get this minor title must hold a title of atleast one demesne size or he must hold the city of kings landing ? And not hold a landless title and the person that grants the title must hold the county of kings landing and have the city of kings landing title himself or as part of his realm yeah ?

No. The guy you want to make into a commander can not have any landed titles and must be a courtier, he also can not be a kingsguard. The ruler who wants to grant the commander position has to have kings landing in their realm, which probably means demense then. Further the granter must like the grantee, hence positive opinion and the grantee (the new commander) must be under 50 years old.
 
No. The guy you want to make into a commander can not have any landed titles and must be a courtier, he also can not be a kingsguard. The ruler who wants to grant the commander position has to have kings landing in their realm, which probably means demense then. Further the granter must like the grantee, hence positive opinion and the grantee (the new commander) must be under 50 years old.
O ok i get ya so if i wanted to take the ruler who wants to grant the commander position has to have kings landing in their realm, out and replace it with say just that aslong as the holder of the said realm is of a certain religion it dont matter who holds the realm what would i put ?
 
Last edited:
Okey so here is something I have been looking around for awhile but I cant seem to find out about it. So what are the requirements to be able to pick the ambition to get a dragon egg if anyone know what they are ofcourse. Its something that I have been curious about for awhile.
 
Okey so here is something I have been looking around for awhile but I cant seem to find out about it. So what are the requirements to be able to pick the ambition to get a dragon egg if anyone know what they are ofcourse. Its something that I have been curious about for awhile.

Code:
	allow = {
		is_adult = yes
		prisoner = no
		OR = {
			trait = scholar
			trait = mystic
			trait = fire_obsessed
			culture = high_valyrian
			culture = western_valyrian
			religion = valyrian
		}
		OR = {
			ai = no
			AND = {
				trait = fire_obsessed
				OR = {
					culture = high_valyrian
					religion = valyrian
				}
			}
			AND = {
				is_ruler = yes
				wealth = 5000
				OR = {
					trait = scholar
					trait = mystic
					trait = fire_obsessed
				}
			}
		}
		NOT = { trait = dragon_egg }
		NOT = { trait = child_dragon }
		NOT = { trait = wild_dragon }
		NOT = { trait = dragon }
		NOT = { trait = dragon_slayer }
		NOT = { trait = incapable }
		NOT = { trait = imbecile }
		NOT = { has_character_flag = obj_dragon_egg }
	}
 
I am wondering, how does one create city ruins? I plan to seize the Iron Throne as Euron but destroy the title so only the Iron Isles Kingdom remains. I want to rule in Pyke and therefore would love to turn Kings Landing into a desolate ruin of despair and death.
Possible?
 
Last edited:
I am wondering, how does one create city ruins? I plan to seize the Iron Throne as Euron but destroy the title so only the Iron Isles Kingdom remains. I want to rule in Pyke and therefore would love to turn Kings Landing into a desolate ruin of despair and death.
Possible?

If you're taking over Westeros as the Iron Isles, why not rule in Harrenhal?
 
Status
Not open for further replies.