//////////////////////////////////// // Network and Interpolation Settings // 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 //////////////////////////////////// rate "128000" // 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 fps_max "999" // def. 0 - Limits fps. fps_max 200 = 199. Use to prevent overuse of graphics cards. fps_max_menu "999" // - Limits menu fps. // These three reposition the gunmodel to mimic css more closely. // viewmodel_offset_x "2" // viewmodel_offset_y "4" // viewmodel_offset_z "-2" // 1.6 Viewmodel viewmodel_fov "65" viewmodel_offset_x "2" viewmodel_offset_y "2" viewmodel_offset_z "-2" viewmodel_presetpos "3" // These two removes the shifting of the arm when crouching down. // cl_viewmodel_shift_left_amt "0" // cl_viewmodel_shift_right_amt "0" // To more accurately replicate 1.6: cl_viewmodel_shift_left_amt "0.5" cl_viewmodel_shift_right_amt "0.25" // This removes the bobbing of the weapon back and forth, when you run. cl_bob_lower_amt "5" // For a feeling similar to 1.6, use the value 5. Zero disables bobbing. cl_bobamt_lat "0.1" cl_bobamt_vert "0.1" cl_bobcycle "0.98" // Hud Commands hud_fastswitch "1" hud_scaling "1" hud_showtargetid "1" cl_autowepswitch "0" // Mouse Commands m_rawinput "0" // Use the .exe located at C:\Users\Danny\Documents\CS Raw Input for an .exe. m_mouseaccel1 "0" m_mouseaccel2 "0" m_customaccel "0" // Mouse Acceleration. m_customaccel_exponent "0" // Acceleration Amount. m_customaccel_scale "0" // Custom mouse accel off. m_mousespeed "0" // Windows mouse accel off. // Basic Graphics (take // away to use) sys_vsync "0" sys_antialiasing "0" //sys_aspectratio "-1" //sys_refldetail "0" mat_monitorgamma "1.600000" //Brightness mat_monitorgamma_tv_enabled "0" //Color Mode hud_scaling "0.95" //Hud Scale mat_powersavingsmode "0" //Laptop Power Savings ui_steam_overlay_notification_position "topright" //Steam Notification Location //Radar - Creates a zoomed out radar affect. cl_radar_always_centered "0" cl_radar_icon_scale_min "0.5" cl_radar_rotate "1" cl_radar_scale "0.5" // Audio Commands snd_mixahead "0.05" snd_headphone_pan_exponent "2" snd_musicvolume "0" // Miscellaneous cl_autowepswitch "0" cl_autohelp "0" cl_showhelp "0" cl_righthand "1" cl_forcepreload "1" player_nevershow_communityservermessage "1" // FFS VALVE cl_teamid_overhead_name_alpha "255" // Solid overhead names. cl_teamid_overhead_name_fadetime "0" // No fade time on overhead names. cl_spec_mode "4" // IN-EYE spec when dead instead of 3rd person default. net_graphproportionalfont "1" // Smaller netgraph font cl_showfps "0" //*CUSTOM BINDINGS*\\ // Shows net_graph only when you press tab. net_graph 1 bind "TAB" "+ng"; alias "+ng" "+showscores; net_graphheight 0"; alias "-ng" "-showscores; net_graphheight 9999"; // Toggles voice chat on and off when you press delete. alias "voiceon" "voice_enable 1; alias voicechat voiceoff; echo Voice communication enabled." alias "voiceoff" "voice_enable 0; alias voicechat voiceon; echo Voice communication disabled." alias "voicechat" "voiceoff" bind "del" "voicechat" // Increase or decrease volume in increments of 0.05. bind "k" "incrementvar volume 0 1 0.05" bind "j" "incrementvar volume 0 1 -0.05" // Easy bind to start practicing alone in singleplayer. bind "F5" "say ;noclip;say .noclip;sv_cheats 1;sv_showimpacts 1;sv_infinite_ammo 1;sv_grenade_trajectory 1;sv_grenade_trajectory_thickness 0.5;mp_freezetime 0;bot_kick;mp_warmup_end;" // Noclip and sv_cheats practice // Demo script. alias +ff "demo_timescale 30" alias -ff "demo_timescale 1" bind "F8" "+ff" //Hold F8 to fastforward through demos bind "F7" "demo_togglepause" //Press F7 to pause/unpause // Executing secondary scripts. exec brainmod.cfg // Script that allows guns to be spawned easily through aliases. exec chcolor.cfg // Allows colors to be typed in console relating to your crosshair color. exec buyscript.cfg // Custom numpad buyscript. exec chstyles.cfg // Custom crosshairs. host_writeconfig //Fixes bug of autoexec not working on startup. clear echo "// -------------------------- \\" echo "\\ m0no's config //" echo "// -------------------------- \\" echo "\\ Config loaded //" echo "// sucessfully! \\" echo "\\ -------------------------- //"