Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
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?
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.
it also activates when your head rotates from anything else while youre not ragdolled
Explanation: all lua mods always enabled even if disabled in game modlist
steam://openurl/https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2787984747
to the rest, DOWNLOAD NOW!!!
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
C:\Program Files (x86)\Steam\steamapps\workshop\content\602960\3404418999\Lua
The entirely depends on which drive barotrauma is installed on though!