Skip to content

Instantly share code, notes, and snippets.

@felipedavi
Last active February 28, 2022 20:46
Show Gist options
  • Save felipedavi/24417fdf2a2ba67635542f6eaaca84ad to your computer and use it in GitHub Desktop.
Save felipedavi/24417fdf2a2ba67635542f6eaaca84ad to your computer and use it in GitHub Desktop.
Krosky CS:GO Config

Krosky CS-GO Config

launch options

-novid -high -language brazilian +exec krosky.cfg

// Crosshair
cl_crosshairalpha 255; cl_crosshaircolor 1; cl_crosshairdot 0; cl_crosshairgap -2; cl_crosshairsize 4; cl_crosshairstyle 4;
cl_crosshairusealpha 1; cl_crosshairthickness 1; cl_crosshair_drawoutline 0; cl_crosshair_sniper_width 3;
// Viewmodel
viewmodel_fov 60; viewmodel_offset_x 1; viewmodel_offset_y 1; viewmodel_offset_z -1; viewmodel_presetpos 1;
cl_viewmodel_shift_left_amt 1.5; cl_viewmodel_shift_right_amt 0.75; viewmodel_recoil 1; cl_righthand 0;
// cl_bob
cl_bob_lower_amt 0; cl_bobamt_lat 0; cl_bobamt_vert 0; cl_bobcycle 3;
// Clear decals - Remove sugeira e sangue das paredes
bind "shift" "+speed;r_cleardecals"
bind "CTRL" "+duck;r_cleardecals"
bind "mouse1" "+attack; r_cleardecals"
// TAB
bind "TAB" "+scorenet"
alias "+scorenet" "+showscores; net_graphheight 0"
alias "-scorenet" "-showscores; net_graphheight 9999"
//==================================================================
sensitivity 2.0833333333333335
zoom_sensitivity_ratio_mouse 0.818933027098955175
//==================================================================
clear
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment