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
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.