Barotrauma

Barotrauma

32 vurderinger
Immersive Repairs - NT Cybernetics Compatibility Patch
   
Pris
Føj til foretrukne
Gjort til foretrukken
Fjern som foretrukken
Filstørrelse:
Offentliggjort:
Opdateret:
37.590 KB
3. feb. 2024 kl. 17:27
3. juli 2024 kl. 12:00
2 ændringsbemærkninger ( vis )

Abonner for at downloade
Immersive Repairs - NT Cybernetics Compatibility Patch

I 1 samling af _]|M|[_
Barotrauma Deathwish
64 genstande
Beskrivelse
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 kommentarer
Bubarek 22. maj kl. 3:22 
What happend to NT Cybernetics?
guns  [ophavsmand] 3. juli 2024 kl. 12:03 
@Alximik @Naskell Ross Fixed.
guns  [ophavsmand] 2. juli 2024 kl. 14:10 
@_]|M|[_ Whenever you are going to update this do Timer.Wait on the entire items.lua to ensure patching.
_]|M|[_  [ophavsmand] 26. maj 2024 kl. 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. maj 2024 kl. 21:19 
this does not work with the vanilla welding tool patch, please fix!
Naskel Ross 6. maj 2024 kl. 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. mar. 2024 kl. 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|[_  [ophavsmand] 14. mar. 2024 kl. 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. mar. 2024 kl. 12:53 
And also what is your LuaCS revision? (my a159c41)
Alximik 14. mar. 2024 kl. 12:46 
Did you install
"luacsforbarotrauma_patch_windows_client.zip "
and
"luacsforbarotrauma_patch_windows_server.zip " ?