Установить Steam
войти
|
язык
简体中文 (упрощенный китайский)
繁體中文 (традиционный китайский)
日本語 (японский)
한국어 (корейский)
ไทย (тайский)
Български (болгарский)
Čeština (чешский)
Dansk (датский)
Deutsch (немецкий)
English (английский)
Español - España (испанский — Испания)
Español - Latinoamérica (испанский — Латинская Америка)
Ελληνικά (греческий)
Français (французский)
Italiano (итальянский)
Bahasa Indonesia (индонезийский)
Magyar (венгерский)
Nederlands (нидерландский)
Norsk (норвежский)
Polski (польский)
Português (португальский — Португалия)
Português-Brasil (португальский — Бразилия)
Română (румынский)
Suomi (финский)
Svenska (шведский)
Türkçe (турецкий)
Tiếng Việt (вьетнамский)
Українська (украинский)
Сообщить о проблеме с переводом
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