RimWorld

RimWorld

305 hodnocení
Super Size Bed!
5
2
7
   
Ocenit
Přidat do oblíbených
Oblíbeno
Odebrat z oblíbených
Mod, 1.3, 1.4, 1.5, 1.6
Velikost souboru
Přidáno
Aktualizováno
2.292 MB
29. srp. 2021 v 7.35
20. čvc. v 7.08
Poznámky ke změnám (5) – zobrazit

Klikněte na „Odebírat“ pro stažení položky
Super Size Bed!

V 2 kolekcích od uživatele Udon
Udon’s Mod for v1.1~1.4
11 položek
よくばりタワーセット
7 položek
Popis
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.
Počet komentářů: 86
UpTheArts 18. čvc. v 6.12 
@阿飞睡觉了 现在上传吧. 因为: (1) 这个 mod 并不是独一的大床 mod. (2) 您做的改进是实质性的 - 金属或者石头做的床不会容易着火.
Draxial 16. čvc. v 10.37 
@阿飞睡觉了 I'd say that if the author didn't reply for over a month, you should be okay to do so
небо 12. čvc. v 18.32 
大佬求1.6:misa_mendo:
LOTO 12. čvc. v 5.23 
1.6?
Anny 20. čvn. v 14.51 
1.6?
阿飞睡觉了 10. čvn. v 19.10 
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. čvn. v 19.29 
Can you separate beds of different sizes and then support the replacement of different materials such as stone or steel?
Сільпо 25. dub. v 14.53 
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. dub. v 14.53 
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.