RimWorld

RimWorld

RIMkea
Beds not compatible with Sleep Accelerator
The beds in this mod do not work for the sleep accelerator. If someone knows what part of the code to change I don't mind doing it manually. This stuff in this mod is so fantastic, I'd rather not do without the beds.
< >
Showing 1-1 of 1 comments
witchyspoon  [developer] 14 Dec, 2021 @ 4:29am 
my guess is you have to add the sleep accelerator to the linkable facilities in every beds' xml code
first get the mod folder manually (there is a link in description)
if you look in the 1.3 folder defs/furniture all millenium, rustika and fleamarket files have all beds in them
there look for
<li Class="CompProperties_AffectedByFacilities">
<linkableFacilities>
<li>VitalsMonitor</li>
<li>EndTable</li>
<li>Dresser</li>
</linkableFacilities>
</li>
and add the sleep accelerator (its defname which you can find in that mods' code)
to the list like so

<li Class="CompProperties_AffectedByFacilities">
<linkableFacilities>
<li>VitalsMonitor</li>
<li>EndTable</li>
<li>Dresser</li>
<li>DEFNAMEHERE</li>
</linkableFacilities>
</li>

do this for every bed and save (unsub from steam item before or it will overwrite)
idk how well you know how to change the files, if you really can't do it, then ill do it for you and send you the files but only if i have the time. sry its holidays and im a busy lady lol
< >
Showing 1-1 of 1 comments
Per page: 1530 50