安装 Steam						
					
				
				
									登录
											 | 
						语言
						
																																															繁體中文(繁体中文)
																													日本語(日语)
																													한국어(韩语)
																													ไทย(泰语)
																													български(保加利亚语)
																													Čeština(捷克语)
																													Dansk(丹麦语)
																													Deutsch(德语)
																													English(英语)
																													Español-España(西班牙语 - 西班牙)
																													Español - Latinoamérica(西班牙语 - 拉丁美洲)
																													Ελληνικά(希腊语)
																													Français(法语)
																													Italiano(意大利语)
																													Bahasa Indonesia(印度尼西亚语)
																													Magyar(匈牙利语)
																													Nederlands(荷兰语)
																													Norsk(挪威语)
																													Polski(波兰语)
																													Português(葡萄牙语 - 葡萄牙)
																													Português-Brasil(葡萄牙语 - 巴西)
																													Română(罗马尼亚语)
																													Русский(俄语)
																													Suomi(芬兰语)
																													Svenska(瑞典语)
																													Türkçe(土耳其语)
																													Tiếng Việt(越南语)
																													Українська(乌克兰语)
																									报告翻译问题
							
						
 
											 
													







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://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=2787984747