Barotrauma

Barotrauma

Lua For Barotrauma (with xpath patch)
51-60 van 63 items weergegeven
< 1  2  3  4  5  6  7 >
Update: 10 sep 2022 om 5:15

Last update turned out to be wrong fix. This one is expected to work with the said fix.

Update: 10 sep 2022 om 3:49

Fix the problem of reloading package logic only takes into account of package existence, not package inheritance history.

This fix will result in longer package reorder reload time.

Update: 9 sep 2022 om 4:31

Fix update logic. Now this package can update like lua mod.

Update: 7 sep 2022 om 9:29

Fix item name display empty if no localization text is found, but name="xxx" is present...

Update: 5 sep 2022 om 12:28

Fix reorder problem, fix regresssion

Update: 5 sep 2022 om 9:03

Fix upload. Currently cannot re-create inherit history on reorder+reload (exactly which mod's which item/character).

Put newer inheriting items ABOVE older ones for now.

Update: 5 sep 2022 om 7:03

last upload was wrong

Update: 5 sep 2022 om 6:58

Fixed some issues in ragdoll file resolving (bug is also present in vanilla). Also improved part of the package matching logic.

Update: 2 sep 2022 om 23:18

Fix inheriting <ragdolls folder="default"/> and <animations folder="default"/> evaluates to the overriding path's folders.

Fix items path update logic to address preprocess and postprocess differences, and fix inheriting from vanilla relative path (xxx.png need to be converted to Content/xxxx).

Update: 2 sep 2022 om 19:43

Fix some path handling error.