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