Barotrauma

Barotrauma

Lua For Barotrauma (with xpath patch)
Näytetään 51–60 / 63
< 1  2  3  4  5  6  7 >
Päivitys: 10.9.2022 klo 5.15

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

Päivitys: 10.9.2022 klo 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.

Päivitys: 9.9.2022 klo 4.31

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

Päivitys: 7.9.2022 klo 9.29

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

Päivitys: 5.9.2022 klo 12.28

Fix reorder problem, fix regresssion

Päivitys: 5.9.2022 klo 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.

Päivitys: 5.9.2022 klo 7.03

last upload was wrong

Päivitys: 5.9.2022 klo 6.58

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

Päivitys: 2.9.2022 klo 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).

Päivitys: 2.9.2022 klo 19.43

Fix some path handling error.