Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=3496921454
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.
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.