Adding plants to grow zones

Started by Psyckosama, October 01, 2014, 03:08:43 PM

Previous topic - Next topic

Psyckosama

How do you do add new plants to the grow zone lists?

Can't find the defs needed.Not sure what they are.

Telkir

The XML you need should be this one:

<YourRimworldFolder>/Mods/Core/Defs/ThingDefs/Plants_Cultivated.xml

The elements for each plant that you're looking for are:

<sowableGround>true</sowableGround>
<sowableHydroponic>true</sowableHydroponic>

Psyckosama

Quote from: Telkir on October 01, 2014, 03:21:23 PM
The XML you need should be this one:

<YourRimworldFolder>/Mods/Core/Defs/ThingDefs/Plants_Cultivated.xml

The elements for each plant that you're looking for are:

<sowableGround>true</sowableGround>
<sowableHydroponic>true</sowableHydroponic>


Thanks. :)