Zainstaluj Steam
zaloguj się
|
język
简体中文 (chiński uproszczony)
繁體中文 (chiński tradycyjny)
日本語 (japoński)
한국어 (koreański)
ไทย (tajski)
български (bułgarski)
Čeština (czeski)
Dansk (duński)
Deutsch (niemiecki)
English (angielski)
Español – España (hiszpański)
Español – Latinoamérica (hiszpański latynoamerykański)
Ελληνικά (grecki)
Français (francuski)
Italiano (włoski)
Bahasa Indonesia (indonezyjski)
Magyar (węgierski)
Nederlands (niderlandzki)
Norsk (norweski)
Português (portugalski – Portugalia)
Português – Brasil (portugalski brazylijski)
Română (rumuński)
Русский (rosyjski)
Suomi (fiński)
Svenska (szwedzki)
Türkçe (turecki)
Tiếng Việt (wietnamski)
Українська (ukraiński)
Zgłoś problem z tłumaczeniem
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