Skip to content

Instantly share code, notes, and snippets.

@heuripedes
Last active December 14, 2020 17:18
Show Gist options
  • Save heuripedes/5030871fdaa38a9149035a5b43cc44e6 to your computer and use it in GitHub Desktop.
Save heuripedes/5030871fdaa38a9149035a5b43cc44e6 to your computer and use it in GitHub Desktop.
configurações CS
// global shadows: high
// model/texture detail: low
// effect detail: high
// shader detail: high or very high
// MSAA: as high as possible
// filtering: bilinear
// fxaa: disabled
// Gamers Club gameboost
mat_queue mod -2
cl_forcepreload 1
r_dynamic 0
fps_max 600
r_eyegloss 0
r_eyemove 0
r_eyeshift_x 0
r_eyeshift_y 0
r_eyeshift_z 0
r_eyesize 0
cl_disablehtmlmotd 1
mat_powersavingsmode 0
// prosettings.net audio settings
volume "0.2"
voice_enable "1"
voice_scale "1"
windows_speaker_config "1"
snd_musicvolume "0.04"
snd_tensecondwarning_volume "1"
snd_menumusic_volume "0"
snd_roundend_volume "0"
snd_roundstart_volume "0"
snd_deathcamera_volume "0"
snd_mapobjective_volume "0"
// https://steamcommunity.com/sharedfiles/filedetails/?id=703059693
dsp_enhance_stereo "0";
snd_mixahead "0.02";
snd_pitchquality "1";
snd_mute_losefocus "0";
snd_surround_speakers "0"
// HUD
hud_scaling "0.9"
hud_showtargetid 1
cl_radar_scale "0.4"
cl_radar_always_centered "0"
cl_righthand 0
cl_teamid_overhead_always 1
// Network and physics stuff
rate 786432
mm_dedicated_search_maxping 90
cl_cmdrate 128
cl_updaterate 128
cl_downloadfilter all
bind l "r_cleardecals" //Press L to clear decals
bind "MOUSE4" "toggle cl_righthand 0 1"
bind "MOUSE5" "+voicerecord"
// unbind mouse4
// wheel jump
bind mwheelup +jump;bind mwheeldown +jump;bind space +jump
// nade binds (z=flash, x=smoke, c=he, v=molly)
//bind z "use weapon_flashbang";bind x "use weapon_smokegrenade";bind c "use weapon_hegrenade";bind v "use weapon_molotov;use weapon_incgrenade"
// clear decals
//bind m "r_cleardecals"
// jumpthrow
alias "+jumpthrow" "+jump;-attack"; alias -jumpthrow "-jump"; bind alt "+jumpthrow"
// mostra netgraph na tela de pontuação e limpa sangue/tiros
alias +netg "net_graph 1;+showscores;r_cleardecals";alias -netg "net_graph 0;-showscores";bind TAB "+netg";
// increase volume when walking bind
alias +incvol "incrementvar volume 0 2 0.5;+speed";alias -incvol "incrementvar volume 0 2 -0.5;-speed";bind SHIFT +incvol
// change radar scale
bind o "incrementvar cl_radar_scale 0 1 0.25"
bind c "toggle cl_crosshairsize 1000 3"
// Mouse stuff
sensitivity 1
m_customaccell 0
m_rawinput "1"
m_mouseaccel2 "0"
m_mouseaccel1 "0"
m_customaccel "0"
// don't auto switch
cl_autowepswitch 0
fps_max 240
fps_max_menu 30
echo "autoexec.cfg loaded"
// FFA offline fonte: www.reddit.com/r/CounterStrikeBinds/comments/ho1qlp/offline_csgo_free_for_all_config_1_human_19_bots/
// Digite o comando a seguire no console para ativar o modo, depois de entrar
// em um mapa: exec ffa.cfg
// .
// Mude o mapa sem sair da partida usando: changelevel de_<nome do mapa>
// Nome dos mapas: cache, dust2, mirage, overpass, nuke, inferno train, cbble,
// canals, baggage, lake, safehouse, bank, sugarcane, stmarc
// Use essa opção de inicialização para aumentar o número máximo de jogadores
// para 20 (pode causar lag no seu computador): -maxplayers_override 20
// .
// As opções de inicialização se encontram nas propriedades do jogo na sua
// biblioteca.
// Habilita trapaças no servidor
sv_cheats 1
// Modo free for all
mp_friendlyfire 0
mp_teammates_are_enemies 1
mp_death_drop_gun 0
mp_give_player_c4 0
mp_randomspawn 1
mp_respawn_on_death_ct 1
mp_respawn_on_death_t 1
mp_freezetime 0
mp_respawn_immunitytime 10
mp_halftime 0
// round de 10 min
mp_timelimit 0
mp_roundtime 10
mp_roundtime 10
mp_roundtime_defuse 10
mp_roundtime_hostage 10
// Dinheiro, magazines infinitas e colete gratis
//mp_buytime 99999999
mp_buy_anywhere 1
mp_buy_during_immunity 1
sv_infinite_ammo 2
mp_startmoney 16000
mp_maxmoney 99999
mp_free_armor 1
// Configuração de bots:
// Quantidade: 20
// Dificuldade: expert
// Outros: silenciosos
bot_kick
bot_quota_mode fill
bot_quota 20
bot_difficulty 3
bot_chatter off
bot_dont_shoot off
bot_allow_machine_guns 1
bot_allow_pistols 1
bot_allow_rifles 1
bot_allow_shotguns 1
bot_allow_snipers 1
bot_allow_sub_machine_guns 1
mp_warmup_end
mp_restartgame 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment