RimWorld

RimWorld

Tilled Soil
How to use soil in gravship
1. Open the File Directory
2. Go to the directory
Steam\steamapps\workshop\content\294100\725747149\1.6\Defs\TerrainDefs

3. Open Terrain_TS.xml

4. Scroll down until you find:

<TerrainDef ParentName="TS_TerrainBase" Name="TS_Tilled"> <defName>GT_SoilTilled</defName> <label>tilled soil</label> <description>Tilled soil, for planting crops properly.</description> <texturePath>SoilTilled</texturePath> <pathCost>5</pathCost> <layerable>true</layerable> <statBases> <Beauty>0</Beauty> <WorkToBuild>85</WorkToBuild> </statBases> <fertility>2.0</fertility> <terrainAffordanceNeeded>GrowSoil</terrainAffordanceNeeded> </TerrainDef>

5. Remove this line:
<terrainAffordanceNeeded>GrowSoil</terrainAffordanceNeeded>

6. Save the document

7. Done




8. But tilled soil can be built without research.
If you prefer to make it require research, instead of removing the line above, you can add this:
<researchPrerequisites> <li>terrainRehab</li> </researchPrerequisites>

This will make tilled soil available only after finishing the Terrain Rehabilitation research.
Last edited by Merhaf; Jul 31 @ 12:32am