RimWorld

RimWorld

[FSF] Indoor Tree Farms
Kalter Stahl 2 Apr, 2023 @ 12:22pm
So as per FrozenSnowFox's instructions on just allowing sowing under roofs...
In this folder... opened with notepad...
Steam\steamapps\workshop\content\294100\1515299608\Patches\Indoor_Tree_Farms_Patch.xml

Changed it to...


<?xml version="1.0" encoding="utf-8"?>

<Patch>

<Operation Class="PatchOperationSequence">
<success>Always</success>
<operations>

<!-- Remove all entries then add them -->

<li Class="PatchOperationRemove">
<xpath>/Defs/ThingDef[plant]/plant/interferesWithRoof</xpath>
</li>

<li Class="PatchOperationAdd">
<xpath>/Defs/ThingDef[plant]/plant</xpath>
<value>
<interferesWithRoof>false</interferesWithRoof>
</value>
</li>

<!-- Time to Plant

<li Class="PatchOperationReplace">
<xpath>/Defs/ThingDef[@Name = "TreeBase"]/plant/sowWork</xpath>
<value>
<sowWork>4000</sowWork>
</value>
</li>

-->

</operations>
</Operation>

</Patch>

Is this correct FrozenSnowFox? Also I hope this helps the others curious about this too.
< >
Showing 1-2 of 2 comments
FrozenSnowFox  [developer] 2 Apr, 2023 @ 5:28pm 
Yes that's correct, you can also axe the Time to Plant if you want to since it doesn't really do anything.
Kalter Stahl 2 Apr, 2023 @ 8:36pm 
Ah, ok thanks!
< >
Showing 1-2 of 2 comments
Per page: 1530 50