Created
November 15, 2018 22:13
-
-
Save lolwuz/630b06cecb6178109405dfb343ba7b0b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//Feel free to edit, change, or otherwise tweak this config to your liking. | |
// Bind mousewheel for jumping | |
bind "MWHEELUP" "+jump" | |
bind "MWHEELDOWN" "+jump" | |
// Crosshair | |
cl_crosshairalpha "255" // Changes opacity/alpha of the crosshair color | |
cl_crosshaircolor "5" // Will give you a pink crosshair | |
cl_crosshaircolor_b "0" // Edits crosshair color manually | |
cl_crosshaircolor_g "0" // Edits crosshair color manually | |
cl_crosshaircolor_r "255" // Edits crosshair color manually | |
cl_crosshairdot "0" // Dot in the center of the crosshair | |
cl_crosshairscale "0" // Edits scale/size of crosshair | |
cl_crosshairsize "3" // Edits the size of the crosshair | |
cl_crosshairthickness "1" // Changes thickness of the crosshair itself | |
cl_crosshairusealpha "1" // Forces use of alpha changes made here | |
cl_crosshairstyle "4" // 0 for new CSGO, 1 for static, 2 for old CS:S style (static), and 3 for old CS:S (dynamic) | |
cl_crosshair_drawoutline "0" // outlines the crosshair | |
cl_crosshair_outlinethickness "0" // thickness of the outline | |
// Viewmodel | |
viewmodel_fov "68" | |
viewmodel_offset_x "2" | |
viewmodel_offset_y "0" | |
viewmodel_offset_z "-2" | |
// Bobbing and movement shifting | |
cl_viewmodel_shift_left_amt "0" | |
cl_viewmodel_shift_right_amt "0" | |
cl_bob_lower_amt "0" | |
cl_bobamt_lat "0" | |
cl_bobamt_vert "0" | |
cl_bobcycle "2" | |
// Audio | |
snd_mixahead "0.05" | |
snd_headphone_pan_exponent "2" | |
snd_musicvolume "0" | |
// Rates and Interpolation | |
// Change these as you see fit, test per your connection | |
// Cheers @TrueToCeasar https://steamcommunity.com/profiles/76561198256323831 | |
cl_cmdrate "128" | |
cl_updaterate "128" | |
rate "786432" | |
cl_interp_ratio 1 | |
cl_interp 0 | |
tickrate 128 | |
// Mouse commands | |
m_rawinput "1" | |
m_mouseaccel1 "0" | |
m_mouseaccel2 "0" | |
sensitivity "2" // Changes in-game sensitivity | |
// Miscellaneous Settings & UI/HUD Tweaks | |
cl_radar_always_centered "0" | |
cl_autowepswitch "0" // Will not auto-switch to weapons if you pick them up | |
cl_autohelp "0" | |
cl_showhelp "0" | |
cl_righthand "1" // or in config.cfg add: bind "n" "incrementvar cl_righthand 0 1 1" | |
cl_forcepreload "1" | |
cl_hud_playercount_showcount "1" // forces show all players in the player count | |
cl_hud_color "2" // Changes UI Color for HUD HP, Ammo, Money etc | |
cl_hud_background_alpha "255" // Adjust HUD background alpha for colored elements | |
cl_hud_bomb_under_radar "1" // shows bomb icon under radar instead of inventory | |
cl_hud_healthammo_style "0" // show HP and ammo without bars and bullet icons | |
hud_showtargetid "1" // 1 to enable the red playername target text | |
net_graph "0" // Shows net_graph stats (fps, rates, choke, etc.) | |
mm_dedicated_search_maxping "75" | |
fps_max "0" // The maximum frames per second your PC will render | |
host_writeconfig |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment