diff --git a/applications/autoexec.cfg b/applications/autoexec.cfg index c8e92b3..4d4f243 100644 --- a/applications/autoexec.cfg +++ b/applications/autoexec.cfg @@ -1,6 +1,5 @@ unbindall - -+mlook +resetall // UI bind "+" "sizedown" @@ -55,13 +54,38 @@ bind "YBUTTON" "impulse 10" // aliases alias agw_qsave "save quick; echo quicksaved" alias agw_qload "load quick; echo quickloaded" +alias exit "quit" -// cvars +// client +_cl_color "45" +_cl_name "Marrub" +fov "100" + +// movement +cl_alwaysrun "1" +cl_backspeed "200" +cl_forwardspeed "200" +lookspring "0" +lookstrafe "0" + +// mouse +m_forward "1" +m_pitch "-0.022" +m_side "0.8" +m_yaw "0.022" +sensitivity "5" + +// sound bgm_extmusic "1" bgmvolume "0.4" +snd_filterquality "5" +sndspeed "44100" +volume "0.3" + +// video contrast "1" crosshair "1" -fov "100" +gamma "0.75" gl_affinemodels "1" gl_smoothmodels "1" gl_texture_anisotropy "16" @@ -69,6 +93,23 @@ gl_texturemode "GL_NEAREST" gl_triplebuffer "0" gl_zfix "1" host_maxfps "72" +r_lerpmodels "0" +r_lerpmove "0" +r_oldwater "1" +r_particles "2" +r_scale "4" +r_shadows "0" +r_viewmodel_quake "0" +scr_conalpha "0.5" +scr_conscale "2" +scr_conspeed "1400" +scr_conwidth "0" +scr_crosshairscale "3" +scr_menuscale "2" +scr_sbaralpha "0.3" +scr_sbarscale "5" + +// joypad joy_deadzone "0.175" joy_deadzone_trigger "0.2" joy_enable "1" @@ -77,27 +118,7 @@ joy_exponent_move "3" joy_invert "1" joy_sensitivity_pitch "330" joy_sensitivity_yaw "330" -lookspring "0" -lookstrafe "0" -m_forward "1" -m_pitch "-0.022" -m_side "0.8" -m_yaw "0.022" -r_lerpmodels "0" -r_lerpmove "0" -r_scale "4" -r_shadows "0" -r_viewmodel_quake "0" -scr_conalpha "0.5" -scr_conscale "3.2" -scr_conspeed "500" -scr_conwidth "0" -scr_crosshairscale "3.2" -scr_menuscale "3.2" -scr_sbaralpha "0.6" -scr_sbarscale "3.2" -sensitivity "5" -snd_filterquality "5" -sndspeed "44100" + ++mlook // EOF