Barotrauma

Barotrauma

Lua For Barotrauma (with xpath patch)
shangjiaxuan  [developer] 31 Aug, 2022 @ 6:49am
Suggestions
things to include in <inherit/> element, or override+inheritance in general
< >
Showing 1-11 of 11 comments
Noble 14 Sep, 2022 @ 1:23pm 
I would like to suggest adding override+inheritance to Jobs type of defined xml
shangjiaxuan  [developer] 5 Oct, 2022 @ 3:51pm 
@Milord I'm working on that, but that will need to go through a completely different code path, so that will take some time.

When finished, all the override-able stuff will be able to do this.
Last edited by shangjiaxuan; 5 Oct, 2022 @ 3:53pm
Biff_W 28 Mar, 2023 @ 9:46am 
Need a way to append string type properties.
For now, if I need to add 1 tag to an item.

Original item:
<Item tags="original_tags">

Target item:
<Item tags="original_tags,added_tag">

I can only do it in this way:

<replace sel="./@tags">original_tags,added_tag</replace>

It can cause multiple mods that add tags to the same item incompatible.
Last edited by Biff_W; 28 Mar, 2023 @ 10:03am
Biff_W 11 Apr, 2023 @ 12:59am 
Need a way to copy elements from original document and paste it somewhere.
For example, to make a 4x railgun shell recipe, I need to copy original recipe which might be modified by other mods. If I define a new fabricate recipe, it might be inconsistent with the modified one.
Comet.Void 24 Apr, 2023 @ 1:40pm 
Mod is uninstallable for anything but windows. Original lua has a way to manually install, but this doesn't.
Comet.Void 29 Apr, 2023 @ 7:36pm 
If I wasn't clear before, can we get a way to manually install this mod?
Biff_W 19 May, 2023 @ 4:35am 
Please update the description and make a list of supported content types, so that modders can have clear knowledge of what they can do with this mod.
MyRem 16 Oct, 2023 @ 12:07am 
服务器如何使用和加载这个lua包,我看github上原mod是有对于windows-server相关的包支持,您的模组好像没有相关的,能加一下吗,有一个以此mod为前置的mod我开服务器开不出来
Linux version would be great.. Like "Lua for Barotrauma Linux".

Basically what Comet.Void said
Last edited by дабстеп мытищи; 25 Feb, 2024 @ 2:22pm
[I2P]amnesia 28 Jun, 2024 @ 9:56am 
Originally posted by shotgun pellets:
Linux version would be great.. Like "Lua for Barotrauma Linux".

Basically what Comet.Void said
Please create a native binary for Linux.
shangjiaxuan  [developer] 8 May @ 12:40pm 
Originally posted by I2Pamnesia:
Originally posted by shotgun pellets:
Linux version would be great.. Like "Lua for Barotrauma Linux".

Basically what Comet.Void said
Please create a native binary for Linux.

Native Linux binaries are available through CI on github.
Steam version is just re-uploaded github CI artifacts.

https://github.com/shangjiaxuan/Barotrauma/releases
< >
Showing 1-11 of 11 comments
Per page: 1530 50