安装 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(越南语)
Українська(乌克兰语)
报告翻译问题
I've tried it in a new save file with only using this mod, create new map, find a stone wall that have a corner, smooth all the adjacent wall that is connected to the corner, and the corner still marked to be smoothed instead of turning into a smoothed wall itself, this become a problem because the pawn can't smooth the corner, if you try force it, the game won't let you and say that there's no path
Did it affected the game negatively, ie saves breaking/walls disapearing etc?
https://gist.github.com/HugsLibRecordKeeper/ccf2779799f5313488f0fffbcb406ec3
Errors occur only after saving / reloading.
Error messages (tons of them, two examples):
Hash collision between EtchedSmoothedSandstoneXXAtom and EtchedSmoothedSandstone:
both have short hash 0
Hash collision between EtchedSmoothedSandstoneXXBeer and EtchedSmoothedSandstone: both have short hash 0
I also searched for one of those, EtchedSmoothedSandstoneXXAtom and found them in the config for While You're Up / PUAH+
..RimWorld1-4-3537Win64\SaveData\Config\Mod_2034960453_Mod.xml (2 Matches)
Line 5555: <li>EtchedSmoothedSandstoneXXAtom</li>
Line 5928: <li>Blueprint_Install_EtchedSmoothedSandstoneXXAtom</li>
Minimalistic modlist:
<li>brrainz.harmony</li>
<li>ludeon.rimworld</li>
<li>ludeon.rimworld.biotech</li>
<li>mlie.etchedstonewalls</li>
<li>mehni.pickupandhaul</li>
<li>fluffy.modmanager</li>
<li>codeoptimist.jobsofopportunity</li>
https://gist.github.com/0a06d25d0d5b8df1f091ce94102dea53
UnityEngine.StackTraceUtility:ExtractStackTrace ()
(wrapper dynamic-method) Verse.Log:Verse.Log.Error_Patch1 (string)
Verse.MapFileCompressor:ThingsToSpawnAfterLoad ()
(wrapper dynamic-method) Verse.Map:Verse.Map.FinalizeLoading_Patch2 (Verse.Map)
(wrapper dynamic-method) Verse.Game:Verse.Game.LoadGame_Patch6 (Verse.Game)
(wrapper dynamic-method) Verse.SavedGameLoaderNow:Verse.SavedGameLoaderNow.LoadGameFromSaveFileNow_Patch1 (string)
Verse.Root_Play/<>c:<Start>b__1_1 ()
(wrapper dynamic-method) Verse.LongEventHandler:Verse.LongEventHandler.RunEventFromAnotherThread_Patch0 (System.Action)
This like a 100 times with different stones
Thanks for the report!
From poking around both mods the issue is with the " allThings .thingClass == typeof(Mineable) "
The minerals mod uses a custom class called "Minerals.StaticMineral" in the defs.
I dont really know C# but if I were too add " || allThings .thingClass == typeof(Minerals.StaticMineral) " to line 26 in the source and figure out how to compile would that be enough to make it work?
Should be fixed now.