Barotrauma
Baroverhaul Immersive Dive Gear Patch
10 comentarii
Violet 🐕  [autor] 29 sept. la 0:13 
@Lazy Nihilanth Probably at some point, sorry, I've been busy
Lazy Nihilanth 28 sept. la 22:00 
Any plan to update this since the Baroverhaul faction update?
goober 31 mart. la 12:06 
Needs update, some diving suits from this mod seems to be missing their respective diving helmets
Gas Chamber of Love 6 ian. la 15:25 
If you wear exosuit above diving suit = you will get headless diving suit model.
Any idea how to fix it?
Alximik 4 oct. 2024 la 5:41 
Hello, need to update the patch from the Immersive Diving Gear mod
_[M]_ mention it in this comment section:
https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=3074045632&searchtext=immersive
Super Pre-order 30 sept. 2024 la 8:20 
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 🐕  [autor] 29 sept. 2024 la 16:58 
Thank you very much for letting me know, I'll make a fix soon.
Super Pre-order 29 sept. 2024 la 16:58 
Alternatively <StatValue stattype="........." value="......"/> still work if its only to adjust speed stats.
Super Pre-order 29 sept. 2024 la 16:56 
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.
Super Pre-order 29 sept. 2024 la 10:30 
Latest update of Immersive Diving Gear broke suits. MEDS is instantly pressurized at all times without buildup while SPUDS cant buildup pressure at all.