Barotrauma
Showperf extensions
1–10 из 54
< 1  2  3  4  5  6 >
Обновление: 17 сен в 15:18
автор: Nupaska

Barotrauma threw

Failed to install item: download task ended with status RanToCompletion, item installed: False, item downloading: False, exception was [NULL] at Barotrauma.Steam.MutableWorkshopMenu.PublishItem(GUITextBlock currentStepText, GUIMessageBox messageBox, String modVersion, Editor editor, ContentPackage localPackage)+MoveNext() in <DEV>/Barotrauma/BarotraumaClient/ClientSource/Steam/WorkshopMenu/Mutable/PublishTab.cs:line 547 at Barotrauma.Steam.MutableWorkshopMenu.MessageBoxCoroutine(Func`3 subcoroutine)+MoveNext() in <DEV>/Barotrauma/BarotraumaClient/ClientSource/Steam/WorkshopMenu/Mutable/PublishTab.cs:line 420

trying to update mod 2 time

Обновление: 17 сен в 15:13
автор: Nupaska

updated to 1.10.5.0

Обновление: 18 июн в 5:57
автор: Nupaska

updated to 1.9.7.0

Обновление: 21 апр в 7:54
автор: Nupaska

fixed a few errors in debug build

Обновление: 19 апр в 15:59
автор: Nupaska

updated to 1.8.7.0

just fixed the errors, no changes at all

Обновление: 21 янв в 9:48
автор: Nupaska

fixed crash when picking up detonator in multiplayer

Обновление: 21 янв в 9:24
автор: Nupaska

Fixed showperf frame was considered revealed from creation and thus running all the patches

Crash on picking up a detonator in multiplayer still not fixed and will occur with showperf frame open
i'm still investigating

Обновление: 19 янв в 10:25
автор: Nupaska

Added null checks to every patch

If Showperf variable, which i never set to null, in some patch suddenly becomes null then only that patch won't work, and nothing will crash

Added global checks for nulls in mod lifecycle
If GUI becomes null mod will attempt to restart it
If mod itself dies, static patch that detects it will attempt to clean up all patches, gui and commands

Обновление: 15 янв в 23:58
автор: Nupaska

Fixed NRE in Controller_Use
Removing try catch

Обновление: 4 янв в 22:13
автор: Nupaska

Wrapped Controller.Use in try catch
Should catch mysterious NRE there
Tell me if you catch it