边缘世界 RimWorld

边缘世界 RimWorld

Rim of Madness - Bones
DSandman 2022 年 11 月 26 日 下午 12:57
Potential bug: All titles require bone thrones and wont accept normal thrones
Not sure if this is a feature im missing or some mod conflict, but whenever i try to get a pawn to Acolyte rank or above, it requires the Bone Chair (than bone throne in place of the grand throne) This seems to happen to any pawn. Has anyone else experienced this? is it a known mod conflict I missed?
< >
正在显示第 1 - 8 条,共 8 条留言
Sshodan 2023 年 1 月 8 日 上午 8:48 
Same here - I tired changing load order, loading it first, last, in the middle... Does not seam to help.
I used this mod for a very long time and it was not an issue for me before 1.4.
最后由 Sshodan 编辑于; 2023 年 1 月 8 日 上午 8:49
selageth 2023 年 3 月 27 日 下午 11:45 
Can confirm. Load order doesn't fix it.
Matsay 2023 年 4 月 13 日 上午 10:16 
So, if any of you guys are still having trouble with the throne thing, pull up RoyaltyPatch.xml from the 1.4/Patches folder

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>
DSandman 2023 年 4 月 13 日 下午 2:38 
引用自 Matsay
So, if any of you guys are still having trouble with the throne thing, pull up RoyaltyPatch.xml from the 1.4/Patches folder

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
WillowTheWisp 2023 年 10 月 31 日 下午 9:32 
Still noticing this problem, and for whatever reason whenever I try to apply fixes on my own I find a way to mess them up. Is there any way this could be patched in the mod?
King Bobius Smithius XVII 2024 年 7 月 23 日 上午 1:08 
Is this still happening? It's been a while since the last post but I don't want to have to wrangle system files just to play the mod.
Nox Aeterna 2024 年 8 月 5 日 下午 8:48 
Did you try putting a normal throne regardless? I noticed that in my game it specifically asked for a bone throne, but building a normal one worked just fine.

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.
最后由 Nox Aeterna 编辑于; 2024 年 8 月 5 日 下午 8:49
DSandman 2024 年 8 月 6 日 上午 8:19 
引用自 Nox Aeterna
Did you try putting a normal throne regardless? I noticed that in my game it specifically asked for a bone throne, but building a normal one worked just fine.

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
< >
正在显示第 1 - 8 条,共 8 条留言
每页显示数: 1530 50