Announcement

Collapse
No announcement yet.

Aiming-like zoom

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

  • #16
    is there a cvar for modifying the zoomed fov? lets say i want to zoom in to a fov only of 50 instead of 30?

    Comment


    • #17
      I took a SS cuz im lazy
      Want to get into playing Quake again? Click here for the Multiplayer-Startup kit! laissez bon temps rouler!

      Comment


      • #18
        Well, of course.

        Originally posted by Amon26 View Post
        is there a cvar for modifying the zoomed fov? lets say i want to zoom in to a fov only of 50 instead of 30?
        Just simply write FOV 50 (or whatever the hell you want) instead of FOV 30, and that should work nicely. I said SHOULD, ofc

        Comment


        • #19
          Ok, I know I'm just a whining b*tch, but I'm asking if it's possible to also slow down and maybe reduce the weapon spread while aiming...

          Comment


          • #20
            Originally posted by Delo View Post
            Ok, I know I'm just a whining b*tch, but I'm asking if it's possible to also slow down and maybe reduce the weapon spread while aiming...
            I'm not sure what you mean by weapon spread, but you are in the right place to ask any questions about coding anything for quake, and im sure someone with alot more knowledge than me will be glad to help you, or point you in the right direction.

            Comment


            • #21
              Use nates script and just add ;sensitivity 1 to the first line
              Use nates script and add ;sensitivity 6 to the second line of alias.
              This will give you zoom and a steady aim. I used a similar script for using LG on dialup to increase dwell time on target for increased damage.
              For example.
              alias +zoomingbynahueltheqccoder "fov 30;wait;sensitivity 1"
              alias -zoomingbynahueltheqccoder "fov 90;wait;sensitivity 6"
              bind "MOUSE2" "+zoomingbynahueltheqccoder"
              I use 6 here as an example sensitivity, set it to whatever you use normally.
              Last edited by bluntz; 06-10-2012, 08:49 AM.
              WARNING
              May be too intense for some viewers.
              Stress Relief Device
              ....BANG HEAD HERE....
              ---------------------------
              .
              .
              .
              .
              .--------------------------

              Comment


              • #22
                Originally posted by nahuel View Post
                yeah , in autoexec.cfg add this


                works for me
                Utilizing this as well. Thanks!

                Comment

                Working...
                X