[T:V Request] Lower sens when zoomed

Rosco-SS

Contributor
Not sure why they didn't do this, T1 and T2 did.

But when you zoom in playing T:V, the sens is all jacked up compared to T1 and T2, makes it hard to snipe.

I thought I saw a solution on here, that you can toss into your config, but I dunno where.

Also be nice if they patched this too, cause its pretty frickin annoying.
 
Under the Gameplay.PlayerCharacterController section in your user.ini you will find several zoomedMouseScale lines.
Each line is for each zoom sensitivity for the zoom levels set by the zoomedFOVs lines.
The zoom levels go in order top to bottom, min to max zoom.
You can also add your own zoom levels and sensitivities by adding your own lines.

If you need any more help with this, dont hesitate to ask.
 
if your default fov is 85 (that's what the game ships as), then 20x would be 4. Just dvide the default fov by the amount of zoom you want. 20x is probably way to much zoom since 10x is the highest the game gives you by default, and that's already very high.
 
while the maps ARE smaller and so forth, I still do miss my 20x zoom...
guess it doesn't really matter since the rifle range ain't that far
 
you could always just add your 20X right after the 10X zoom..giving your self 4 zoom levels..

In the user.ini i changed my up like so.wanted more of a t1/t2 feel, still needs work tho.feel free to use this if ya want.
zoomedFOVs=50.000000
zoomedFOVs=25.000000
zoomedFOVs=16.000000
zoomedFOVs=8.000000
zoomedMouseScale=0.750000
zoomedMouseScale=0.500000
zoomedMouseScale=0.450000
zoomedMouseScale=0.200000
zoomMagnificationLevels=2.000000
zoomMagnificationLevels=4.000000
zoomMagnificationLevels=6.000000
zoomMagnificationLevels=8.000000
 
can someone please paste the default values? :S

edit: apparently removing 2x makes it fuck up, this is why I need the defaults
 
Last edited:
ilys said:
Under the Gameplay.PlayerCharacterController section in your user.ini you will find several zoomedMouseScale lines.
Each line is for each zoom sensitivity for the zoom levels set by the zoomedFOVs lines.
The zoom levels go in order top to bottom, min to max zoom.
You can also add your own zoom levels and sensitivities by adding your own lines.

If you need any more help with this, dont hesitate to ask.

ilys man you rock. thanks.
 
Jamslice said:
can someone please paste the default values? :S

edit: apparently removing 2x makes it fuck up, this is why I need the defaults

You can find them in DefUser.ini..but here ya go.

zoomedFOVs=50
zoomedFOVs=23
zoomedFOVS=8
zoomedMouseScale=0.7500
zoomedMouseScale=0.4000
zoomedMouseScale=0.1000
zoomMagnificationLevels=2
zoomMagnificationLevels=4
zoomMagnificationLevels=10
 
it's not that important, but your zoomedFOVs should equal

arctan(.91633/zoomMagnificationLevel) * 2

Honestly, how could you expect to do any math involving degrees, and not use trig?
 
Back
Top