Garry's Mod

Garry's Mod

[wOS] Roll Mod
zxRizu 2017 年 2 月 24 日 上午 11:01
When starting the game, the camera is leaning to the right
When I start the game, the camera leans to the rights and stays there. When I suicide, it still happens. Not sure if this means that a addon is conflicting with this addon
< >
正在显示第 1 - 15 条,共 38 条留言
King David™  [开发者] 2017 年 2 月 24 日 上午 11:14 
I think it might. Are you able to list the addons you have installed or are there hundreds?
zxRizu 2017 年 2 月 24 日 上午 11:16 
There's 175 addons that are in my computer, but half of them are disabled. I'll try to disable all of them except for this mod.

(EDIT) It's fixed now, but I need to find the addon that is conflicting with this addon
最后由 zxRizu 编辑于; 2017 年 2 月 24 日 上午 11:17
King David™  [开发者] 2017 年 2 月 24 日 上午 11:21 
Could you take a screenshot? I can help find the issue as I have a hunch which function is messing it up
zxRizu 2017 年 2 月 24 日 上午 11:24 
Most of my addons are disabled, just to let you know.
King David™  [开发者] 2017 年 2 月 24 日 上午 11:27 
Alright so in your console do the following:
clear --Clears the console sv_allowcslua 1 --Allows lua_run_cl to take action lua_run_cl PrintTable( hook.GetTable()["CalcViewModelView"] ) --Will print all hooks for that function sv_allowcslua 0 --Disables lua_run_cl again
King David™  [开发者] 2017 年 2 月 24 日 上午 11:27 
Then paste the console output here
zxRizu 2017 年 2 月 24 日 上午 11:30 
] sv_allowcslua 1
Server cvar 'sv_allowcslua' changed to 1
] lua_run_cl PrintTable( hook.GetTable()["CalcViewModelView"] )
BFG_WeaponSeats_CalcViewModelViewCompensation = function: 0x43225fb0
wOS.RollMod.RotateGun = function: 0x42fffa30
] sv_allowcslua 0
Server cvar 'sv_allowcslua' changed to 0


This is what I got
King David™  [开发者] 2017 年 2 月 24 日 上午 11:46 
Are you running with Seat Weaponiser 1 or 2?
最后由 King David™ 编辑于; 2017 年 2 月 24 日 上午 11:53
zxRizu 2017 年 2 月 24 日 上午 11:58 
2
King David™  [开发者] 2017 年 2 月 24 日 下午 12:42 
I'll have a look and get back to you in about an hour
King David™  [开发者] 2017 年 2 月 24 日 下午 4:40 
Well that addon was clean, can you do this for me now:

clear --Clears the console sv_allowcslua 1 --Allows lua_run_cl to take action lua_run_cl PrintTable( hook.GetTable()["CalcView"] ) --Will print all hooks for that function sv_allowcslua 0 --Disables lua_run_cl again
zxRizu 2017 年 2 月 24 日 下午 5:42 
] sv_allowcslua 1
] lua_run_cl PrintTable( hook.GetTable()["CalcView"] )
ParkourCalcView = function: 0x431f1cb0
SCar CalcView = function: 0x431e5588
Spin View.CalcView = function: 0x4318be68
pac_CalcView = function: 0x41df8a68
wOS.RollMod.FirstPerson = function: 0x4320a418
wac_cl_calcview = function: 0x431de378
] sv_allowcslua 0
Server cvar 'sv_allowcslua' changed to 0


Sorry for the late reply
zxRizu 2017 年 2 月 24 日 下午 5:45 
Now the camera doesn't spin, AND the playermodel doesn't roll anymore.
King David™  [开发者] 2017 年 2 月 24 日 下午 5:51 
It's not problem man. Did you accidentally unsubscribe from the wiltOS animation extensions?

I'll check out those hooks
< >
正在显示第 1 - 15 条,共 38 条留言
每页显示数: 1530 50