安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题









<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.