Announcement

Collapse
No announcement yet.

auto aim

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • auto aim

    anyone know how to turn off my auto aim? it is ridiculous. thanks.

  • #2
    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!

    Comment


    • #3
      and I agree, it is ridiculous
      Want to get into playing Quake again? Click here for the Multiplayer-Startup kit! laissez bon temps rouler!

      Comment


      • #4
        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
        www.quakeone.com/qrack | www.quakeone.com/cax| http://en.twitch.tv/sputnikutah

        Comment


        • #5
          Yar. Change it to 1.

          Comment


          • #6
            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


            • #7
              >= 1 is OFF ie 100% user aim 9 is 900% user aim so its pretty much moot.
              www.quakeone.com/qrack | www.quakeone.com/cax| http://en.twitch.tv/sputnikutah

              Comment


              • #8
                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


                • #9
                  ^haha.
                  "When I was your age, we used to rocket jump all the way to school, up hill both ways - IN BOILING LAVA!"

                  Comment

                  Working...
                  X