// two slashes make a comment, you can use it to disable things in here +mlook // enable mouselook sensitivity "5" // mouse sensitivity scr_conspeed 9999 // make the console come down fast r_wateralpha 1 // no water transparency sv_aim 1 // auto-aim off (1 = off) gl_flashblend 0 // ugly yellow glows off crosshair "1" // try other numbers too, 4 is a tiny dot // below, chose the one you like gl_texturemode GL_NEAREST_MIPMAP_LINEAR // pixel-look //gl_texturemode GL_LINEAR_MIPMAP_LINEAR // no pixel-look r_particles 2 // pixel-look particles, change to 1 if you want them round // mousewheel weapon change, might not work bind "MWHEELUP" "impulse 12" // previous weapon bind "MWHEELDOWN" "impulse 10" // next weapon