Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4e96e8c3c2 | ||
|
|
beec075b69 | ||
|
|
97982b32c1 | ||
|
|
e7ac962e40 | ||
|
|
457bdd11ab |
@@ -1,6 +1,13 @@
|
||||
# Counter Strike: Global Offensive
|
||||
Config Path is
|
||||
```
|
||||
C:\Program Files (x86)\Steam\steamapps\common\Counter-Strike Global Offensive\csgo\cfg
|
||||
C:\Program Files (x86)\Steam\steamapps\common\Counter-Strike Global Offensive\game\csgo\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
|
||||
```
|
||||
|
||||
50
autoexec.cfg
50
autoexec.cfg
@@ -1,6 +1,7 @@
|
||||
host_writeconfig
|
||||
//sensitivity is 500*2
|
||||
sensitivity 2
|
||||
sensitivity .6
|
||||
cl_crosshair_recoil true
|
||||
m_mousespeed 0 // no mouse acceleration
|
||||
m_rawinput 1
|
||||
cl_autowepswitch 0 // dont switch weapons on pickup
|
||||
@@ -11,7 +12,8 @@ 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"
|
||||
@@ -23,41 +25,49 @@ con_filter_text "Damage Given"
|
||||
con_filter_text_out "Player:"
|
||||
developer "1"
|
||||
|
||||
//
|
||||
//KEYBINDS
|
||||
unbindall;
|
||||
bind "w" "+forward; r_cleardecals"
|
||||
bind "a" "+moveleft"
|
||||
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 "s" "+back"
|
||||
bind "d" "+moveright"
|
||||
bind "d" "+right"
|
||||
bind "w" "+forward"
|
||||
bind "shift" "+sprint"
|
||||
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 "y" "messagemode"
|
||||
bind "ENTER" "messagemode"
|
||||
bind "BACKSPACE" "messagemode2"
|
||||
bind "HASH" "toggleconsole"
|
||||
bind "p" "+showscores"
|
||||
|
||||
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"
|
||||
bind "c" "slot10"
|
||||
bind "e" "slot8"
|
||||
bind "q" "slot7"
|
||||
bind "y" "slot6"
|
||||
|
||||
|
||||
//COSMETICS
|
||||
|
||||
Reference in New Issue
Block a user