Hey guys,
I'm just wondering what other players think about using a different sensitivity per gun. As a railwhore I had 'optimized' my sensitivity in terms of railgun performance, sensitivity 2.75. But often in close combat I noticed that this was too low because I had problems keeping track of my opponent with shotgun/rocketlauncher.
So I made a little script:
//[--Weapon Settings--]
set gauntlet "weapon 1; vstr resetshort"
set machinegun "weapon 2; vstr resetlong"
set shotgun "weapon 3; vstr resetshort"
set grenadelauncher "weapon 4; vstr resetshort"
set rocketlauncher "weapon 5; vstr resetshort"
set lightninggun "weapon 6; vstr resetshort"
set railgun "weapon 7; vstr resetlong"
set plasmagun "weapon 8; vstr resetshort"
//[--Zoomtoggle--]
//toggle zoom
set zoom_in "cg_zoomfov 60; sensitivity 2.25; set zoomtoggle vstr zoom_out"
set zoom_out "cg_zoomfov 110; sensitivity 2.75; set zoomtoggle vstr zoom_in"
set zoomtoggle "vstr zoom_in"
//[--Zoom reset and weapon reset--]
//Resets the above toggles
set resetshort "cg_zoomfov 110; sensitivity 3.5; cg_drawcrosshair 2; cg_crosshairsize 65; set zoomtoggle vstr zoom_in"
set resetlong "cg_zoomfov 110; sensitivity 2.75; cg_drawcrosshair 6; cg_crosshairsize 40; set zoomtoggle vstr zoom_in"
Since I only zoom with railgun, I don't need any specific zoomed sensitivities per gun.
Tho after playing with this for a couple days, I think my average accuracy has not really improved. Maybe my accuracy in close combat has improved but I'm railing far worse, because I have to get used to the different sensitivity all the time...
Any thoughts?