RimWorld

RimWorld

[T] MoreFloors
Telkir  [developer] Jul 9, 2021 @ 12:53pm
Manual fix for Docworld patch
Docworld includes a patch that changes which architect tab the MoreFloors items appear in.

I adjusted some of my base def names during the recent updates to add 1.3 support and this has broken the Docworld patch. I've let the dev of Docworld know about this and given them a fix, but until they adjust things on their side, you can fix it yourself by doing the following:

* Go to the folder:
<Your Steam folder>\steamapps\workshop\content\294100\1568744597\Patches

* Open the file
Multi_Mod_Support.xml
in your preferred text editor.

* Search the file for the text "MoreFloors". You should find a section that is headed "[T] MoreFloors {Stuffed Floors}".

* Within that section, find the line that begins with
<xpath>/Defs/TerrainDef[@Name="TFloorBaseGemstone" ...

* Replace the whole line with this:
<xpath>/Defs/TerrainDef[@Name="TFloorBaseGemstone" or @Name="TFloorBaseCarpet" or @Name="TFloorBaseCarpetWool" or @Name="TFloorBaseCarpetCheck" or @Name="FloorBaseCarpetCheck" or @Name="FloorBaseCarpetWool" or @Name="FloorPlasteel" or @Name="FloorStraw" or @Name="FloorJade" or @Name="FloorBaseStone" or @Name="FloorBaseWood" or @Name="TFloorBaseStone" or @Name="TFloorBaseWood"]/designationCategory</xpath>

* Save the file.

MoreFloors and Docworld should now work fine together.
Last edited by Telkir; Jul 9, 2021 @ 1:13pm
< >
Showing 1-1 of 1 comments
AcidFist Jul 9, 2021 @ 3:43pm 
This helps a lot, thanks.
< >
Showing 1-1 of 1 comments
Per page: 1530 50