Barotrauma

Barotrauma

32 hodnocení
Immersive Repairs - NT Cybernetics Compatibility Patch
   
Ocenit
Přidat do oblíbených
Oblíbeno
Odebrat z oblíbených
Velikost souboru
Přidáno
Aktualizováno
37.590 KB
3. úno. 2024 v 17.27
3. čvc. 2024 v 12.00
Poznámky ke změnám (2) – zobrazit

Klikněte na „Odebírat“ pro stažení položky
Immersive Repairs - NT Cybernetics Compatibility Patch

V 1 kolekci od uživatele _]|M|[_
Barotrauma Deathwish
64 položek
Popis
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
Počet komentářů: 19
Bubarek 22. kvě. v 3.22 
What happend to NT Cybernetics?
guns  [autor] 3. čvc. 2024 v 12.03 
@Alximik @Naskell Ross Fixed.
guns  [autor] 2. čvc. 2024 v 14.10 
@_]|M|[_ Whenever you are going to update this do Timer.Wait on the entire items.lua to ensure patching.
_]|M|[_  [autor] 26. kvě. 2024 v 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. kvě. 2024 v 21.19 
this does not work with the vanilla welding tool patch, please fix!
Naskel Ross 6. kvě. 2024 v 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. bře. 2024 v 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|[_  [autor] 14. bře. 2024 v 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. bře. 2024 v 12.53 
And also what is your LuaCS revision? (my a159c41)
Alximik 14. bře. 2024 v 12.46 
Did you install
"luacsforbarotrauma_patch_windows_client.zip "
and
"luacsforbarotrauma_patch_windows_server.zip " ?