RimWorld

RimWorld

305 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
29 Aug, 2021 @ 7:35am
20 Jul @ 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.
86 Comments
UpTheArts 18 Jul @ 6:12am 
@阿飞睡觉了 现在上传吧. 因为: (1) 这个 mod 并不是独一的大床 mod. (2) 您做的改进是实质性的 - 金属或者石头做的床不会容易着火.
Draxial 16 Jul @ 10:37am 
@阿飞睡觉了 I'd say that if the author didn't reply for over a month, you should be okay to do so
небо 12 Jul @ 6:32pm 
大佬求1.6:misa_mendo:
LOTO 12 Jul @ 5:23am 
1.6?
Anny 20 Jun @ 2:51pm 
1.6?
阿飞睡觉了 10 Jun @ 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
阿飞睡觉了 7 Jun @ 7:29pm 
Can you separate beds of different sizes and then support the replacement of different materials such as stone or steel?
Сільпо 25 Apr @ 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.
Сільпо 25 Apr @ 2:53pm 
Separating the comment in two, because character limit.
For those who need to meet requirements for noble bed!!!
Here's the guide.
Go into your mods folder. Create A folder named My Patch.
In that folder create two more folders: About and Patches.
In About, create About.xml (case sensitive iirc) file and open it. Inside About.xml write:

<?xml version="1.0" encoding="UTF-8"?>
<ModMetaData>
<name>My Patches</name>
<author>your name</author>
<url></url>
<supportedVersions>
<li>1.5</li>
</supportedVersions>
<packageId>HomeMade.Patches</packageId>
<description></description>
<loadAfter>
<li>Udon.SuperSizeBed</li>
</loadAfter>
</ModMetaData>

Save it.