Compare commits

1 Commits
cs2 ... csgo

Author SHA1 Message Date
eneller
91af36f45f doc: update README 2023-11-27 22:36:42 +01:00
2 changed files with 25 additions and 38 deletions

View File

@@ -1,13 +1,10 @@
# Counter Strike: Global Offensive
Config Path is
```
C:\Program Files (x86)\Steam\steamapps\common\Counter-Strike Global Offensive\game\csgo\cfg
C:\Program Files (x86)\Steam\steamapps\common\Counter-Strike Global Offensive\csgo\cfg
```
host_writeconfig writes to
```
C:\Program Files (x86)\Steam\userdata\%UserId%\730\local\cfg
```
## Git init
```
git init
git remote add origin git@github.com:eneller/counterstrike-config
git fetch origin
git checkout -b cs2 --track origin/cs2
```

View File

@@ -1,7 +1,6 @@
host_writeconfig
//sensitivity is 500*2
sensitivity .6
cl_crosshair_recoil true
sensitivity 2
m_mousespeed 0 // no mouse acceleration
m_rawinput 1
cl_autowepswitch 0 // dont switch weapons on pickup
@@ -12,8 +11,7 @@ snd_mvp_volume 0 // disable mvp music
inferno_flame_spacing 50
cl_spec_follow_grenade_key 1
gameinstructor_enable 0 // disable game instructor
cl_hide_avatar_images "1"
bind "TAB" "+showscores"
//OVERVIEW
cl_radar_always_centered "1"
@@ -25,49 +23,41 @@ con_filter_text "Damage Given"
con_filter_text_out "Player:"
developer "1"
//
//KEYBINDS
unbindall;
bind "MOUSE_X" "yaw"
bind "MOUSE_Y" "pitch"
bind "X_AXIS" "rightleft"
bind "Y_AXIS" "!forwardback"
bind "U_AXIS" "yaw"
bind "R_AXIS" "pitch"
bind "a" "+left"
bind "w" "+forward; r_cleardecals"
bind "a" "+moveleft"
bind "s" "+back"
bind "d" "+right"
bind "w" "+forward"
bind "shift" "+sprint"
bind "d" "+moveright"
bind "SPACE" "+jump"
bind "CTRL" "+duck"
bind "MOUSE1" "+attack"
bind "MOUSE2" "+attack2"
bind "MOUSE3" "player_ping"
bind "MOUSE4" "slot2"
bind "MOUSE5" "slot2; slot1"
bind "TAB" "slot3"
bind "r" "+reload"
bind "g" "drop"
bind "f" "+use"
bind "b" "buymenu"
//bind "b" "buymenu"
bind "/" "toggleconsole"
bind "ALT" "noclip"
bind "CTRL" "+duck"
bind "SHIFT" "+speed"
bind "MOUSE3" "player_ping"
bind "MOUSE4" "slot4"
bind "MOUSE5" "slot2; slot1"
bind "MWHEELUP" "invprev"
bind "MWHEELDOWN" "invnext"
bind "i" "show_loadout_toggle"
bind "m" "teammenu"
bind "v" "+voicerecord"
bind "ENTER" "messagemode"
bind "BACKSPACE" "messagemode2"
bind "HASH" "toggleconsole"
bind "p" "+showscores"
bind "y" "messagemode"
bind "c" "slot10"
bind "e" "slot8"
bind "q" "slot7"
bind "y" "slot6"
alias "+shownet" "+showscores; net_graphheight 64"
alias "-shownet" "-showscores; net_graphheight 9999"
net_graph 1;
bind "TAB" "+shownet"
alias "+jumpthrow" "-attack;+jump"
alias "-jumpthrow" "-jump"
bind "x" "+jumpthrow"
//COSMETICS