Last active
February 17, 2025 02:11
-
-
Save arthurfiorette/3e3f7acb0f432b48b1ce829ae7a670b0 to your computer and use it in GitHub Desktop.
Counter Strike 2 Config
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
// | |
/// Binds | |
bind c "slot5;drop"; | |
bind h noclip; | |
bind q +HzkSwitch; | |
bind x drop; | |
bind ctrl +duck; | |
bind shift +sprint; | |
bind 6 slot12; | |
unbind f10; | |
bind mwheeldown +jump; | |
bind mwheelup +jump; | |
bind mouse5 +voicerecord; | |
// | |
/// Aliases | |
alias +HzkSwitch lastinv; | |
alias -HzkSwitch lastinv; | |
// | |
/// Commands | |
sensitivity 1.887; | |
zoom_sensitivity_ratio 0.818933027098955175; | |
cl_use_opens_buy_menu false; | |
cl_showfps 1; | |
fps_max 0; | |
fps_max_ui 200; | |
// | |
/// Hud | |
cl_hud_color 0; | |
cl_radar_scale 0.5; | |
// | |
/// Viewmodel | |
viewmodel_offset_x 2.5; | |
viewmodel_offset_y 2; | |
viewmodel_offset_z -1; | |
viewmodel_fov 68; | |
// | |
/// Mira | |
// hud_showtargetid 1 | |
// cl_crosshairstyle 4 // 4 to be static, 5 open on tap | |
// cl_crosshair_drawoutline "1" | |
// cl_crosshair_dynamic_maxdist_splitratio ".35" | |
// cl_crosshair_dynamic_splitalpha_innermod "1" | |
// cl_crosshair_dynamic_splitalpha_outermod "0.5" | |
// cl_crosshair_dynamic_splitdist "7" | |
// cl_crosshair_friendly_warning "1" | |
// cl_crosshair_outlinethickness "1" | |
// cl_crosshair_sniper_show_normal_inaccuracy "0" | |
// cl_crosshair_sniper_width "1" | |
// cl_crosshair_t "0.000000" | |
// cl_crosshairalpha "999" | |
// cl_crosshaircolor "5" | |
// cl_crosshaircolor_b "0" | |
// cl_crosshaircolor_g "255" | |
// cl_crosshaircolor_r "255" | |
// cl_crosshairdot "0" | |
// cl_crosshairgap "-10" | |
// cl_crosshairgap_useweaponvalue "0" | |
// cl_crosshairscale "1700" | |
// cl_crosshairsize "2.5" | |
// cl_crosshairthickness "0.5" | |
// cl_crosshairusealpha "1" | |
// cl_fixedcrosshairgap -11.5 | |
// | |
/// Misc | |
echo [Hzk]; | |
echo [HzK] Voce ativou a config com sucesso!; | |
echo [Hzk]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment