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
That would be very cool. But still I will manage to try more tests to your RagdollCam, we need to be sure of quality.
I noticed in your gif above, the icons of the "red gears" are changing places, it is ok? https://imgur.com/a/xRUsCcO
It can't be fixed?
We.... apparently have a mod that fixes this, which is completely unrelated, and.... we're not sure what it is? So.... give us a bit. We'll uh.... try and do something about that?
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://gtm.steamproxy.vip/sharedfiles/filedetails/?id=2787984747