边缘世界 RimWorld

边缘世界 RimWorld

Fertile Fields 1.6
Odyssey grassland soil compatibility fix
I couldn't terraform the soil on a grassland map (with Odyssey DLC), and I saw in the comments some other people had the same problem.

I managed to fix it by adding an extra XML-patch to the mod.

In your mod folder (for the Steam version usually: ..\Steam\steamapps\workshop\content\294100\3225843229\1.6\Patches) create an XML file, I named mine PatchesOdyseeyTerrain.xml

Put the following into the file and save:

<Patch> <!-- Land Tiles --> <Operation Class="PatchOperationAdd"> <xpath>Defs/TerrainDef[defName = "GrasslandSoil"]/affordances</xpath> <value> <li>SoilF</li> </value> </Operation> </Patch>
最后由 synogen33 编辑于; 9 月 9 日 上午 5:37