RimWorld

RimWorld

Not enough ratings
ReGrowth: Core - Fertile Fields patch
   
Award
Favorite
Favorited
Unfavorite
Mod, 1.2
File Size
Posted
322.101 KB
May 1, 2021 @ 12:29pm
1 Change Note ( view )

Subscribe to download
ReGrowth: Core - Fertile Fields patch

Description
This patches enables terraforming from Fertile Fields mod oncertain terrains present in ReGrowth Core.
Currently supported terrains:
moss-covered soil (Tundra Biome) - same as soil
RG_HotSpringSand (it is labeled as just sand so I put def name here,idk lava mod???) - same as sand
Rubble (I think it is used in wasteland mod) - Same as rough gravel
depleted soil (I think it is used in wasteland mod) - Same as rough gravel
depleted gravel(I think it is used in wasteland mod) - Same as rough gravel

Balance:
If you are using terraforming mod you already threw balance out of the window.
11 Comments
WDLKD Jul 13, 2024 @ 6:10am 
This doesn't seem to work with the patched version of FF, only the original. :-/
Type Writer Sep 22, 2023 @ 10:42am 
@B-Erik, I'm getting the same problem in a jungle biome, so it looks like that soil also needs a patch. Copying your patch and replacing it with "RG_TropicalSoil" seems to work on my end, so the full patch is as follows:

<Operation Class="PatchOperationAdd">
<xpath>Defs/TerrainDef[defName = "RG_TropicalSoil"]/affordances</xpath>
<value>
<li>SoilF</li>
</value>
</Operation>
Karmapowered Jun 23, 2023 @ 2:02pm 
@B-Erik Thank you for the helpful comment and suggestion.
B3rik Nov 3, 2022 @ 7:47am 
As of 1.4, using both mods in a temperate biome (maybe others to?) seems to break the Terraforming because Regrowth has renamed the normal soil. Adding the following seems to have done the trick for me.


<Operation Class="PatchOperationAdd">
<xpath>Defs/TerrainDef[defName = "RG_TemperateSoil"]/affordances</xpath>
<value>
<li>SoilF</li>
</value>
</Operation>


Maybe the Mod-Author is so inclined to add this?!
I am sure some people would be happy about it. :D
Sannestia Oct 9, 2021 @ 2:36pm 
any updates on if it works/if the tags are going to be updated? I love regrowth and the challenge fertile fields brings so this patch is like crack to me LOL. regardless of if you do it or not thanks for all the fun you've given me in the past. This patch has been like a 90% part of all my playthroughs
Veldiir Sep 25, 2021 @ 2:09pm 
Doesn't work as far as i can tell
LupineWitch  [author] Jul 25, 2021 @ 12:28am 
Works fine as it is.
Might bother to update the version tags later
RutraNickers Jul 24, 2021 @ 6:42pm 
will you update this patch for 1.3?
LupineWitch  [author] Jul 15, 2021 @ 8:58am 
thanks for heads up, i'll try to fix it soon
Zairya Jul 15, 2021 @ 4:46am 
Upon starting Rimworld, the deug console pops up and says, that the mod is missing download keys. Nothing serious but a bit annoying.
This:
Mod ReGrowth: Core - Fertile Fields patch dependency (jamaicancastle.RF.fertilefields) needs to have <downloadUrl> and/or <steamWorkshopUrl> specified.