/ Weapon viewmodel positioning. // For these custom values to work "viewmodel_presetpos" must be removed from the config. viewmodel_fov "110" viewmodel_offset_x "2" viewmodel_offset_y "2" viewmodel_offset_z "-2" // Bobbing and movement shifting. cl_viewmodel_shift_left_amt "0" cl_viewmodel_shift_right_amt "0" // removes the bobbing of the weapon back and forth, when you run. cl_bob_lower_amt "0" cl_bobamt_lat "0" cl_bobamt_vert "0" // Audio snd_mixahead "0.05" snd_headphone_pan_exponent "2" snd_musicvolume "0" // Rates and Interpolation. //////////////////////////////////// //Network and Interpolation Settings rate 80000 // def. 80000 - Maximum Download Bandwidth in byte per second. - DO NOT USE A LOWER VALUE OR A PUPPY DIES! cl_cmdrate 128 // def. 64 - Maximum Command Packets per second, sending to the Server. DO NOT SET THIS HIGHER THAN YOUR FPS! cl_updaterate 128 // def. 64 - Maximum number of Update Packets per second, received from the Server. Gets adjusted by the Servers TickRate if TR lerp in ms // Recommended Settings if cmdrate equal updaterate: // interp_ratio 2 updaterate 64 = 31.25 ms lerp - Public @ fps<128 // interp_ratio 2 updaterate 128 = 15.625 ms lerp - Public @ fps>128 // interp_ratio 1 updaterate 64 = 15.625 ms lerp - Competitive @ fps<128 // interp_ratio 1 updaterate 128 = 7.8125ms lerp - Competitive @ fps>128 echo "Rate Settings loaded" // _______________ // | NET | // ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ fps_max "99" net_graph "1" net_allow_multicast "1" net_graphheight "100" net_graphmsecs "400" net_graphpos "2" net_graphproportionalfont "0" net_graphshowinterp "1" net_graphshowlatency "1" net_graphsolid "1" net_graphtext "1" net_maxroutable "1200" net_scale "5" net_steamcnx_allowrelay "1" // Mouse commands. m_rawinput "1" m_mouseaccel1 "0" m_mouseaccel2 "0" sensitivity 2.5 // Crosshair. cl_crosshairstyle 2 cl_crosshaircolor 5 cl_crosshaircolor_r 255 cl_crosshaircolor_g 100 cl_crosshaircolor_b 255 cl_enablecrosshairalpha 1 cl_crosshairalpha 255 cl_crosshairdot 1 cl_crosshairsize 2 cl_crosshairthickness 1 cl_crosshairgap -5 // Miscellaneous. mm_dedicated_search_maxping "150" r_drawtracers_firstperson 0 cl_autowepswitch "0" hud_showtargetid "1" net_graph "1" cl_autohelp "0" cl_showhelp "0" cl_downloadfilter "nosounds" cl_righthand 0 bind "KP_INS" "" // Numpad 0 bind "KP_END" "buy vesthelm; buy vest" // Numpad 1 bind "KP_DOWNARROW" "buy defuser" // Numpad 2 bind "KP_PGDN" "buy deagle" // Numpad 3 bind "KP_LEFTARROW" "buy awp" // Numpad 4 bind "KP_5" "buy m4a1; buy ak47" // Numpad 5 bind "KP_RIGHTARROW" "buy mp7" // Numpad 6 bind "KP_HOME" "buy hegrenade" // Numpad 7 bind "KP_UPARROW" "buy flashbang" // Numpad 8 bind "KP_PGUP" "buy smokegrenade" // Numpad 9 bind "KP_MULTIPLY" "buy molotov; buy incgrenade" // Numpad * bind "KP_MINUS" "buy decoy" // Numpad - bind "KP_PLUS" "" // Numpad + bind "KP_ENTER" "" // Numpad Enter bind "KP_DEL" "" // Numpad Entf