// riva setup stuff set intensity "2" set gl_modulate "3" set gl_ext_gamma "3" set vid_gamma ".7" // simon's qII aliases // Bindings // -------- unbindall // Special Keys bind escape togglemenu bind pause pause bind ` toggleconsole bind - sizedown bind = sizeup bind TAB "inven" // Function Keys bind f1 "cmd help" bind f2 menu_savegame bind f3 menu_loadgame bind f4 menu_keys bind f5 menu_startserver bind f6 "echo quick saving...; wait; save quick" bind f7 menu_playerconfig bind f8 menu_addressbook bind f9 "echo quick loading...; wait; load quick" bind f10 menu_quit bind f11 menu_credits bind f12 screenshot // Weapon Keys bind 1 "use blaster" bind 2 "use shotgun" bind 3 "use super shotgun" bind 4 "use machinegun" bind 5 "use chaingun" bind 6 "use grenade launcher" bind 7 "use rocket launcher" bind 8 "use hyperblaster" bind 9 "use railgun" bind 0 "use bfg10k" // Movement Keys bind w +forward bind a +moveleft bind s +back bind d +moveright bind alt +movedown bind space +moveup bind shift +speed // Inventory Keys bind [ invprev bind ] invnext bind \ inven bind ' invdrop bind enter invuse // Wave Keys bind h "wave 0" bind j "wave 1" bind k "wave 2" bind l "wave 3" bind semicolon "wave 4" // Message Keys bind n messagemode bind m messagemode2 // Mouse Buttons bind mouse1 +attack // Aliases // ------- // CTF grappling hook alias - by Simon! bind MOUSE2 +hooksomething alias +hooksomething "use grapple" alias -hooksomething "weaplast"; // Quick Weapon bind mouse3 qw alias qw "set qw_msg $msg;msg 3;qw1;qw2;set msg $qw_msg;echo Quick Weapon" alias qw1 "wait;use blaster;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;" // quick grenade bind g +quickgrenade alias +quickgrenade "use grenades; +attack" alias -quickgrenade "-attack; weaplast" // Rocket Jump Quake 2 Alias - Custom Version // Author: JakFrost (jakfrost@planetquake.com) bind r +rj alias +rj "rj1;rj2" alias rj1 "set cl_pitchspeed- $cl_pitchspeed;cl_pitchspeed 100000;wait;+lookdown;wait;-lookdown;set cl_pitchspeed $cl_pitchspeed-" alias rj2 "set hand- $hand;hand 2;+moveup;+attack;echo Rocket Jump" alias -rj "-attack;-moveup;set hand $hand-;centerview" // flashlight (hardware GL capable video cards only!) bind t +flashlight alias +flashlight "cl_testlights 1" alias -flashlight "cl_testlights 0" // sniper zoom (aircraft style inverted mouse) bind c +sz alias +sz "set fov- $fov;fov 20;m_pitch -0.004;m_yaw 0.004" alias -sz "set fov $fov-;m_pitch -0.022;m_yaw 0.022" // sniper zoom (non-inverted mouse for helen) bind v +szu alias +szu "set fov- $fov;fov 20;m_pitch 0.004;m_yaw 0.004" alias -szu "set fov $fov-;m_pitch 0.022;m_yaw 0.022" // Settings // -------- set hostname "Serious Work" //eof