Barotrauma
Lua For Barotrauma (with xpath patch)
63件中 51-60 を表示
< 1  2  3  4  5  6  7 >
更新:2022年9月10日 @ 5時15分

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

更新:2022年9月10日 @ 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.

更新:2022年9月9日 @ 4時31分

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

更新:2022年9月7日 @ 9時29分

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

更新:2022年9月5日 @ 12時28分

Fix reorder problem, fix regresssion

更新:2022年9月5日 @ 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.

更新:2022年9月5日 @ 7時03分

last upload was wrong

更新:2022年9月5日 @ 6時58分

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

更新:2022年9月2日 @ 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).

更新:2022年9月2日 @ 19時43分

Fix some path handling error.