Skip to content

Instantly share code, notes, and snippets.

@vyolla
Created August 13, 2016 02:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vyolla/d5fea7963271b1126beab56851732617 to your computer and use it in GitHub Desktop.
Save vyolla/d5fea7963271b1126beab56851732617 to your computer and use it in GitHub Desktop.
CSGO CONFIG
// === Configurações de Otimização por Delta ===
//===================================
// Faça as configurações seguintes !!
//===================================
//Use o valor correto de acordo com a sua resolução do CSGO!!
//43.2 (5:4 resolução), 45.0 (4:3 resolução)
//50.2 (16:10 resolução), 53.2 (16:9 resolução)
snd_front_headphone_position "50.2"
//Force o multiprocessamento do seu processador, e ganhe um aumento de FPS.
//Se o CSGO fechar quando você entrar em um servidor, volte este valor para 0.
mat_queue_mode "2"
//Desabilite a menssagem do dia que aparece ao iniciar o servidor
//Obs.: Se você joga no ESEA ou CEVO, você vai precisar deixar o valor com "1".
cl_disablehtmlmotd "0"
//Deixar o som da voz mais baixo que o do jogo
voice_scale "0.3"
//Mostre a quantidade de players vivos ao invés do avatar de cada um
//"1" mostra a qtd de players, "0" mostra avatares
cl_hud_playercount_showcount "0"
//Definir isso com "0" vai lhe dar mais FPS, porém você não verá o trajeto da sua bala
r_drawtracers_firstperson "1"
//Permitir que amigos entrem em servidores da comunidade sem enviar um convite
cl_join_advertise "2"
//"0" é mão esquerda, "1" é mão direita
//Pessoas com o olho direito dominante vão preferir deixar a arma na mão esquerda para não ter nenhuma distração
cl_righthand "1"
//50ms bufferização de som. Se o som travar de alguma maneira, use "0.1"
snd_mixahead "0.05"
//Defina um máximo de FPS
//"0" é ilimitado, "300" é o padrão
//Se você tem um monitor de 144Hz, use essa configuração mais alta
fps_max "300"
Adicional: Usando cl_showfps 1 ou net_graph 1, irá reduzir o seu FPS
//===============================================
// Parâmetros que não precisam de Configuração:
//===============================================
//Desabilitar a mudança automática de arma, instrutor do jogo e câmera congelada
cl_autowepswitch "0"
cl_showhelp "0"
cl_autohelp "0"
gameinstructor_enable "0"
cl_disablefreezecam "1"
cl_freezecameffects_showholiday "0"
//Pré-carregar mapa+sons.
cl_forcepreload "1"
//Otimização de Som
dsp_enhance_stereo "0"
snd_legacy_surround "0"
snd_pitchquality "1"
windows_speaker_config "1"
snd_rear_headphone_position "90.0"
snd_headphone_pan_exponent "1.2"
snd_headphone_pan_radial_weight "0.5"
cl_cmdrate "128"
cl_updaterate "128"
rate "128000"
cl_interp "0"
cl_interp_ratio "1"
cl_interpolate "1"
//Desabilitar a aceleração
//Desabilitar o rawinput caso você for usar as configurações de mouse do windows.
m_mouseaccel1 "0"
m_mouseaccel2 "0"
m_rawinput "0"
m_mousespeed "0"
m_customaccel "0"
//Quando você desconectar e reconectar, não irá matar o bot
cl_timeout "9999"
//Baixa qualidade nos models dos olhos
r_eyegloss "0"
r_eyemove "0"
r_eyeshift_x "0"
r_eyeshift_y "0"
r_eyeshift_z "0"
r_eyesize "0"
// Video
mat_monitorgamma "1.6" //Sets the Brightness to it's highest value, highly recommended
mat_monitorgamma_tv_enabled "0" //Turn off TV Mode for less off-set light
// Sound
voice_scale "0.4" //Turns down the volume of other players voice to 40%
snd_mixahead "0.05" //Makes sound as instant as it can get, making it easier to hear small things
// Net
fps_max "300" //Setting this to 300 for the general gamers
net_graph "1" //Shows my network usage data
net_graphheight "0" //Changes height
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
// Other
r_drawtracers_firstperson "0" //Hides bullet tracers in first person view
lobby_voice_chat_enabled "0" //Turns microphone off in lobby, really useful
// Hud Modification (Made possible from Patch 1 May 2015, YAY!)
hud_showtargetid "1" //Enables display of target names, important
cl_hud_bomb_under_radar "1" //Draws bomb under radar, convenient
cl_hud_radar_scale "0.9" //Radar Size, not too big and not too small
cl_radar_scale "0.3" //Radar Map Scale Size, 0.3 is perfect on all maps
cl_radar_always_centered "0" //Centers map instead of player in radar, important
cl_hud_playercount_showcount "0" //Shows player avatars instead of numbers left
cl_hud_background_alpha "0.2" //Hidden but still visible black bars, easy on the eyes
cl_loadout_colorweaponnames "1" //Weapon names are colored in loadout to match their rarity, cool feature
cl_radar_icon_scale_min "0.8" //Sets the minimum player icon scale, this value feels good
cl_showloadout "1" //So it doesnt fade out the weapon slots, very annoying otherwise
hud_scaling "0.95" //Scales hud elements to maximum value
safezoney "1" //Centers the hud closer to the middle
// Show netgraph when checking scoreboard script
alias "+scorenet" "+showscores; net_graphheight 0"
alias "-scorenet" "-showscores; net_graphheight 9999"
bind "TAB" "+scorenet" //Bind TAB to whatever you prefer
//Fim
clear
echo CONFIG CARREGADA COM SUCESSO!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment