Barotrauma
Lua For Barotrauma (with xpath patch)
Εμφάνιση 51-60 από 63 καταχωρίσεις
< 1  2  3  4  5  6  7 >
Ενημέρωση: 10 Σεπ 2022 στις 5:15

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

Ενημέρωση: 10 Σεπ 2022 στις 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.

Ενημέρωση: 9 Σεπ 2022 στις 4:31

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

Ενημέρωση: 7 Σεπ 2022 στις 9:29

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

Ενημέρωση: 5 Σεπ 2022 στις 12:28

Fix reorder problem, fix regresssion

Ενημέρωση: 5 Σεπ 2022 στις 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.

Ενημέρωση: 5 Σεπ 2022 στις 7:03

last upload was wrong

Ενημέρωση: 5 Σεπ 2022 στις 6:58

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

Ενημέρωση: 2 Σεπ 2022 στις 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).

Ενημέρωση: 2 Σεπ 2022 στις 19:43

Fix some path handling error.