Barotrauma
Lua For Barotrauma (with xpath patch)
Mostrando 51-60 de 63 aportaciones
< 1  2  3  4  5  6  7 >
Actualización: 10 SEP 2022 a las 5:15

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

Actualización: 10 SEP 2022 a las 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.

Actualización: 9 SEP 2022 a las 4:31

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

Actualización: 7 SEP 2022 a las 9:29

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

Actualización: 5 SEP 2022 a las 12:28

Fix reorder problem, fix regresssion

Actualización: 5 SEP 2022 a las 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.

Actualización: 5 SEP 2022 a las 7:03

last upload was wrong

Actualización: 5 SEP 2022 a las 6:58

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

Actualización: 2 SEP 2022 a las 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).

Actualización: 2 SEP 2022 a las 19:43

Fix some path handling error.