home *** CD-ROM | disk | FTP | other *** search
- // Daven's killer
- // _. ._ _____ _____ _ _____ . _____ ______
- // .:'.' `.`:. `: :' `: :' .' `. `: :' .'; `: :' `-. |
- //:' :' `: `: | | | | .'.. `. | | .'.' | | `:|
- //| | | | | | | | .'.'`. `. | : .' .' | : '
- //| : : | | | | | .'.' `. `. | `._ .' < | `:._
- //| `: ___ :' | | | | | .' :_ _:' `. | .' `-. `. | .:'
- //`: `:.: :.:' :' | : : | .'.:' `:. `. | : `: `. | : .
- // `:. `' `' .:' : `:..:' : .'.' `. `. | | `.| :.`._ .'|
- // `"-., ,.-"' `--'`--' -'-'- -`--`- -'-`- `: `---' '--`
- // | |
- // | | config
- // `.'
- //above art by Kyle Koffman
-
- // The basic stuff
- // fast vid mode
- vid_mode 0
- // *********************************************
- // Don't forget to change the name here of course
- name Daven
- // *********************************************
- // nice dark green to blend in
- color 11 11
- bind PAUSE "pause"
- bind ~ "toggleconsole"
- scr_conspeed 5000
- // Nothing but mlook!
- +mlook
- // I like to see the weapons I've got. If you pick up somebody's backpack
- // how else you gonna know what you got?
- viewsize 100
- // Light dark control (lighter< 1 >darker)
- gamma .7
-
-
-
- // Movement
- bind q +moveleft
- bind e +moveright
- bind s +back
- bind w +jump
- bind shift +speed
- // Mouse
- bind mouse1 +attack
- bind mouse3 +forward
- sensitivity 10
-
- // annoying message to fragees
- bind l "say cya"
-
-
-
- // Weapons
- // Space key will fire a rocket and then switch back
- // to the prior weapon
- alias rocket1 "impulse 7 ; +attack ; wait ; -attack ; impulse 1; say ride it "
- alias at01 "impulse 1 ; bind space rocket1 "
- bind 1 "at01"
-
- alias rocket2 "impulse 7 ; +attack ; wait ; -attack ; impulse 2; say ride it"
- alias at02 "impulse 2 ; bind space rocket2 "
- bind 2 "at02"
-
- alias rocket3 "impulse 7 ; +attack ; wait ; -attack ; impulse 3; say ride it"
- alias at03 "impulse 3 ; bind space rocket3 "
- bind 3 "at03"
-
- alias rocket4 "impulse 7 ; +attack ; wait ; -attack ; impulse 4; say ride it"
- alias at04 "impulse 4 ; bind space rocket4 "
- bind 4 "at04"
-
- alias rocket5 "impulse 7 ; +attack ; wait ; -attack ; impulse 5; say ride it"
- alias at05 "impulse 5 ; bind space rocket5 "
- bind 5 "at05"
-
- alias rocket6 "impulse 7 ; +attack ; wait ; -attack ; impulse 6; say ride it"
- alias at06 "impulse 6 ; bind space rocket6 "
- bind 6 "at06"
-
- alias rocket8 "impulse 7 ; +attack ; wait ; -attack ; impulse 8; say ride it"
- alias at08 "impulse 8 ; bind space rocket8 "
- bind 8 "at08"
-
- alias rocket9 "impulse 7 ; +attack ; wait ; -attack ; impulse 9; say ride it"
- alias at09 "impulse 9 ; bind space rocket9 "
- bind 9 "at09"
-
- alias rocket0 "impulse 7 ; +attack ; wait ; -attack ; impulse 0; say ride it"
- alias at00 "impulse 0 ; bind space rocket0 ; bind S rocket0"
- bind 0 "at00"
-
- // quick saving and loading. I hate menus.
- unbind F1
- bind F2 "menu_save "
- bind F3 "menu_load "
- bind F4 "menu_net "
- bind F5 "echo Quicksaving...; wait; save quick "
- bind F6 "echo Quickloading...; wait; load quick "
- unbind F7
- unbind F8
- unbind F9
- unbind F10
- bind F11 "screenshot "
- unbind F12
-
- // zoom in and out. Awesome for sniping(no camping though right?)
- alias supersnipe_t supersnipe_on
- alias supersnipe_on " alias supersnipe_t supersnipe_off ; fov 75 ; wait ; fov 60 ; wait ; fov 45 ; wait ; fov 30 ; wait ; fov 15 ; sensitivity 1 "
- alias supersnipe_off " alias supersnipe_t supersnipe_on ; ; fov 30 ; wait ; fov 45 ; wait ; fov 60 ; wait ; fov 75 ; wait ; fov 90 ; sensitivity 2.75 "
- bind d supersnipe_t
-
-
-
- // Server & Netplay Settings
- hostname daven
- sv_aim 1
- fraglimit 999
- bind TAB +showscores
-
- wait
- echo ****************
- echo Finished loading
- echo Daven's killer
- echo Quake config
- echo ****************
-
- // If we connect to the same server your butt's still mine :-)
-
-