sniper script

Forum for Skins, Maps, Configs etc.

Moderators: Moderators, Mappers

Mutu
loses a vital chest organ
Posts: 525
Joined: Sun Aug 29, 2004 2:46 pm
Location: no
Contact:

Post by Mutu »

hehe
· Catch-Gamer.no AQ2admin
VorTeX6
sank like a rock
Posts: 117
Joined: Wed Dec 15, 2004 8:37 am
Location: no
Contact:

Post by VorTeX6 »

Code: Select all

bind mouse1 "+attack;say_team BOOM HEADSHOT! -> %K;radioteam enemyd"
No need for zoom!
kek.
yes u
666kmk
is connecting
Posts: 1
Joined: Fri Jan 28, 2005 11:18 am
Location: cl

Post by 666kmk »

Code: Select all

//Sniper Lens
alias sniper "weapon;sensitivity 3 ;echo [2x]:sens [3];bind SPACE 4xz"
alias 4xz "weapon;sensitivity 2.8;echo [4x]:sens [2.8];bind SPACE 1xz"
alias 1xz "lens 1;sensitivity 4;echo [1x];bind SPACE sniper"
bind SPACE sniper
This is my sniper config, i don´t use the sniper 6x, because is very inconvenience LOL :lol:
Janner
found a way out
Posts: 200
Joined: Tue Mar 08, 2005 12:09 pm
Location: nl

Post by Janner »

Done with weapon and there's only .2 sens difference between 2x and 4x? My ch would fly across the map! But if it works for you, ok for me.
Reloiz
sank like a rock
Posts: 118
Joined: Mon Jul 28, 2003 6:08 am
Location: fi
Contact:

Post by Reloiz »

This is enough for me:

bind q weapon
bind mouse4 sensitivity 6.2
bind mouse5 sensitivity 3.2

\o/
Image
Cnnlngs
plummets to its death
Posts: 68
Joined: Wed Oct 05, 2005 8:34 pm
Location: cl

Post by Cnnlngs »

Code: Select all

set sensitivity 6

alias rst "bind KP_ENTER 2x; reset m_pitch; reset m_yaw"
alias bck "rst; lens 1"

alias 1x "bind KP_ENTER 2x; reset m_pitch; reset m_yaw; lens 1"
alias 2x "bind KP_ENTER 4x; m_pitch 0.0075; m_yaw 0.0075; lens 2"
alias 4x "bind KP_ENTER 5x; m_pitch 0.003; m_yaw 0.003; lens 4"
alias 5x "bind KP_ENTER 1x; m_pitch 0.0075; m_yaw 0.0075; lens 2"

bind KP_PGUP "bck"
bind KP_ENTER "2x"
- it goes: no zoom -> 2x -> 4x -> 2x -> no zoom (6x it's annoying for me)
- no sensitivity, just m_pitch/m_yaw (the default values for both)
- reset command from apr1.19! (:rambo:)
- less noisy (goes from zoomed to 1x with just one key with lens 1)

basically, i adapted Haudrauf's script to fit my special needs :lol:
ProfaNe
is connecting
Posts: 1
Joined: Wed May 17, 2006 2:36 pm
Location: dk

Post by ProfaNe »

can this be done?: mouswheelup zoomin 2x mouswheeldown zoomout2x :D?and whatis lens and what is weapon? o
Twz
hit the ground hard, real hard
Posts: 99
Joined: Thu Sep 02, 2004 11:01 am
Location: se
Contact:

Post by Twz »

bind w weapon :P bind mouse5 lens 1
Image
Janner
found a way out
Posts: 200
Joined: Tue Mar 08, 2005 12:09 pm
Location: nl

Post by Janner »

This is mine:

Code: Select all

alias _1x    		"sensitivity 7;lens 1;echo :: Zooming to 1x ** $cl_health HP - $cl_ammo ammo ** [sens 7.0] ::;bind mwheelup _2x;bind mwheeldown _alr1x"
alias _2x    		"sensitivity 4.5;lens 2;echo :: Zooming to 2x ** $cl_health HP - $cl_ammo ammo ** [sens 4.5] ::;bind mwheelup _4x;bind mwheeldown _1x"
alias _4x    		"sensitivity 2.5;lens 4;echo :: Zooming to 4x ** $cl_health HP - $cl_ammo ammo ** [sens 2.5] ::;bind mwheelup _6x;bind mwheeldown _2x"
alias _6x    		"sensitivity 1;lens 6;echo :: Zooming to 6x ** $cl_health HP - $cl_ammo ammo ** [sens 1.0] ::;bind mwheeldown _4x;unbind mwheelup"
alias _alr1x 		"sensitivity 7;lens 1;echo :: Already 1x zoom * $cl_health HP - $cl_ammo ammo ** [sens 7.0] ::;bind mwheelup _2x"
alias s7     		"wpdrop"
alias 1x     		"wpdrop"
alias wpdrop 		"sensitivity 7;echo :: Zooming w/o sound ** $cl_health HP - $cl_ammo ammo ** [sens 7.0] ::;bind mwheelup _2x;bind mwheeldown _alr1x"

bind mwheelup 		"_2x;bind mwheeldown _1x"
bind mwheeldown 	"_alr1x"
The echo's are for condump, so I can see when I did what (maybe a bit useless, but okay).
Post Reply