Instalar Steam
iniciar sesión
|
idioma
简体中文 (chino simplificado)
繁體中文 (chino tradicional)
日本語 (japonés)
한국어 (coreano)
ไทย (tailandés)
Български (búlgaro)
Čeština (checo)
Dansk (danés)
Deutsch (alemán)
English (inglés)
Español de Hispanoamérica
Ελληνικά (griego)
Français (francés)
Italiano
Bahasa Indonesia (indonesio)
Magyar (húngaro)
Nederlands (holandés)
Norsk (noruego)
Polski (polaco)
Português (Portugués de Portugal)
Português-Brasil (portugués de Brasil)
Română (rumano)
Русский (ruso)
Suomi (finés)
Svenska (sueco)
Türkçe (turco)
Tiếng Việt (vietnamita)
Українська (ucraniano)
Comunicar un error de traducción
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