Forum
Transparent Viewmodels/FOV Changer (Client Plugin)
Created 31st December 2011 @ 00:35
Add A Reply Pages: « Previous 1 ... 6 7 8 ... 27 Next »
Quoted from Dr-GimpfeN
http://www.youtube.com/watch?v=5fygdPaDh9c&feature=player_embedded
can i pls get a plugin for this?
just wait
Cheers. The LOD thing is excellent <3
Quoted from broesel
[…]
Script. pfft. All it takes is this:
bind MOUSE5 "incrementvar fov_desired 30 90 60"
for zooming
bind MOUSE5 "incrementvar fov_desired 90 150 60"
for wallhack
bind MOUSE5 "incrementvar fov_desired 30 150 60"
for a zoom -> normal -> wh cycle:) :) :) :) :) :) :) :)
Thanks.
tf2 is dead
Quoted from broesel
[…]
Script. pfft. All it takes is this:
bind MOUSE5 "incrementvar fov_desired 30 90 60"
for zooming
bind MOUSE5 "incrementvar fov_desired 90 150 60"
for wallhack
bind MOUSE5 "incrementvar fov_desired 30 150 60"
for a zoom -> normal -> wh cycle:) :) :) :) :) :) :) :)
for actual zooming I’d do something like this instead:
alias +fov_zoom “fov_desired ZOOMFOV ;sensitivity ZOOMSENS”
alias -fov_zoom “fov_desired NORMALFOV; sensitivity NORMALSENS”
to have the zoomsens “feel” like your “normal” sens you calculate liek this:
k = arctan[ 0.75 * tan[ZOOMFOV° /2] ] / arctan[ 0.75 * tan[NORMALFOV°/2] ]
ZOOMSENS = NORMALSENS * k
Example:
NORMALSENS=3
ZOOMFOV=40
NORMALFOV=100
k = arctan[ 0.75 * tan[40° /2] ] / arctan[ 0.75 * tan[100°/2] ]
k= 0.3654
ZOOMSENS = 3 * 0.3654
ZOOMSENS = 1.0962
alias +fov_zoom “fov_desired 40 ;sensitivity 1.0962”
alias -fov_zoom “fov_desired 100; sensitivity 3”
bind mouseX “+fov_zoom”
EDIT: http://www.wolframalpha.com can be used for the calculating part, make sure you put the FOVs as degrees ° (i.e. 100°).
365 downloads so far.
Quoted from slate
[…]
for actual zooming I’d do something like this instead:
alias +fov_zoom “fov_desired ZOOMFOV ;sensitivity ZOOMSENS”
alias -fov_zoom “fov_desired NORMALFOV; sensitivity NORMALSENS”to have the zoomsens “feel” like your “normal” sens you calculate liek this:
k = arctan[ 0.75 * tan[ZOOMFOV° /2] ] / arctan[ 0.75 * tan[NORMALFOV°/2] ]
ZOOMSENS = NORMALSENS * kExample:
NORMALSENS=3
ZOOMFOV=40
NORMALFOV=100k = arctan[ 0.75 * tan[40° /2] ] / arctan[ 0.75 * tan[100°/2] ]
k= 0.3654ZOOMSENS = 3 * 0.3654
ZOOMSENS = 1.0962alias +fov_zoom “fov_desired 40 ;sensitivity 1.0962”
alias -fov_zoom “fov_desired 100; sensitivity 3”
bind mouseX “+fov_zoom”EDIT: http://www.wolframalpha.com can be used for the calculating part, make sure you put the FOVs as degrees ° (i.e. 100°).
I did that by just testing around on localhost to get my sniper rifle scope ambassador.
Does anyone want railgun tracers? :p
http://www.youtube.com/watch?v=6oaGIzONARs and this, please.
Quoted from lolage
How about projectiles shooting from the middle?
The server decides where the projectiles are shot from.
Add A Reply Pages: « Previous 1 ... 6 7 8 ... 27 Next »