Barotrauma

Barotrauma

Ragdoll Cam
74 Comments
evanwolfyou  [author] 30 Jun @ 1:59pm 
i might need to check that out
jossebul 30 Jun @ 1:55pm 
this mod is very cool but I get a lot of errors that say "attempt to index a nil value"
evanwolfyou  [author] 16 Jun @ 4:13pm 
there is a chance i could
Was it ever thus? 16 Jun @ 7:57am 
yeah, but imagine being outside of the sub and being unable to figure out where is up and where is down let alone where your sub is located.
Getting lost in this way should be the main value such mods provide.

funnycam indeed works in the water, but you still use vanilla swimming controls, so it is disorienting in a bad way and also you always know where the right/left/up/down is, which defeats the purpose of this camera in the first place.

you think you could make water camera but with better controls than in funnycam?
evanwolfyou  [author] 10 Jun @ 12:35pm 
@Red52792 that is what the original mod funnycam is. It's just really disorienting and I didn't really like it in water
Red52792 10 Jun @ 12:11pm 
it woul be cool that if you are in water the camera stops facing upwards and you could move to where the camera is facing when pressing up instead if going up
evanwolfyou  [author] 27 Apr @ 5:29pm 
the camera doesnt activate in water
Sullivas 27 Apr @ 3:06pm 
Problem. Activating the camera when you are in water includes when you are soaking wet after leaving an airlock, requiring you to dry off. Kinda annoying.
B_Kirill 23 Apr @ 4:05am 
This is a really good mod, but it's really not cool when characters hit their heads on the ceiling and the camera spins (and sometimes it just happens because of bugs). Better use something like this:

Hook.Add("think", "adjustcam", function()
if Character.Controlled ~= nil then
local isRagdolledOrUnconscious = Character.Controlled.IsRagdolled or Character.Controlled.IsUnconscious

local rot = 0
if isRagdolledOrUnconscious then
rot = Character.Controlled.AnimController.getLimb(config.limb).Rotation
end

if isRagdolledOrUnconscious then
smooth = smooth + (rot - smooth) * 0.15
else
smooth = smooth * 0.8
end

Screen.Selected.Cam.Rotation = smooth
end
end)

Of course, this is just a recommendation, but it would make the mod much more playable.
evanwolfyou  [author] 19 Apr @ 5:12pm 
you have to enable client side lua
Christian 19 Apr @ 9:41am 
I have it enabled but it no work :(
activision 16 Apr @ 12:23am 
mod has big funny potential but the camera feels very jittery and horrible because itll just snap between positions and makes me motion sick

it also activates when your head rotates from anything else while youre not ragdolled
Dr.Vaфе!ь 10 Apr @ 1:12am 
Just force treating all LUA mods like normal mods in Lua settings.
Explanation: all lua mods always enabled even if disabled in game modlist
DecentlyLazy 9 Apr @ 3:31pm 
i have other mods that require clientside lua
evanwolfyou  [author] 8 Apr @ 9:24am 
you can turn off client side lua to turn it off.
ChicagoKiller 7 Apr @ 9:03am 
I figured it out. I tried everything besides unsubscribing as I thought this changed the game files. It did not. It uninstalled.
ChicagoKiller 7 Apr @ 9:01am 
I deleted the Config file since I thought that was the way to uninstall it, along with the mod file, but it's still not gone.
ChicagoKiller 7 Apr @ 9:00am 
How do I uninstall this?
evanwolfyou  [author] 3 Apr @ 6:30am 
@Calcium thats neurotrauma I presume
Calcium 2 Apr @ 11:45pm 
what is the blood mod in the gif?
Bo Sinn 1 Apr @ 12:40pm 
can u do disabling ragdool cam when u control monsters? coz it's pretty buggy
evanwolfyou  [author] 1 Apr @ 9:43am 
@Harley89 You can use the original mod this is based off of called FunnyCam by StarryCult
Harleymart 1 Apr @ 5:25am 
Wish there was a camera that turned to follow the angle the character is facing when diving
reginald 25 Mar @ 2:34am 
mod still active when i disabled it why :captainclown:
qwerty9118 25 Feb @ 7:59am 
Ahh I see - I have failed basic reading comprehension. Tysm!
Sullivas 24 Feb @ 6:10pm 
@qwerty9118 Ensure you have followed the steps for installing clientside lua. More details on the Lua workshop page.
qwerty9118 24 Feb @ 12:11pm 
This isn't working for me - any idea why? I've only got this & Lua For Barotrauma installed
Joe Mc'Murray 19 Feb @ 6:21pm 
i downloaded this because of being able to press space and poop and sleep :) good mod
evanwolfyou  [author] 19 Feb @ 4:21pm 
@Just a Floating Eye If you want the swimming version make sure to check out StarryCult's version! It's what this mod was made from
steam://openurl/https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2787984747
evanwolfyou  [author] 19 Feb @ 4:16pm 
i have been stalling updating for now as i am trying to get some life stuff in order
evanwolfyou  [author] 19 Feb @ 4:13pm 
i dont think it would be possible to separate the holding space and bed from the main ragdoll as they are all considered to be a ragdolled character
Mr. Orgasm 19 Feb @ 7:25am 
It's a very good mod, but you should remove the camera ragdoll while being layed in bunks/beds and while ragdoll state used by pressing "space", because it's excesive. It should work while you're flying away because of an explosion or if the submarine hits somethins namely on impact with some terrain. Great mod but need some work and attention of the devs!
Spuddy 11 Feb @ 5:37pm 
weird incompatibility with hunters husk mod, the characters camera moves with the character the whole time
Just a Floating Eye 7 Feb @ 7:00pm 
There is, client sided lua enforced. Search it up.
evanwolfyou  [author] 7 Feb @ 5:43pm 
There might be a mod that lets you force it but otherwise idk how barotrauma force mods work
Farbott 6 Feb @ 8:25pm 
Is there a way to force clients to have this enabled?
evanwolfyou  [author] 6 Feb @ 8:05am 
Exactly for that reason
this mod made me sick why did you make this
Sullivas 31 Jan @ 1:39pm 
@Caaptain_Goose200K change your lua settings from the main menu (top left, not from the mod selection) to not have code mods work even when disabled
bamsei 31 Jan @ 3:55am 
fearmonger! Depart!

to the rest, DOWNLOAD NOW!!!
Captain_Goose200K 30 Jan @ 2:40pm 
this mod broke my game im now permanently with the camera if lua is installed
Just a Floating Eye 30 Jan @ 12:01pm 
Would be cool if this happened when swimming, getting disoriented in swimming and not knowing what is up or down would be very fun in barotrauma.
Sullivas 27 Jan @ 1:43pm 
I set the config file at that location to
config.cutoff = 6.28
and still experienced the problem.

I tried setting it to something silly (500) and still experienced the problem.

I wonder if crouching and looking left to right counts as ragdolling in the code? Scratching my head :MHRISE_Felyne:
evanwolfyou  [author] 27 Jan @ 7:19am 
@Sullivas you can go into the config file in the mod in your workshop folder and edit the cutoff amount. The folder should be somewhere like
C:\Program Files (x86)\Steam\steamapps\workshop\content\602960\3404418999\Lua
The entirely depends on which drive barotrauma is installed on though!
Sullivas 26 Jan @ 9:13am 
While crouching and turning from left to right, the head bop activates the ragdoll cam. Kinda annoying, wish it checked for if you were just crouched or if just tuned to not activate for that.
Hammer Goblin 24 Jan @ 1:24pm 
Exactly
evanwolfyou  [author] 24 Jan @ 1:17pm 
thats exactly why you should try it
Hammer Goblin 23 Jan @ 7:21am 
Dude this would hurt my head so bad.
Hell Reaper 23 Jan @ 5:29am 
Imagen accelerating yout sub to 257 kmh and on all speed fly into a rock.
Archer 22 Jan @ 12:05pm 
The volume of shenanigans provided for being so simple is beyond ridiculous. 10/10