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
When loaded together with the mod "[SR]Realistic Ore Generation (Continued)" the LongRangeMineralScanner patch in Patches/SurveySpeed_Patches.xml fails.
The mentioned mod replaces the list entry "CompProperties_LongRangeMineralScanner" with "RabiSquare.RealisticOreGeneration.CompPropertiesOreScanner".
As you already did a conditional patch for another mod, maybe you are willing to do the same for the mentioned mod.
<mods>
<li>[SR]Realistic Ore Generation (Continued)</li>
</mods>
<nomatch Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="LongRangeMineralScanner"]/comps/li[@Class="CompProperties_LongRangeMineralScanner"]/scanSpeedStat</xpath>
<value>
<scanSpeedStat>Hauts_SurveySpeed</scanSpeedStat>
</value>
</nomatch>
<match Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="LongRangeMineralScanner"]/comps/li[@Class="RabiSquare.RealisticOreGeneration.CompPropertiesOreScanner"]/scanSpeedStat</xpath>
<value>
<scanSpeedStat>Hauts_SurveySpeed</scanSpeedStat>
</value>
</match>
</Operation>
https://gist.github.com/HugsLibRecordKeeper/f9c36dda1de074f72e8289fda572c405
1) just my mods
2) the error-implicated roster of mods applied to the same save file
3) a brand new save file using the error roster from the very start
4) or a brand new save file using the error roster from the very start, with Big and Small - Framework above Odyssey
Therefore, the actual culprit(s) are hidden elsewhere in your modlist, and whatever is causing the error occurs so far up the chain of logic that's supposed to occur on kill it can't be directly seen in the error log. Sorry.