Barotrauma

Barotrauma

32 arvostelua
Immersive Repairs - NT Cybernetics Compatibility Patch
   
Palkinto
Lisää suosikkeihin
Lisätty suosikkeihin
Poista suosikeista
Tiedostokoko
Julkaistu
Päivitetty
37.590 KB
3.2.2024 klo 17.27
3.7.2024 klo 12.00
2 muutosilmoitusta ( näytä )

Tilaa ladataksesi
Immersive Repairs - NT Cybernetics Compatibility Patch

1 kokoelmassa, tekijä _]|M|[_
Barotrauma Deathwish
64 luomusta
Kuvaus
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 kommenttia
Bubarek 22.5. klo 3.22 
What happend to NT Cybernetics?
guns  [tekijä] 3.7.2024 klo 12.03 
@Alximik @Naskell Ross Fixed.
guns  [tekijä] 2.7.2024 klo 14.10 
@_]|M|[_ Whenever you are going to update this do Timer.Wait on the entire items.lua to ensure patching.
_]|M|[_  [tekijä] 26.5.2024 klo 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.5.2024 klo 21.19 
this does not work with the vanilla welding tool patch, please fix!
Naskel Ross 6.5.2024 klo 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.3.2024 klo 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|[_  [tekijä] 14.3.2024 klo 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.3.2024 klo 12.53 
And also what is your LuaCS revision? (my a159c41)
Alximik 14.3.2024 klo 12.46 
Did you install
"luacsforbarotrauma_patch_windows_client.zip "
and
"luacsforbarotrauma_patch_windows_server.zip " ?