Barotrauma

Barotrauma

Baroverhaul Immersive Dive Gear Patch
12 Comments
Violet 🐕  [author] 5 hours ago 
I just hadn't upgraded the description yet, my mistake
Kaimedis 7 Nov @ 12:55pm 
So I saw the other mod compatibility patches were separated into current and classic versions, and the description for this one says it works for both, but on the mod list in game it says this mod requires classic.
Is that just a visual thing in game or does this mod not work with the current version of baroverhaul?
Violet 🐕  [author] 29 Sep @ 12:13am 
@Lazy Nihilanth Probably at some point, sorry, I've been busy
Lazy Nihilanth 28 Sep @ 10:00pm 
Any plan to update this since the Baroverhaul faction update?
goober 31 Mar @ 12:06pm 
Needs update, some diving suits from this mod seems to be missing their respective diving helmets
Gas Chamber of Love 6 Jan @ 3:25pm 
If you wear exosuit above diving suit = you will get headless diving suit model.
Any idea how to fix it?
Alximik 4 Oct, 2024 @ 5:41am 
Hello, need to update the patch from the Immersive Diving Gear mod
_[M]_ mention it in this comment section:
https://steamproxy.com/sharedfiles/filedetails/?id=3074045632&searchtext=immersive
PORK Rider 30 Sep, 2024 @ 8:20am 
Hello again, I figured how to make MEDS check only one tank slot for air supply. Just add targetslot="0" again to the requireditem string in GreaterComponent part. Same for the welding and incendium.
As in
<StatusEffect type="OnWearing" target="Contained,Character" targetslot="0" OxygenAvailable="1000.0" Condition="-0.3" comparison="And">
<Conditional IsDead="false" />
<Conditional HasStatusTag="eq sealed" />
<RequiredItem items="oxygensource" type="Contained" targetslot="0" />
Violet 🐕  [author] 29 Sep, 2024 @ 4:58pm 
Thank you very much for letting me know, I'll make a fix soon.
PORK Rider 29 Sep, 2024 @ 4:58pm 
Alternatively <StatValue stattype="........." value="......"/> still work if its only to adjust speed stats.
PORK Rider 29 Sep, 2024 @ 4:56pm 
In Wearable code string " <StatusEffect type="OnWearing etc." has to be deleted and remade through <Greater Component> as in example file. I deleted it and pressure mechanics are working again.
PORK Rider 29 Sep, 2024 @ 10:30am 
Latest update of Immersive Diving Gear broke suits. MEDS is instantly pressurized at all times without buildup while SPUDS cant buildup pressure at all.