CSGO FPS CONFIG 2018
BEST CONFIG EVER!!!FPS INCREASE FOR SURE
Game: | Counter-Strike: Global Offensive |
User: | ![]() |
File(s): | 1 |
Download: | Download now: CSGO FPS CONFIG 2018 |
Views: | 2472 |
Downloads: | 195 |
Likes: |
-
- Exz1te Autoexec
- //-------------------------------------------------------------------------
- //Content
- //1.Main Settings
- //2.Bindings
- //3.Mouse
- //4.Viewmodel
- //5.Bob
- //6.Rates
- //7.Video
- //8.Other
- //9.SOunds
- //10.Scripts
- //11.Clearing
- //12.Graphics Changes
- //13.Crosshair
- //--------------------------------------------------------------------------
- // 1. Main Settings
- con_enable "1" //Enables Console
- gameinstructor_enable "0" //Removes in-game instructions
- cl_showhelp "0" //Removes on-screen help
- cl_autohelp "0" //Removes automatic help
- cl_disablefreezecam "1" //Disables Freezecam
- cl_disablehtmlmotd "0" //Removes "Message of the day" page when joining a server
- cl_forcepreload "1" //Preloads map, improves FPS but may increase map loading times
- cl_join_advertise "2" //Let friends join your community servers
- lobby_default_privacy_bits1 "0" //Set default lobby permissions to "friends need invite"
- cl_dm_buyrandomweapons "0" //disables random weapon in Death Match mode
- //---------------------------------------------------------------------------
- // 2. Bindings
- bind "f3" "buy flashbang; buy smokegrenade; buy molotov; buy flashbang" //Autobuy grenades
- bind "f4" "ignoremsg" //Ignore chat by turning off enemies, teams and both
- bind "f" "+lookatweapon" //Inspect your weapon with F
- bind "leftarrow" "+left" //Turn left with arrow key
- bind "rightarrow" "+right" //Turn right with arrow key
- unbind "i" //So you do not accidentally enable hud fade, which is very annoying
- //----------------------------------------------------------------------------
- // 3. Mouse (Makes sure mouse is using "Raw Input" & "No Acceleration")
- 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
- m_mousespeed "0" //Windows mouse acceleration disabled, just for precaution
- zoom_sensitivity_ratio_mouse "0.818933027098955175" //Fixes your zoom sensitivity to act as your real sensitivity, default value is 1
- m_yaw "0.0165"
- //-----------------------------------------------------------------------------
- // 4. Viewmodel
- viewmodel_offset_x "1" //Changes viewmodel view in X scale
- viewmodel_offset_y "2" //Changes viewmodel view in Y scale
- viewmodel_offset_z "-2" //Changes viewmodel view in Z scale
- viewmodel_fov "68" //Highest viewmodel FOV
- viewmodel_recoil "0" //Disables viewmodel reactions to weapon recoil & aimpunch (from Update: 2018-03-01)
- viewmodel_presetpos 0
- //------------------------------------------------------------------------------
- // 5. Bob (Less movement when you move around with weapons)
- cl_bob_lower_amt "5" //How much the viewmodel lowers when running, set to lowest for less distraction
- cl_bobamt_lat "0.1" //How much the viewmodel moves side to side when running, set to lowest for less distraction
- cl_bobamt_vert "0.1" //How much the viewmodel moves up and down when running, set to lowest for less distraction
- cl_bobcycle "0.98" //The frequency at which the viewmodel bobs, set to default
- cl_viewmodel_shift_left_amt "0.5" //Lowers the crouching animation of the viewmodel
- cl_viewmodel_shift_right_amt "0.25" //Lowers the crouching animation of the viewmodel
- //----------------------------------------------------------------------------
- // 6. Rates (These network settings are optimized for high speed internet)
- rate "786432"
- cl_cmdrate "128"
- cl_updaterate "128"
- cl_interp "0"
- cl_interpolate "1"
- cl_interp_ratio "1"
- cl_lagcompensation "1"
- cl_predict
- cl_predictweapons "1"
- cl_downloadfilter "nosounds"
- sv_forcepreload 1
- //-----------------------------------------------------------------------------
- // 7. Video (Video settings and FPS Boosts)
- fps_max "300" //Max frames per second, setting it to 0 causes long loading times
- fps_max_menu "60" //Max frames per second in main-menu
- mat_monitorgamma "1.6" //Sets Brightness to highest, highly recommended
- mat_monitorgamma_tv_enabled "0" //Turn off TV Mode for less off-set light
- mat_powersavingsmode "0" //Disables power saving mode
- mat_queue_mode "2" //The queue/thread mode the material system should use, setting this to 2 gave me an FPS boost
- r_dynamic "0" //Affects dynamic lighting, turned off for more FPS
- r_drawtracers_firstperson "0" //Remove first person tracers, does not impact gameplay, just makes it easier to spray
- //------------------------------------------------------------------------------
- // 8. Sound (Optimized sound settings, does not affect volume, adjust that yourself with "volume")
- voice_enable "1"
- voice_scale "0.2"
- volume "0.5"
- windows_speaker_config "1"
- dsp_enhance_stereo "0"
- snd_legacy_surround "0"
- snd_mixahead "0.05"
- snd_pitchquality "1"
- snd_mute_losefocus "0"
- snd_rear_headphone_position "90.0"
- snd_headphone_pan_radial_weight "0.5"
- snd_headphone_pan_exponent
- //-----------------------------------------------------------------------------
- // 9. Other
- lobby_voice_chat_enabled "0" //Turns microphone off in lobby, really useful
- cl_use_opens_buy_menu "0" //Disables E from opening buy-menu, really useful
- cl_autowepswitch 0 //Disable auto-weapon switch
- mm_dedicated_search_maxping "150" //Maxping Search in Matchmaking
- func_break_max_pieces 0 //Less clutter from breaking vents (especially on Mirage)
- //-----------------------------------------------------------------------------
- // 10. Scripts
- // Shortcut for disconnet
- alias "dc" "disconnect"
- alias "ex" "exit"
- // Display Advanced Damage Details
- alias displaydamage "displaydamage_on"
- alias displaydamage_on "con_filter_text Damage Given To; con_filter_text_out Player:; con_filter_enable 2; developer 1; playvol buttonsblip1 0.5; alias displaydamage "
- alias displaydamage_off "con_filter_enable 0; developer 0; playvol buttonsblip2 0.5; alias displaydamage "
- bind "F5" "displaydamage" //Bind to whatever you prefer (Default F5)
- // Jump Throw (For Smokes)
- alias "+jumpthrow" "+jump;-attack"
- alias "-jumpthrow" "-jump"
- bind "z" "+jumpthrow" //Bind to whatever you prefer (Default Mouse5)
- // Voice Toggle
- BindToggle "l" "voice_enable"
- //Duck Jump
- alias +duckjump "+jump; +duck"
- alias -duckjump "-jump; -duck"
- bind "space" "+duckjump"
- //Bhop
- bind mwheeldown "+jump"
- bind mwheelup "+jump"
- //Clear Deacals
- bind "w" "+forward; r_cleardecals"
- bind "a" "+moveleft; r_cleardecals"
- bind "d" "+moveright; r_cleardecals"
- bind "s" "+back; r_cleardecals"
- //Volume
- alias +shh "incrementvar volume 0 1 0.05;+speed"
- alias -shh "incrementvar volume 0 1 -0.05;-speed"
- bind "capslock" "+shh"
- //Chat binds
- bind p "say Good Luck & Have Fun"
- bind o "say Good Half"
- bind k "say Nice try"
- bind j "say Nice one"
- //------------------------------------------------------------------------------------
- // 11.Clearing
- clear
- clear_anim_cache
- clear_debug_overlays
- clear_bombs
- r_cleardecals
- hud_takesshots "0"
- ai_clear_bad_links
- cl_soundemitter_reload
- cl_soundscape_flush
- fs_clear_open_duplicate_times
- fs_fios_flush_cache
- r_cleardecals
- scene_flush
- //-------------------------------------------------------------------------------------
- // 12.Graphics Change
- r_cheapwaterend "1"
- r_cheapwaterstart "1"
- r_dynamic "0"
- r_drawtracers_firstperson "0"
- r_eyegloss "0"
- r_eyemove "0"
- r_eyeshift_x "0"
- r_eyeshift_y "0"
- r_eyeshift_z "0"
- r_eyesize "0"
- r_dynamic "0"
- r_cheapwaterend "1"
- r_cheapwaterstart "1"
- gameinstructor_enable "0"
- sys_refldetail "0"
- muzzleflash_light "0"
- r_drawtracers_firstperson "0"
- r_drawtracers "0"
- m_rawinput "1"
- cl_forcepreload 1
- //-------------------------------------------------------------------------------
- // 13.Crosshair
- cl_crosshair_drawoutline "0"
- cl_crosshair_dynamic_maxdist_splitratio "0"
- cl_crosshair_dynamic_splitalpha_innermod "1"
- cl_crosshair_dynamic_splitalpha_outermod "0.3"
- cl_crosshair_dynamic_splitdist "2.5"
- cl_crosshair_outlinethickness "0.5"
- cl_crosshair_sniper_show_normal_inaccuracy "0"
- cl_crosshair_sniper_width "1"
- cl_crosshair_t "0"
- cl_crosshairalpha "255"
- cl_crosshaircolor "4.000000"
- cl_crosshaircolor_b "0"
- cl_crosshaircolor_g "0"
- cl_crosshaircolor_r "255"
- cl_crosshairdot "0"
- cl_crosshairgap "-1.01"
- cl_crosshairgap_useweaponvalue "0"
- cl_crosshairscale "0"
- cl_crosshairsize "2.000000"
- cl_crosshairstyle "4"
- cl_crosshairthickness "0.93"
- cl_crosshairusealpha "1"
- cl_fixedcrosshairgap "1.500000"
- //----------------------------------------------------------------------------------
- host_writeconfig
No comments yet. Be the first to post one!