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 found a small bug which seems to relate to a missing <xpath> tag below the line 33 of ResearchBenchLink_Patch.xml. If some mod adds <linkablefacilities> to SimpleResearchBench before it, the final operation of adding rimputer stuff to its linkablefacilities would fail, cuz it doesn't know where to add.
Rimputers can't link any research bench.
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=3238315305
Just discovered a bug relating to an assumption in the research bench link patch that if comps exists for simple research benches, then it must have an entry for linkable facilities. I'm not sure which of my mods does it, but one of my mods added a comps entry to simple research benches, meaning that it'd fail to do the entries. Should be fixable by adding a second conditional to check if linkableFacilities exists first, instead of assuming it exists. Here's a hotfix version of the complete operation: https://gist.github.com/NullSnapshot/a2546a1022da25bbc7d2250f1011e720