bind i "_windowed_mouse 1" bind o "_windowed_mouse 0" +mlook // bind space to "quick weapon" alias alias qw "msg 3;qw1;qw2;msg 1;echo Quick Weapon" alias qw1 "wait;use grenades;wait;use shotgun;wait;use super shotgun;wait;use grenade launcher;wait;use machinegun;" alias qw2 "wait;use chaingun;wait;use rocket launcher;wait;use hyperblaster;wait;use railgun;wait;use bfg10k;" bind space qw // mixed view stuff //alias sniperview "fov 20; m_pitch 0.005; m_yaw 0.005" //alias normalview "fov 90; m_pitch 0.022; m_yaw 0.022" //alias fisheyeview "fov 180" //alias +zoomin sniperview //alias -zoomin normalview //alias +zoomout fisheyeview //alias -zoomout normalview //bind v fisheyeview //bind w normalview //bind x sniperview //bind y +zoomin //bind z +zoomout alias +sniper "fov 70; wait; fov 45; wait; fov 30; sensitivity 16" alias -sniper "fov 45; wait; fov 70; wait; fov 90; sensitivity 8.500000" bind z +sniper // previos wepon alias alias use1 "use blaster" alias use2 "use shotgun" alias use3 "use super shotgun" alias use4 "use machinegun" alias use5 "use chaingun" alias use6 "use grenade launcher" alias use7 "use rocket launcher" alias use8 "use hyperblaster" alias use9 "use railgun" alias use0 "use bfg10k" bind 1 "use1; alias prevwpn use1" bind 2 "use2; alias prevwpn use2" bind 3 "use3; alias prevwpn use3" bind 4 "use4; alias prevwpn use4" bind 5 "use5; alias prevwpn use5" bind 6 "use6; alias prevwpn use6" bind 7 "use7; alias prevwpn use7" bind 8 "use8; alias prevwpn use8" bind 9 "use9; alias prevwpn use9" bind 0 "use0; alias prevwpn use0" // remap f1 alias +showscores "cmd help" alias -showscores "cmd help" bind F1 +showscores //Stinger's center-aim config alias +fire "hand 2;+attack" alias -fire "hand 3;-attack" bind MOUSE1 +fire alias "Notify&Drop" "not;wait;dropt" alias "not" "cmd steam Team: I just dropped %T %L" alias "dropt" "drop tech" bind d "Notify&Drop" bind x trailtog alias "trailtog" "gren" alias "gren" "msg 3;gren1;msg 1;echo Lay 'em out Stud!" alias "gren1" "use grenade launcher;+attack; alias trailtog norm" alias "norm" "-attack;-forward;weaplast; alias trailtog gren" bind h "+hook" bind f "drop flag" // Q2CTF %Commands // These are commands that tell your teammates specific information about // you without you having to type it in. // Just insert a bind l "say_team blahblah % wher blah blah is your // message and is one off the list below. The list shows the command and // what it prints. // %l - your location // %a - your current armor // %h - your current health // %t - your current tech powerup // %n - who you are looking at // %w - your current weapon bind s "say_team I'm at %l. Tech: %t. Weapon: %w. Health: %h. Armor: %a." bind m "say_team I'm gonna use a %w on %n"