Barotrauma
Оценок: 32
Immersive Repairs - NT Cybernetics Compatibility Patch
   
Наградить
В избранное
В избранном
Удалить
Размер файла
Добавлен
Изменён
37.590 KB
3 фев. 2024 г. в 17:27
3 июл. 2024 г. в 12:00
Обновлений: 2 (просмотреть)

Подпишитесь, чтобы загрузить
Immersive Repairs - NT Cybernetics Compatibility Patch

В 1 коллекции, созданной _]|M|[_
Barotrauma Deathwish
Предметов: 64
Описание
Compatibility Patch
Patches Immersive Repairs items to be compatible treatments for NT Cybernetics afflictions.

The following items from Immersive Repairs are affected:
- Welding Torch: Repair "Bent Metal"
- Welding Tool: Repair "Bent Metal"
- Multitool: Repair "Loose Screws"

Load Order:
- Immersive Repairs - NT Cybernetics Compatibility Patch
- Immersive Repairs
- NT Cybernetics
- Neurotrauma
Комментариев: 19
Bubarek 22 мая в 3:22 
What happend to NT Cybernetics?
guns  [создатель] 3 июл. 2024 г. в 12:03 
@Alximik @Naskell Ross Fixed.
guns  [создатель] 2 июл. 2024 г. в 14:10 
@_]|M|[_ Whenever you are going to update this do Timer.Wait on the entire items.lua to ensure patching.
_]|M|[_  [создатель] 26 мая. 2024 г. в 23:05 
@Radical Larry: You don't need this patch then. Just place NT Cybernetics above Immersive Repairs instead and it applies it's overrides to the tools which is fine since you don't want the welding changes of Immersive Repairs. So no patch needed in that case.
Radical Larry 25 мая. 2024 г. в 21:19 
this does not work with the vanilla welding tool patch, please fix!
Naskel Ross 6 мая. 2024 г. в 8:12 
Noticed a problem when there are many mods

[CL LUA ERROR] USERNAME C:/Users/USERNAME/AppData/Local/Daedalic Entertainment
GmbH/Barotrauma/Workshop Mods/Installed/3153498101/Lua/Scripts/items.lua:(1.0-29.3): attempt to index a nil value

I found her solution. In init.lua, I increased the delay of Timer.Wait in which NTCyb is checked and dofile is executed. Increasing the latency from 1 to 2 ms was enough for me
Alximik 15 мар. 2024 г. в 0:15 
@_]|M|[_: Ok, I may have understood why you don't see this error, I use DedicatedServer.exe and lua for it (since for DedicatedServer you need to install luacsforbarotrauma_patch_windows_server.zip because installing through the game on Dedicated does not work and most likely this error appears only on the Dedicated console with lua embedded)
_]|M|[_  [создатель] 14 мар. 2024 г. в 15:24 
@Alximik: I don't install it manually, I just subscribe to the lua mod and run the command for client side lua in the server lobby. I currently can't check on lua because I switched to Barotrauma Unstable for DynamicEuropa development so I'd have to reinstall it which would then of course be the latest version.
Also note that I'm not experienced with lua and the code that's making trouble was written by Mannatu I believe which executes code written by Evil Factory and "fixed" by a friend of a friend by simply adding a 1 second delay before Evil Factory's function loads in as the error apparently occurs from it loading too fast.
Alximik 14 мар. 2024 г. в 12:53 
And also what is your LuaCS revision? (my a159c41)
Alximik 14 мар. 2024 г. в 12:46 
Did you install
"luacsforbarotrauma_patch_windows_client.zip "
and
"luacsforbarotrauma_patch_windows_server.zip " ?