安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题






Links
My Patch
Metal Trader for 1.6
blood is metal
hell is rimworld
ULTRASTEEL
Sorry for the many comments but i wanted to display it somewhat readable.
If you need any other information or logs, please tell.
I'd like to help you help me help the factions of the world get dressed (properly).
<xpath>Defs/FactionDef[@Name="OutlanderFactionBase" or "PirateBandBase"]</xpath>
<value>
<apparelStuffFilter>
<disallowedThingDefs>
<li>Ultrasteel</li>
</disallowedThingDefs>
</apparelStuffFilter>
</value>
</li>
commenting this out fixed it (and presumably lets people spawn with stuff made from Ultrasteel, but thats a minor sacrifice to make compared to nudity planet and so on.)
And the error on startup mentions:
XML error: Duplicate XML node name apparelStuffFilter in this XML block: <FactionDef ParentName="FactionBase" Abstract="True" Name="AncientsBase"
Repeat for any playerFactions installed.
Tested with mods, with only this and Harmony/Hugslib. All the same.
In addition to an XML error on startup, I tracked it down to this:
got this error on load-up seem to be something with the elder faction
Some of XML error: Duplicate XML node name, ApparelStuffFilter in this XML block: <FactionDef ParentName="FactionBase" Abstract="True" Name="AncientsBase">
Fixed: Only change the PatchOperationAdd in "OutlanderFactionBase" and "PirateBandBase" with 2 PatchOperationConditional for better compatibility.
if you want to take a look: https://codeshare.io/bvkKm7
[Ultrasteel] Patch operation Verse.PatchOperationSequence(count=6, lastFailedOperation=Verse.PatchOperationAdd(Defs/ThingSetMakerDef[defName="EmpireRaidLootMaker"]/root[@Class="ThingSetMaker_MarketValue"]/fixedParams/filter/thingDefs)) failed
file: D:\SteamLibrary\steamapps\workshop\content\294100\2848398104\Patches\patches.xml
https://gist.github.com/HugsLibRecordKeeper/136ee3ef4c8ddaca4686c7cf295a1ac6
Probably because i dont have the DLCs.
Thanks in advance for your time.