Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
<li>
<terrain>RG_HotSpring</terrain>
<min>-0.70</min>
<max>-0.55</max>
</li>
<li>
<terrain>RG_HotSpringSand</terrain>
<min>-0.55</min>
<max>-0.45</max>
</li>
<li>
<terrain>MossyTerrain</terrain>
<min>-0.45</min>
<max>-0.38</max>
</li>
</thresholds>
</li>
[/i]
Replace the sand and stuff with your Mod's soil, and you're all set!
(PART 1)
<terrainPatchMakers>
<li>
<perlinFrequency>0.015</perlinFrequency>
<perlinLacunarity>1.8</perlinLacunarity>
<minSize>20</minSize>
<thresholds>
<li>
<terrain>RG_HotSpringSand</terrain>
<min>-999</min>
<max>-1</max>
</li>
<li>
<terrain>RG_HotSpring</terrain>
<min>-1.0</min>
<max>-0.95</max>
</li>
<li>
<terrain>RG_HotSpringDeep</terrain>
<min>-0.95</min>
<max>-0.70</max>
</li>
https://www.steamcommunity.com/sharedfiles/filedetails/?id=2260097569
Why? It's because that Mod adds HOT SPRINGS . It's all there in the Core Mod, so if you write a Patch to replace the water with HOT SPRINGS, you're all set.
Could not resolve cross-reference: No Verse.PawnKindDef named IronScruff_Jellybird found to give to RimWorld.BiomeAnimalRecord RimWorld.BiomeAnimalRecord
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)
I am getting this error from your Mod. Apparently, a Race lacks a Pawn Kind Def (or vice-versa) and is being called in your Biome tables without a matching key. This breaks compatibility with the Choose Wild Animal Spawn Mod.