RimWorld

RimWorld

BondageBed Torture1.2
Assign to bed Patch (Hugslib dependent)
While cleaning out errors of a very heavy mod list, I noticed an error coming from BondageBeds and Hospitality...(and possibly Prison labor)

Not creating guest beds for bondageBed from BondageBed Torture. It does not have a CompAssignableToPawn_Bed.

In order to correct this just add the following to DA_Buildings_Furniture:


<comps>
<li Class="CompProperties_AssignableToPawn">
<drawAssignmentOverlay>false</drawAssignmentOverlay>
<compClass>CompAssignableToPawn_Bed</compClass>
</li>

<li> any others </li>

</comps>


After patching my local copy, I could assign guest beds and assign specific prisoners to beds without error. This is a Hugslib comp class, adding this in would result in that as a dependency. As Hospitality is dependent on Hugslib already, this is not an issue on MY load order. Worst thing that would happen is an annoying error message saying that the game can't locate the compclass, but I didn't bother to test.
< >
Showing 1-2 of 2 comments
I checked the code, as I have the same errors. seems like the problem is the value lacks the _Bed name:

<li Class="CompProperties_AssignableToPawn">
<drawAssignmentOverlay>false</drawAssignmentOverlay>
<compClass>CompAssignableToPawn</compClass>
</li>

(thats how the mod is without editing) Will edit that class to see if it's fixed. You should check, in case you get two classes now with your fix.

Edit: just checked and it works. the regular and the advanced bed need the "_Bed" into the CompAssignableToPawn
Last edited by Dolphin of Explodium; 12 Jul, 2020 @ 4:43am
/Dreamcatcher 20 Aug, 2021 @ 10:58am 
welll, now we have the problem for 1.3
< >
Showing 1-2 of 2 comments
Per page: 1530 50