Nainstalovat Steam
přihlásit se
|
jazyk
简体中文 (Zjednodušená čínština)
繁體中文 (Tradiční čínština)
日本語 (Japonština)
한국어 (Korejština)
ไทย (Thajština)
български (Bulharština)
Dansk (Dánština)
Deutsch (Němčina)
English (Angličtina)
Español-España (Evropská španělština)
Español-Latinoamérica (Latin. španělština)
Ελληνικά (Řečtina)
Français (Francouzština)
Italiano (Italština)
Bahasa Indonesia (Indonéština)
Magyar (Maďarština)
Nederlands (Nizozemština)
Norsk (Norština)
Polski (Polština)
Português (Evropská portugalština)
Português-Brasil (Brazilská portugalština)
Română (Rumunština)
Русский (Ruština)
Suomi (Finština)
Svenska (Švédština)
Türkçe (Turečtina)
Tiếng Việt (Vietnamština)
Українська (Ukrajinština)
Nahlásit problém s překladem
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