Barotrauma

Barotrauma

Lua For Barotrauma (with xpath patch)
Showing 21-30 of 61 entries
< 1  2  3  4  5  6  7 >
Update: 14 Apr, 2023 @ 10:24pm

Fix affliction problem.

Update: 14 Apr, 2023 @ 11:10am

Previous fix was not complete.

Update: 14 Apr, 2023 @ 9:06am

Fix multiplayer sync issues.

Update: 13 Apr, 2023 @ 8:51am

Fix added base prefabs not cleared now that things are default-override.

Update: 13 Apr, 2023 @ 7:53am

Fix new code path having problems in mod reloading.

Update: 12 Apr, 2023 @ 10:18am

Merged changes in lua that allow vscode debugging.

Update: 12 Apr, 2023 @ 8:19am

Update for 1.0.9.0 game.
Also fixed regression by forcing upper packages to reload too.

Update: 11 Apr, 2023 @ 6:36am

1. Add Affliction and AfflictionHusk to supported xpath prefabs. This means Affliction file content with exception of CPRSettings and DamageOverlay.
2. Add dump_prefab_id debug console command autocomplete for first parameter.
3. Clear pacakge errors on reload package. This should help xml hot reload for some cases.

Update: 9 Apr, 2023 @ 11:44pm

Add more compatibility for c# mods targeting normal lua: More Level Content now works.

Update: 9 Apr, 2023 @ 9:08am

Fix dumping nonexistent it crashing game.
Fix replacing element with xpath not working.