anyone know how to turn off my auto aim? it is ridiculous. thanks.
Announcement
Collapse
No announcement yet.
auto aim
Collapse
X
-
sv_aim 0 should do the trick
its 0, checked it myself just now.Last edited by Mindf!3ldzX; 07-06-2009, 08:17 AM.Want to get into playing Quake again? Click here for the Multiplayer-Startup kit! laissez bon temps rouler!
-
and I agree, it is ridiculousWant to get into playing Quake again? Click here for the Multiplayer-Startup kit! laissez bon temps rouler!
Comment
-
default is 0.93, setting to 1 will turn it off Lower values equals greater auto-aiming.
Code:dist = DotProduct (dir, pr_global_struct->v_forward); if (dist < sv_aim.value) continue; // too far to turn
Comment
-
I was told that sv_aim 9 turns it off..e|------------------------0---------------
B|---------------0^1----------------1----
G|---------------2------2------0^2-------
D|---------------2-------2--2-------------
A|---------------0------------------------
E|----------------------------------------
Comment
-
>= 1 is OFF ie 100% user aim 9 is 900% user aim so its pretty much moot.
Comment
-
Ah, it's good to know I'm doing 900% of the aiming...e|------------------------0---------------
B|---------------0^1----------------1----
G|---------------2------2------0^2-------
D|---------------2-------2--2-------------
A|---------------0------------------------
E|----------------------------------------
Comment
Comment