ÆSPIRIT CFG 2016 Simple & Useful
If you want to improve and stay up to date, this is the basic and simple setup you'll need to have now days, enjoy.
Spiel: | Counter-Strike: Global Offensive |
Benutzer: | ![]() |
Datei(en): | 1 |
Download: | Download now: ÆSPIRIT CFG 2016 Simple & Useful |
Views: | 5434 |
Downloads: | 1134 |
Likes: |
-
- // ======================================== NET:SETTINGS & FPS =============================================
- rate "128000" // Max bytes per second the host can receive data
- cl_cmdrate "128" // Max number of command packets sent to server per second
- cl_updaterate "128" // Number of packets per second you are requesting from the server
- cl_interp "0" // Sets the interpolation amount, always set this to 0
- cl_interp_ratio "1" // Sets the interpolation amount (final amount is cl_interp_ratio / cl_updaterate)
- cl_resend "2"
- cl_resend_timeout "2"
- cl_timeout "1337"
- cl_predictweapons "1" // Skip waiting for server feedback and perform client side prediction of weapon effects
- cl_predict "1" // Skip waiting for server feedback and simulate client side movement in real-time
- cl_lagcompensation "1" // Lag compensation helps by eliminating combat latency from client side view
- cl_interpolate "1"
- mm_dedicated_search_maxping "50"
- fps_max "500" // Setting this to 500 for the general gamers
- net_graph "1" // Shows my network usage data
- net_graphheight "990" // Changes height, used together with script
- net_graphmsecs "400" // The latency graph represents this many milliseconds
- net_graphpos "2" // Positioning of Net Graph
- net_graphproportionalfont "0" // Makes font smaller
- net_graphshowinterp "1" // Shows interpolation value
- net_graphshowlatency "1" // Shows latency value
- net_graphsolid "1" // Solid Net Graph
- net_graphtext "1" // Shows text fields
- net_maxroutable "1200" // Requested max packet size before packets are 'split'
- net_scale "5" // Makes font smaller
- // ========================================================================================================
- echo "NET:SETTINGS & FPS Loaded 100%"
- // ================================================ MOUSE =================================================
- m_rawinput "1" // Enable Raw Input for perfect precision (Raw input is unavailable on OSX)
- m_mouseaccel2 "0" // Disables windows mouse acceleration initial threshold, safety precaution
- m_mouseaccel1 "0" // Disables windows mouse acceleration initial threshold, safety precaution
- m_customaccel "0" // Custom mouse acceleration disabled
- // ========================================================================================================
- echo "MOUSE Loaded 100%"
- // ================================================ VIDEO =================================================
- mat_monitorgamma "1.6" // Brightness, use this value for best brightness
- mat_monitorgamma_tv_enabled "0" // Turn off TV Mode
- // ========================================================================================================
- echo "VIDEO Loaded 100%"
- // ================================================ SOUND =================================================
- voice_scale "0.5" // Or anything like this turns down the volume of other players voice to whatever you have
- snd_mixahead "0.05" // Makes sound as instant as it can get, making it easier to hear small things
- snd_musicvolume "0" // Turns off all music, easier to focus
- // ========================================================================================================
- echo "SOUND Loaded 100%"
- // ============================================ MISCELLANEOUS =============================================
- cl_showhelp "0" // Removes on-screen help
- cl_autohelp "0" // Removes automatic help
- cl_allowdownload "1"
- cl_allowupload "1"
- cl_disablehtmlmotd "1" // Removes "Message of the day" page when joining a server
- cl_disablefreezecam "1" // Disables Freezecam, very important to have off
- cl_dm_buyrandomweapons "0"
- cl_use_opens_buy_menu "0" // Disables E from opening buy-menu, really useful
- joystick "0"
- joystick_force_disabled "1"
- // ========================================================================================================
- echo "MISCELLANEOUS Loaded 100%"
- // ================================================ BINDS =================================================
- bind "MWHEELUP" "+jump"
- bind "MWHEELDOWN" "+jump"
- // ========================================================================================================
- echo "BINDS Loaded 100%"
- // ================================================ ECHO ==================================================
- echo "Autoexec successfully loaded"
- // ========================================================================================================
very nice cfg)))