Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
I used this mod for a very long time and it was not an issue for me before 1.4.
You want to replace this block :
<li Class="PatchOperationInsert">
<xpath>/Defs/RoyalTitleDef/throneRoomRequirements/li/things/li[text()="Throne"]</xpath>
<value>
<li>BoneChair</li>
</value>
</li>
<li Class="PatchOperationInsert">
<xpath>/Defs/RoyalTitleDef/throneRoomRequirements/li/things/li[text()="GrandThrone"]</xpath>
<value>
<li>BoneThrone</li>
</value>
</li>
by that one :
<li Class="PatchOperationAdd">
<xpath>/Defs/RoyalTitleDef[defName="Esquire" or defName="Knight" or defName="Praetor"]/throneRoomRequirements/li[@Class="RoomRequirement_HasAssignedThroneAnyOf"]/things</xpath>
<value>
<li>BoneChair</li>
<li>BoneThrone</li>
</value>
</li>
<li Class="PatchOperationAdd">
<xpath>/Defs/RoyalTitleDef[defName="Baron" or defName="Count"]/throneRoomRequirements/li[@Class="RoomRequirement_HasAssignedThroneAnyOf"]/things</xpath>
<value>
<li>BoneThrone</li>
</value>
</li>
Much appreciated! I will try this fix
Edit: Whoops, I did not notice this post was 2 years old. Well, at least it might come in useful if anyoen else encounters that issue.
Yeah i did try, no dice.The above fix did work for me tho. there's also a new version of the mod someone made which i believe removes the bone additions other than the bones themselves which also "fixes" the problem