-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathautoexec.cfg
147 lines (134 loc) · 4.15 KB
/
autoexec.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
// Chopper CS2 CFG - August 2024
// Generated with: https://github.com/Chopper1337/CS-CFG/
// Download: https://github.com/Chopper1337/CS-CFG/
echoln "Chopper's CS2 CFG loading..."
echoln "Last updated: 21/08/24"
echoln "Setting mouse options"
//////////////////// Mouse ////////////////////
sensitivity "0.9"
echoln "Setting video options"
//////////////////// Video ////////////////////
fps_max "999"
fps_max_ui "144"
r_fullscreen_gamma "2.764991"
//////////////////// Audio ////////////////////
volume "1"
snd_deathcamera_volume "0.16"
snd_mapobjective_volume "0.04"
snd_menumusic_volume "0"
snd_mute_losefocus "0"
snd_roundaction_volume "0"
snd_roundend_volume "0.16"
snd_roundstart_volume "0"
//////////////////// Crosshair ////////////////////
crosshair "true"
cl_crosshair_drawoutline "true"
cl_crosshair_friendly_warning "0"
cl_crosshair_outlinethickness "0.5"
cl_crosshair_recoil "false"
cl_crosshair_sniper_width "1"
cl_crosshair_t "false"
cl_crosshairalpha "255"
cl_crosshaircolor "5"
cl_crosshaircolor_b "0"
cl_crosshaircolor_g "255"
cl_crosshaircolor_r "0"
cl_crosshairdot "false"
cl_crosshairgap "-0.6"
cl_crosshairgap_useweaponvalue "false"
cl_crosshairsize "3.6"
cl_crosshairstyle "4"
cl_crosshairthickness "0.6"
cl_crosshairusealpha "true"
cl_fixedcrosshairgap "3"
cl_show_observer_crosshair "1"
echoln "Setting hud options"
//////////////////// HUD ////////////////////
cl_hud_color "3"
cl_hud_radar_scale "0.90"
cl_radar_rotate "1"
cl_radar_scale "0.6"
hud_scaling "0.8"
cl_allow_animated_avatars "0"
cl_teamcounter_playercount_instead_of_avatars "1"
echoln "Setting viewmodel options"
//////////////////// Weapon Positioning ////////////////////
viewmodel_fov "68"
viewmodel_presetpos "0"
viewmodel_offset_x "2.5"
viewmodel_offset_y "2" //Used to be 0 but I think this looks nicer
viewmodel_offset_z "-1.5"
cl_prefer_lefthanded "1"
echoln "Removing unused binds"
//////////////////// Unbinds ////////////////////
unbind "0"
unbind "7"
unbind "8"
unbind "9"
unbind "u"
unbind "y"
echoln "Setting binds"
//////////////////// Binds ////////////////////
bind "1" "slot1"
bind "2" "slot2"
bind "9" "cl_crosshaircolor 5;cl_hud_color 3"
bind "0" "cl_crosshaircolor 0;cl_hud_color 6"
bind backspace "+jump"
bind ctrl "+duck"
bind del "exec autoexec"
bind enter "messagemode"
bind . "messagemode2"
bind v "+voicerecord"
bind mouse2 "+attack2"
bind mouse3 "player_ping"
bind mouse4 "slot8"
bind mouse5 "slot7"
bind mwheeldown "+jump"
bind mwheelup "+jump"
bind space "+duck"
bind i "fixaudio"
bind o "togglerecoil"
bind w "+forward"
bind a "+left"
bind s "+back"
bind d "+right"
bind shift "+sprint"
bind t "slot10"
bind f "+lookatweapon;snd_toolvolume 0.2;play sounds/buttons/button9"
bind e "+use"
bind alt "playerchatwheel CW.SeesEnemiesMultiple "#Chatwheel_multipleenemieshere""
bind z "radio2"
bind x "slot12"
bind c "+radialradio"
bind tab "+tabkeys"
bind ` "toggleconsole"
echoln "Setting misc options"
//////////////////// Misc ////////////////////
cl_autohelp "0"
cl_scoreboard_mouse_enable_binding "+attack2"
cl_crosshair_friendly_warning "0"
cl_dm_buyrandomweapons "0"
cl_autohelp "0"
cl_join_advertise "1"
cl_inventory_saved_sort2 "inv_sort_age"
mm_dedicated_search_maxping "30"
//////////////////// Aliases ////////////////////
alias "+tabkeys" "+showscores;bind 2 senshigh;bind 1 senslow;bind mouse3 +spray_menu"
alias "-tabkeys" "-showscores;bind 2 slot2;bind 1 slot1;-spray_menu;bind mouse3 player_ping"
alias senslow "sensitivity 0.9;echoln lowsens"
alias senshigh "sensitivity 1.8;echoln highsens"
alias fixaudio "sound_device_override Source2SDLDefaultDevice;sound_device_override 1"
alias togglerecoil "toggle cl_crosshair_recoil 1 0"
alias config "conf0"
alias conf0 "echoln Chopper - CS2 settings 21/08/24;conf1"
alias conf1 "echoln Sensitivity 0.9;conf2"
alias conf2 "echoln Resolution 1440x1080;conf3"
alias conf3 "echoln Max FPS 999;conf4"
alias conf4 "echoln Volume 1;conf5"
alias conf5 "echoln Gamma 2.764991;conf6"
alias conf6 "echoln Crosshair CSGO-QwBne-zCdHX-eCHSD-uVcNU-cmtOH"
exec laptop.cfg
#exec nulls.cfg
echoln "Chopper's CS2 CFG loaded."
echoln "When in game: Hold TAB and press 1 or 2 to switch mouse sensitivity."
echoln "Type 'config' to display a basic overview of your settings."