Counter-Strike 2

Counter-Strike 2

97 ratings
ρєαм cfg comentada
By peam
   
Award
Favorite
Favorited
Unfavorite
Geral
Criei este guia para comentar minha .cfg (config) do CS:GO e explicar alguns comandos com o intuito de quem saiba poder te ajudar a criar a sua própia :)

Link para página da loja do CS:GO
https://steamproxy.net/steamstore/app/730/

Ao longo deste guia estarei explicando de cada funcionalidade dos comandos da minha cfg que estão divididos em 6 partes:
  • Compra rápida
  • Teclado e Mouse
  • Cliente
  • Crosshair (mira)
  • HUD e UI (Interface do Usuário)
  • Som

Download
Para fazer o download da minha cfg basta clilcar aqui [github.com]
Compra rápida
Estes são os códigos para "bindar" (dar uma função a uma tecla) o teclado número para facilitar na compra de armas e equipamentos dentro de uma partida, o comando principal neste campo é o "bind" que define para alguma tecla outro comando que será automaticamente executado no console apertando a tecla.

Sintax do comando bind:

bind [tecla] [comando]


Importante:
  • Os valores devem estar entre aspas duplas para evitar possíveis conflitos.
  • Dentro do seu arquivo .cfg você poderá escrever comentários para por exemplo ajudar lembrar o que o comando faz mas para isso deve escrever "//" antes do comentário.

Atenção: os números citados são apenas do teclado numérico e funcionam independente do Num Lock está ativado ou não.

Minha compra rápida
bind "kp_ins" "buy deagle;" bind "kp_del" "buy tec9; buy fiveseven;" bind "kp_enter" "buy decoy;" bind "kp_end" "buy ak47; buy m4a1;" bind "kp_downarrow" "buy ssg08;" bind "kp_pgdn" "buy awp;" bind "kp_leftarrow" "buy famas;" bind "kp_5" "buy ump45;" bind "kp_rightarrow" "buy sg556;" bind "kp_home" "buy vesthelm;" bind "kp_uparrow" "buy vest;" bind "kp_pgup" "buy defuser;" bind "kp_plus" "buy hegrenade;" bind "kp_minus" "buy flashbang;" bind "kp_multiply" "buy smokegrenade;" bind "kp_slash" "buy molotov; buy incgrenade;" bind "home" "buy ak47; buy m4a1; buy vesthelm; buy defuser; buy flashbang; buy smokegrenade;"

Visualização gráfica das compras

Teclado e Mouse
Esta é a seção da cfg para dar funções a cada tecla do teclado, maioria dessas binds já são a configuração padrão do csgo e não é necessário está na cfg a menos que antes de tudo tenha o comando "unbindall", que é o caso.

Irei comentar apenas as não padrões:

BindToggle
Começando pelas binds toggle, são binds para alternar o valor de uma variável de 0 para 1 ou vice-versa.

Desliga/Liga a HUD deixando apenas as informações de morte no canto superior direito.
bindToggle "h" "cl_draw_only_deathnotices"

Alterna entre a visão da arma na mão esquerda ou direita.
bindToggle "t" "cl_righthand"

Incrementvar
Incrementvar é um comando que pode incremetar uma variável.

Alterna o volume entre 0.15 e 0.30. Perfeito para situação de clutch.
bind "c" "incrementvar volume 0.15 0.45 0.15"

Aumenta o tamanho do crosshair para cobrir toda tela, ajudando na hora de fazer granadas em pixels específicos.
bind "MOUSE4" "incrementvar cl_crosshairsize 1.5 4000 3997"

Jump Throw
Uma função muito importante para quem joga competitivo é ter uma tecla para fazer as famosas granadas usando jump throw (pular e jogar). Dentro do game pular e jogar uma granada faz ela ganhar muito mais velocidade no ar, mas na maioria das vezes é preciso pular em um tempo especifico por isso é importante ter uma tecla para essas granadas.

bind "n" "+jump;-attack;-jump"

Outras binds úteis
Desconecta da partida !!cuidado com essa bind!!
bind "p" "disconnect"

Mais por diversão, está bind funciona para mandar mensagens para você (para mandar somente para o time o comando say será substituído por say_team).
bind "j" "say nossa mermaum"

Minhas configurações de teclado e mouse
bind "0" "slot10" bind "1" "slot1" bind "2" "slot2" bind "3" "slot3" bind "4" "slot4" bind "5" "slot5" bind "6" "slot6" bind "7" "slot7" bind "8" "slot8" bind "9" "slot9” bind "a" "+moveleft" bind "b" "buymenu" bind "c" "incrementvar volume 0.15 0.45 0.15" bind "d" "+moveright" bind "e" "+use" bind "f" "+lookatweapon" bind "g" "drop" bindToggle "h" "cl_draw_only_deathnotices" bind "j" "say nossa mermaum" bind "k" "say puco" bind "l" "say quem ta cego é corno" bind "m" "teammenu" bind "n" "+jump;-attack;-jump" bind "p" "disconnect" bind "q" "lastinv" bind "r" "+reload" bind "s" "+back" bindToggle "t" "cl_righthand" bind "u" "messagemode2" bind "v" "holdpos" bind "w" "+forward" bind "y" "messagemode" bind "z" "noclip" bind "`" "toggleconsole" bind "," "go" bind "SPACE" "+jump" bind "TAB" "+showscores" bind "CapsLock" "+spray_menu" bind "ESCAPE" "cancelselect" bind "DEL" "mute" bind "PAUSE" "pause" bind "SHIFT" "+speed; r_cleardecals" bind "CTRL" "+duck; r_cleardecals" bind "F3" "autobuy" bind "F4" "rebuy" bind "F5" "jpeg" bind "F6" "save quick" bind "F7" "load quick" bind "F10" "quit prompt" bind "MOUSE1" "+attack" bind "MOUSE2" "+attack2" bind "MOUSE4" "incrementvar cl_crosshairsize 1.5 4000 3997" bind "MOUSE5" "+voicerecord" bind "MWHEELDOWN" "+jump"
Cliente
Essa seção fica bem pequeninha pois algumas opções do cliente estão distribuidas em outras seções.

Cor
Definem sua cor dentro do jogo, as que aparecem no radar e placar.
cl_color "1"
!esse comando não garante que sua cor será aplicada com 100% de sucesso dentro do jogo pois pode haver outro jogador que tenha escolhido a mesma cor e será sorteado pelo game!

Cor
Código
Amarelo
⠀⠀ 0
Roxo
⠀⠀ 1
Verde
⠀⠀ 2
Azul
⠀⠀ 3
Laranja
⠀⠀ 4

Evitando toxicidade
Como infelizmente é inevitável dentro comunidade de CS:GO existem muitas pessoas tóxicas e felizmente existe comandos para os inimigos dos outros times sempre estarem mutados. Isso pode evitar muitos estresses e te ajudar a jogar mais concentrado.
cl_mute_all_but_friends_and_party "1" cl_mute_enemy_team "1"

Texto de dano causado e recebido na tela
Muitos sabem que abrindo o Console é possível ver o dano causado e recebido dentro das partidas dos servidores oficiais:

Porém poucos sabem que é possível ativar essa mensagem na tela por alguns segundos usando os comandos:
con_filter_text damage con_filter_text_out Player: con_filter_enable 2 developer 1
Aparecerá desta forma em cima do radar:

Minhas configurações de cliente
cl_color "1" cl_mute_all_but_friends_and_party "1" cl_mute_enemy_team "1" cl_observercrosshair "1" cl_playerspray_auto_apply "0" sensitivity "2.2" spec_show_xray "1" con_filter_text damage con_filter_text_out Player: con_filter_enable 2 developer 1
Crosshair (mira)
Talvez essa seja a seção mais complicada e ninguém vai querer escrever sua mira linha a linha então recomendo baixar este mapa da oficina para ajudar a configurar a sua mira no seu estilo.
https://steamproxy.net/sharedfiles/filedetails/?id=308490450

ou você pode simplesmente usar minha configuração.
MInhas configurações de mira
cl_crosshair_drawoutline "0" ; cl_crosshair_dynamic_maxdist_splitratio "0.35" ; cl_crosshair_dynamic_splitalpha_innermod "1" ; cl_crosshair_dynamic_splitalpha_outermod "0.5" ; cl_crosshair_dynamic_splitdist "7" ; cl_crosshair_outlinethickness "1" ; cl_crosshair_sniper_show_normal_inaccuracy "0" ; cl_crosshair_sniper_width "2" ; cl_crosshair_t "0" cl_crosshairalpha "255" ; cl_crosshaircolor "4" ; cl_crosshaircolor_b "200" ; cl_crosshaircolor_g "0" ; cl_crosshaircolor_r "152." ; cl_crosshairdot "0" ; cl_crosshairgap "-2" ; cl_crosshairgap_useweaponvalue "0" ; cl_crosshairsize "1.5" ; cl_crosshairstyle "4" ; cl_crosshairthickness "1" ; cl_crosshairusealpha "1" ; cl_fixedcrosshairgap "3" ; crosshair "1"
HUD and UI (Interface do Usuário)
HUD é a interface dentro da partida que mostra os detalhes do jogo como quatidade de munição, minimapa, placar e etc. Pode ser bastante configurável.
Cor da hud
Assim como a cor do player a hud também pode ter uma cor mas dessa vez só ira mudar na sua tela.
cl_hud_color "4"

Cores da HUD
Cor
Código
Padrão
⠀⠀ 0
Branco
⠀⠀ 1
Azul claro
⠀⠀ 2
Azul escuro
⠀⠀ 3
Roxo
⠀⠀ 4
Vermelho
⠀⠀ 5
Laranja
⠀⠀ 6
Amarelo
⠀⠀ 7
Verde
⠀⠀ 8
Verde água
⠀⠀ 9
Rosa
⠀⠀10

Minha HUD
cl_hud_background_alpha "0.5" cl_hud_bomb_under_radar "0" cl_hud_color "4" cl_hud_healthammo_style "1" cl_hud_playercount_pos "1" cl_hud_playercount_showcount "1" cl_hud_radar_scale "1.000000" hud_scaling "0.700000" hud_showtargetid "0" hud_takesshots "0" cl_radar_always_centered "1" cl_radar_icon_scale_min "0.6" cl_radar_rotate "1" cl_radar_scale "0.500000" cl_radar_square_with_scoreboard "1" cl_scoreboard_mouse_enable_binding "+attack2" cl_scoreboard_survivors_always_on "0" cl_show_clan_in_death_notice "0" cl_teammate_colors_show 1 name "peam" net_graph "1" net_graphheight "64" net_graphholdsvframerate "0" net_graphipc "0" net_graphmsecs "400" net_graphpos "1" net_graphproportionalfont "0" net_graphshowinterp "1" net_graphshowlatency "1" net_graphshowsvframerate "0" net_graphsolid "1" net_graphtext "1" viewmodel_fov "60" viewmodel_offset_x "1" viewmodel_offset_y "1" viewmodel_offset_z "-1" viewmodel_presetpos "1" viewmodel_recoil "1.0"
Som
snd_deathcamera_volume "0.000000" snd_duckerattacktime "0.5" snd_duckerreleasetime "2.5" snd_duckerthreshold "0.15" snd_ducking_off "1" snd_ducktovolume "0.55" snd_dzmusic_volume "0.2" snd_hrtf_distance_behind "100" snd_hrtf_voice_delay "0.1" snd_hwcompat "0" snd_mapobjective_volume "0.000000" snd_menumusic_volume "0.000000" snd_mix_async "1" snd_mix_async_onetime_reset "1" snd_mixahead "0.025" snd_music_selection "1" snd_music_volume_onetime_reset_2 "1" snd_musicvolume_multiplier_inoverlay "0.000000" snd_mute_losefocus "0" snd_mvp_volume "0.000000" snd_pitchquality "1" snd_roundend_volume "0.000000" snd_roundstart_volume "0.000000" snd_surround_speakers "-1" snd_tensecondwarning_volume "0.250000" voice_caster_enable "0" voice_caster_scale "1" voice_enable "1" voice_forcemicrecord "1" voice_scale ".7" voice_system_enable "1" voice_threshold "2000" volume ".15"
Aliases
Aliases são palavras que você pode criar para executar comandos ou um comando apenas servem também para ajudar nas binds, facilita que uma tecla execute vários comando fazendo ela executar um alias.

Pede pausa digitando "await" no console
alias "await" "callvote starttimeout"

Abre o score e mostra o net_graph enquanto aperta TAB
alias +shownet "+showscores; net_graphheight 64" alias -shownet "-showscores; net_graphheight 9999"
!deve ser usado junto com
bind "TAB" "+shownet"

Meus aliases
alias "rg" "mp_restartgame 1" alias "dc" "disconnect" alias "bunny""sv_cheats 1; sv_enablebunnyhopping 1; sv_autobunnyhopping 1; sv_enablebunnyhopping 1; sv_staminamax 0; sv_staminajumpcost 0; sv_staminalandcost 0; sv_staminarecoveryrate 0; sv_airaccelerate 2000; sv_accelerate_use_weapon_speed 0; sv_maxvelocity 3500" alias "gg" "callvote surrender" alias "await" "callvote starttimeout" alias +shownet "+showscores; net_graphheight 64" alias -shownet "-showscores; net_graphheight 9999"
64 Comments
Forzx_57 31 Mar, 2020 @ 3:45pm 
guys, please help me need money for the treatment of my brother, who is not difficult to throw off cases or consumer goods.https://steamproxy.net/tradeoffer/new/?partner=1043009868&token=-YdIARpY
Mongrek21 31 Mar, 2020 @ 1:25pm 
Rep for rep 100% back

+rep good trader
+rep good player
+rep nice teammate
+rep thanks for carry
+rep cool friend :)
+rep nice profile
+rep Ak GOD
Mongrek21 31 Mar, 2020 @ 1:25pm 
Rep for rep 100% back

+rep good trader
+rep good player
+rep nice teammate
+rep thanks for carry
+rep cool friend :)
+rep nice profile
+rep Ak GOD
βøśś 31 Mar, 2020 @ 11:30am 
🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥
🔥
🔥
🔥
🔥 FREЕ SКINS 1О$ (NO DEРОSITE)
🔥 {LINK REMOVED}
🔥 CОDЕ: FREE111
🔥
🔥
🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥
🔥
🔥
🔥 FREЕ SКINS 1О$ (NO DEРОSITE)
🔥 {LINK REMOVED}
🔥 CОDЕ: FREE111
🔥
🔥
🔥
🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥
jeezy__ 31 Mar, 2020 @ 5:26am 
REP 4 REP INSTANTLY!
ENG: Copy&Paste one of these OR write whatever you want and I will rep you back 100%

+rep Great Player 💛
+rep Amazing Tactics 👌
+rep Killing Machine 😈
+rep Nice to Meet You! 🤗
+rep Top Player 🔝
+rep Tnx For Carry 👍
+rep Epic Comeback 👏
+rep Great Teammate 🎮
+rep Nice Guy, Doesn’t Finish Last 😎
+rep Epic Clutch ✌️
+rep Insane Skills 👌
+rep ONE TAP MACHINE 💢
+rep nice profile 💜
+rep Epic Clutch ✌
+rep AWP GOD 💢
RUS: Выберите что то одно из этого списка и напишите в моём профиле, отвечу тем же!
ENG: Copy&Paste one of these OR write whatever you want and I will rep you back 100% i'm online now!
PL: Kopiuj i Wklej jeden z tych +repow , a ja oddam napewno ci go oddam jestem teraz online!
GER: Such dir eine Sache aus der Liste aus und schreib es unter mein Profil und ich mache es auch bei dir!

+rep Deagle God
+rep nice aim
+rep Best Gamer
+rep Trusted CS:GO Player
+rep Good Teammate
+rep go me boost rank :D
+rep nice ace usp
+rep Global :D
+rep saved our match
+rep thx for game
+rep funny guy
+rep nice to play with
+rep amazing Ak-47 clutch
+rep Ebator 3000
Casifer 中に死んだ 31 Mar, 2020 @ 4:11am 
RUS: Выберите что то одно из этого списка и напишите в моём профиле, отвечу тем же!
ENG: Copy&Paste one of these OR write whatever you want and I will rep you back 100% i'm online now!
PL: Kopiuj i Wklej jeden z tych +repow , a ja oddam napewno ci go oddam jestem teraz online!
GER: Such dir eine Sache aus der Liste aus und schreib es unter mein Profil und ich mache es auch bei dir!

+rep Deagle God
+rep nice aim
+rep Best Gamer
+rep Trusted CS:GO Player
+rep Good Teammate
+rep go me boost rank :D
+rep nice ace usp
+rep Global :D
+rep saved our match
+rep thx for game
+rep funny guy
+rep nice to play with
+rep amazing Ak-47 clutch
+rep Ebator 3000
osore 愛 30 Mar, 2020 @ 8:54pm 
REP 4 REP INSTANTLY!
ENG: Copy&Paste one of these OR write whatever you want and I will rep you back 100%
RU: Пишете что-то из списка ниже , и я вам пишу что захотите :))


-rep fucking cheater :D
best of the best
+rep sign me pls 💛
gg add me
can you sign me??
-rep, not banned yet somehow
idiot hacker profil report
please add me
I LOVE YOU <3
-rep ♥♥♥♥♥♥♥♥♥♥♥♥ выродок с читом
+rep Thanks For Carry
+rep Amazing Tactics
-rep hack!
конченая мразь с софтиной
-rep cancer cheater
+rep good teammate and funny!
AzerBülbül 30 Mar, 2020 @ 8:17pm 
RUS: Выберите что то одно из этого списка и напишите в моём профиле, отвечу тем же!
ENG: Copy&Paste one of these OR write whatever you want and I will rep you back 100% i'm online now!
PL: Kopiuj i Wklej jeden z tych +repow , a ja oddam napewno ci go oddam jestem teraz online!
GER: Such dir eine Sache aus der Liste aus und schreib es unter mein Profil und ich mache es auch bei dir!

+rep Deagle God
+rep nice aim
+rep Best Gamer
+rep Trusted CS:GO Player
+rep Good Teammate
+rep go me boost rank :D
+rep nice ace usp
+rep Global :D
+rep saved our match
+rep thx for game
+rep funny guy
+rep nice to play with
+rep amazing Ak-47 clutch
+rep Ebator 3000
scolopendra 30 Mar, 2020 @ 1:58pm 
REP 4 REP INSTANTLY!
ENG: Copy&Paste one of these OR write whatever you want and I will rep you back 100%
RU: Пишете что-то из списка ниже , и я вам пишу что захотите :))


-rep fucking cheater :D
best of the best
+rep sign me pls 💛
gg add me
can you sign me??
-rep, not banned yet somehow
idiot hacker profil report
please add me
I LOVE YOU <3
-rep ♥♥♥♥♥♥♥♥♥♥♥♥ выродок с читом
+rep Thanks For Carry
+rep Amazing Tactics
-rep hack!
конченая мразь с софтиной
-rep cancer cheater
+rep good teammate and funny!