Nainstalovat Steam
přihlásit se
|
jazyk
简体中文 (Zjednodušená čínština)
繁體中文 (Tradiční čínština)
日本語 (Japonština)
한국어 (Korejština)
ไทย (Thajština)
български (Bulharština)
Dansk (Dánština)
Deutsch (Němčina)
English (Angličtina)
Español-España (Evropská španělština)
Español-Latinoamérica (Latin. španělština)
Ελληνικά (Řečtina)
Français (Francouzština)
Italiano (Italština)
Bahasa Indonesia (Indonéština)
Magyar (Maďarština)
Nederlands (Nizozemština)
Norsk (Norština)
Polski (Polština)
Português (Evropská portugalština)
Português-Brasil (Brazilská portugalština)
Română (Rumunština)
Русский (Ruština)
Suomi (Finština)
Svenska (Švédština)
Türkçe (Turečtina)
Tiếng Việt (Vietnamština)
Українська (Ukrajinština)
Nahlásit problém s překladem
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.