// //The following keys can be bound: // //A-Z 0-9 //*F1-F12 *TAB //ENTER SPACE //BACKSPACE UPARROW //DOWNARROW LEFTARROW //RIGHTARROW ALT //CTRL SHIFT //INS DEL //PGDN PGUP //HOME END //PAUSE SEMICOLON //- keypad keys are now bindable: //KP_NUMLOCK, KP_SLASH, KP_STAR, KP_MINUS, KP_HOME, KP_UPARROW, KP_PGUP, KP_PLUS, KP_LEFTARROW, KP_5, KP_RIGHTARROW, //KP_END, KP_DOWNARROW, KP_PGDN, KP_ENTER, KP_INS, KP_DEL // //MOUSE1 (mouse button 1) //MOUSE2 (mouse button 2) //MOUSE3 (mouse button 3) // //*~ (tilde) // //* Can only be bound on the command line or in a .cfg file. // //The ESC key cannot be bound. //Config file by Vondur name "Vondur" color "3 3" sensitivity "15" +mlook sv_aim "2" m_filter "1" scr_conspeed "10000" scr_conalpha 0.6 lookspring "0" vid_mode "13" fov "120" bind "+" "sizeup" bind "-" "sizedown" bind del "impulse 7" bind end "impulse 8" bind pgdn "impulse 6" bind shift "+showscores" bind mouse1 "+attack" bind mouse2 "impulse 10" bind CTRL "+jump" bind leftarrow "+moveleft" bind rightarrow "+moveright" bind mwheelup "impulse 10" bind mwheeldown "impulse 10" alias cross "crosshair 1" alias croff "crosshair 0" bind 9 cross bind 0 croff bind b addbot bind r rocketarena alias wpoff "r_drawviewmodel 0" //Draw or not weapon alias wpon "r_drawviewmodel 1" // bind ] wpoff //Not draw bind [ wpon //Draw alias shoff "r_shadows 0" //Draw or not shadows alias shon "r_shadows 1" // bind p shoff //Not draw bind o shon //Draw alias woff "r_wateralpha 1" //Draw or not transparent water alias won "r_wateralpha 0.5" // bind i woff //Not draw bind u won //Draw alias rson "r_speeds 2" alias rsoff "r_speeds 0" bind s rson bind d rsoff r_shadows 0 r_drawviewmodel 0 m_filter 1 gl_picmip 0 gl_playermip 1 gl_texturemode GL_LINEAR_MIPMAP_LINEAR gl_flashblend 0 gl_polyblend 1 gl_triplebuffer 1 gl_clear 1 r_waterwarp 0 gl_overbright_models 0 gl_overbright 1 r_oldwater 0 r_waterquality 8 r_skyalpha 0.6 r_wateralpha 0.5 scr_clock 3 v_idlescale 0 m_pitch -0.022000 cl_forwardspeed 400.000000 r_clearcolor 1 scr_menuscale 2 scr_conwidth 0 //gl_fogstart 200 //gl_fogend 3000 //gl_fogred 0 //gl_foggreen 0 //gl_fogblue 0 alias cheater "god 1; noclip 1; notarget 1" alias player "god 0; noclip 0; notarget 0" bind KP_HOME cheater bind KP_UPARROW player bind KP_RIGHTARROW "viewpos" bind KP_LEFTARROW "tracepos" // Bind F7 to "Slow Motion" playback alias +slowmo "host_framerate 0.007" alias -slowmo "host_framerate 0" bind F7 "+slowmo" // Bind F8 to "Fast Forward" playback alias +fastforward "host_framerate 1" alias -fastforward "host_framerate 0" bind F8 "+fastforward" // bind F9 to "Pause" the demo alias stopplay "host_framerate .00000000001" bind F9 stopplay //bind F10 to Normal alias normalplay "host_framerate 0" bind F10 normalplay KP_INS "+showscores" bind "CTRL" "+jump"