Barotrauma

Barotrauma

Lua For Barotrauma (with xpath patch)
Viser 51-60 af 63 forekomster
< 1  2  3  4  5  6  7 >
Opdatering: 10. sep. 2022 kl. 5:15

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

Opdatering: 10. sep. 2022 kl. 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.

Opdatering: 9. sep. 2022 kl. 4:31

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

Opdatering: 7. sep. 2022 kl. 9:29

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

Opdatering: 5. sep. 2022 kl. 12:28

Fix reorder problem, fix regresssion

Opdatering: 5. sep. 2022 kl. 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.

Opdatering: 5. sep. 2022 kl. 7:03

last upload was wrong

Opdatering: 5. sep. 2022 kl. 6:58

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

Opdatering: 2. sep. 2022 kl. 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).

Opdatering: 2. sep. 2022 kl. 19:43

Fix some path handling error.