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?
Announcement
Collapse
No announcement yet.
Aiming-like zoom
Collapse
X
-
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
-
-
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.Originally posted by Delo View PostOk, 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
-
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.I use 6 here as an example sensitivity, set it to whatever you use normally.alias +zoomingbynahueltheqccoder "fov 30;wait;sensitivity 1"
alias -zoomingbynahueltheqccoder "fov 90;wait;sensitivity 6"
bind "MOUSE2" "+zoomingbynahueltheqccoder"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

Comment