Barotrauma

Barotrauma

32 beoordelingen
Immersive Repairs - NT Cybernetics Compatibility Patch
   
Prijs
Toevoegen aan favorieten
Toegevoegd aan favorieten
Verwijderen uit favorieten
Bestandsgrootte
Geplaatst op
Bijgewerkt op
37.590 KB
3 feb 2024 om 17:27
3 jul 2024 om 12:00
2 wijzigingsnotities (weergeven)

Abonneren om te downloaden
Immersive Repairs - NT Cybernetics Compatibility Patch

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