RimWorld

RimWorld

321 ratings
Super Size Bed!
5
2
7
   
Award
Favorite
Favorited
Unfavorite
Mod, 1.3, 1.4, 1.5, 1.6
File Size
Posted
Updated
2.292 MB
Aug 29, 2021 @ 7:35am
Jul 20 @ 7:08am
5 Change Notes ( view )

Subscribe to download
Super Size Bed!

In 2 collections by Udon
Udon’s Mod for v1.1~1.4
11 items
よくばりタワーセット
7 items
Description
This mod adds an insanely huge bed.
There are beds for 3, 15, 30, and 100 people.

It can accommodate normal and Royal beds, but the material is limited to WoodLog.
87 Comments
Seven Aug 31 @ 9:30pm 
Is it possible to add support for linking to Vanilla expanded furniture?
UpTheArts Jul 18 @ 6:12am 
@阿飞睡觉了 现在上传吧. 因为: (1) 这个 mod 并不是独一的大床 mod. (2) 您做的改进是实质性的 - 金属或者石头做的床不会容易着火.
Draxial Jul 16 @ 10:37am 
@阿飞睡觉了 I'd say that if the author didn't reply for over a month, you should be okay to do so
небо Jul 12 @ 6:32pm 
大佬求1.6:misa_mendo:
LOTO Jul 12 @ 5:23am 
1.6?
Anny Jun 20 @ 2:51pm 
1.6?
阿飞睡觉了 Jun 10 @ 7:10pm 
I modified your mod to make all beds exist independently and support the production of wood, stone and metal materials. Can I upload it to the creative workshop? Thank you for your Mod
阿飞睡觉了 Jun 7 @ 7:29pm 
Can you separate beds of different sizes and then support the replacement of different materials such as stone or steel?
Сільпо Apr 25 @ 2:53pm 
Then go to the Patches folder and create Beds_Patch.xml (this name doesn't matter)
Inside your Beds_Patch.xml write this:

<?xml version="1.0" encoding="UTF-8"?>
<Patch>
<Operation Class="PatchOperationAdd">
<xpath>Defs/RoyalTitleDef[defName="Knight" or defName="Praetor" or defName="Baron"]/bedroomRequirements/li[@Class="RoomRequirement_ThingAnyOf"]/things</xpath>
<value>
<li>SSB_SuperRoyalBedIII</li>
<li>SSB_SuperRoyalBedIIII</li>
<li>SSB_SuperRoyalBedV</li>
<li>SSB_SuperRoyalBedVI</li>
<li>SSB_SuperRoyalBedVII</li>
<li>SSB_SuperRoyalBedVIII</li>
<li>SSB_SuperRoyalBedVIIII</li>
<li>SSB_SuperRoyalBedX</li>
</value>
</Operation>
</Patch>

This will add Royal Beds, and not simple ones.
Save it, done. Your patch should be in your unactive mods named as "My Patches". Then load it, prefferably last.