-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathautoexec.cfg
495 lines (495 loc) · 22 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
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
// rubenenfonseca's CS2 config
//
//
// When you type "//" the game ignores whatever is written after
//
//
// Primary Commands
//
con_enable "1" //Enables Console
bind "\" "toggleconsole" //Console opens with \
//
//
// Alias & Bindings
//
// Use and movement Binds
//
bind "w" "+forward; clear" //Movement binds with "; clear" remove the strange subtick delay and are ESL allowed
bind "s" "+back; clear"
bind "a" "+left; clear"
bind "d" "+right; clear"
bind "ctrl" "+duck; clear"
//bind "shift" "+sprint; clear" //Currently using the increase volume and zoom radar when walking bind
bind "space" "+jump; clear"
bind "mwheeldown" "+jump; clear"
//bind "mwheelup" "+jump; clear" //Currently using the crouch jump bind
//
bind "<" "+voicerecord"
bind "z" "slot10"
bind "x" "slot6"
bind "c" "slot8"
bind "v" "slot7"
bind "n" "slot11"
bind "'" "slot11"
bind "h" "slot12"
bind "«" "slot12"
bind "j" "+radialradio"
bind "k" "+radialradio2"
bind "l" "+radialradio3"
//
// Buy (and use when possible) Binds
//
alias "buyanduse1" "buy p250; slot2"
alias "buyanduse2" "buy tec9; buy fiveseven; slot2"
alias "buyanduse3" "buy deagle; slot2"
alias "buyanduse4" "buy galilar; buy famas; slot1"
alias "buyanduse5" "buy awp; slot1"
alias "buyanduse6" "buy ak47; buy m4a1; slot1"
alias "buyanduse7" "buy mac10; buy mp9; slot1"
alias "buyanduse8" "buy xm1014; slot1"
alias "buyanduse9" "buy p90; slot1"
alias "buyanduseplus" "buy flashbang; slot7"
alias "buyanduseminus" "buy smokegrenade; slot8"
alias "buyandusemultiply" "buy hegrenade; slot6"
alias "buyandusedivide" "buy molotov; buy incgrenade; slot10"
//
bind "f1" "buy vesthelm; buy vest; buy ak47; buy m4a1; buy defuser"
bind "f2" "buy vesthelm; buy vest; buy awp; buy flashbang; buy smokegrenade; buy tec9; buy fiveseven; buy flashbang; buy defuser"
bind "kp_0" "buy vesthelm"
bind "kp_del" "buy vest"
bind "kp_enter" "buy defuser"
bind "kp_plus" "buyanduseplus"
bind "kp_minus" "buyanduseminus"
bind "kp_multiply" "buyandusemultiply"
bind "kp_divide" "buyandusedivide"
bind "kp_1" "buyanduse1"
bind "kp_2" "buyanduse2"
bind "kp_3" "buyanduse3"
bind "kp_4" "buyanduse4"
bind "kp_5" "buyanduse5"
bind "kp_6" "buyanduse6"
bind "kp_7" "buyanduse7"
bind "kp_8" "buyanduse8"
bind "kp_9" "buyanduse9"
//
// Special binds (Work in progress)
//
// Jump Throw bind
//
alias "+throwaction" "-attack; -attack2"
alias "+jumpthrow" "+jump; +throwaction; -jump"
bind "mouse4" "+jumpthrow" //Bind mouse4 to whatever you prefer
//
// Run Throw bind
//
alias "+runthrow" "+forward; +jump; +throwaction"
alias "-runthrow" "-jump; -forward"
bind "mouse5" "+runthrow" //Bind mouse5 to whatever you prefer
//
// Bind to lineup nades
//
alias +lineupthrow "cl_crosshairsize 9999"
alias -lineupthrow "cl_crosshairsize 2" //Make sure you set the value to your original crosshair size
bind "key" "+lineupthrow" //Bind key to whatever you prefer (Currently using alt+mouse4 in alt binds)
//
// Crouch Jump bind
//
alias "+crouchjump" "+jump; +duck;"
alias "-crouchjump" "-jump; -duck;"
bind "mwheelup" "+crouchjump" //Bind mwheelup to whatever you prefer
//
// Drop C4 bind
//
alias "+c4drop" "slot5"
alias "-c4drop" "drop; lastinv"
bind "key" "+c4drop" //Bind key to whatever you prefer (Currently using alt+g in alt binds)
//
// Fake Flash bind
//
alias "+fakeflash" "slot2; slot9"
alias "-fakeflash" "drop"
bind "key" "+fakeflash" //Bind key to whatever you prefer (Currently using alt+mouse5 in alt binds)
//
// Increase volume and zoom radar when walking bind
//
alias "+incvolradwalk" "incrementvar volume 0 1 0.5; incrementvar cl_radar_scale 0 1 0.3; +sprint;"
alias "-incvolradwalk" "incrementvar volume 0 1 -0.5; incrementvar cl_radar_scale 0 1 -0.3; -sprint;"
bind "shift" "+incvolradwalk"
//
// Help to locate the C4 when you hold E
//
alias "+useandseebomb" "+use; gameinstructor_enable 1"
alias "-useandseebomb" "-use; gameinstructor_enable 0"
bind "e" "+useandseebomb"
//
// Mute in-game voice with blip sound and message to teammates bind
//
alias "mutevoice" "mutevoice_on"
alias "sayteammuted" "say_team **Auto message** You're now muted, I can't hear you speaking."
alias "sayteamunmuted" "say_team **Auto message** You're unmuted, I can now hear you speaking."
alias "mutevoice_on" "voice_modenable 0; playvol buttons\blip2 0.5; sayteammuted; alias mutevoice mutevoice_off"
alias "mutevoice_off" "voice_modenable 1; playvol buttons\blip1 0.5; sayteamunmuted; alias mutevoice mutevoice_on"
bind "key" "mutevoice" //Bind key to whatever you prefer (Currently using alt+< in alt binds)
//
// Show FPS and netgraph when checking scoreboard
//
alias "+scorenet" "+showscores; cl_showfps 1; cq_netgraph 1;"
alias "-scorenet" "-showscores; cl_showfps 0; cq_netgraph 0;"
bind "tab" "+scorenet"
//
// Change radar zoom bind
//
bind "o" "incrementvar cl_radar_scale 0 1 0.25" //Bind key to whatever you prefer
//
// Bind to toggle between normal and clutch mode. (Work in progress)
//
//bind
//
// Binds to study and analyse demos. Quick accesible buttons to open the demo menu, pause it, slow it down or fast forward. (OFF)
//
//bind "f8" "demoui"
//bind "f9" "demo_timescale 0"
//bind "f10" "demo_timescale 0.5"
//bind "f11" "demo_timescale 1"
//bind "f12" "demo_timescale 6"
//
// Alt + key binds
//
//Buy and drop
//
alias "+buyanddrop1" "buy p250; slot2"
alias "-buyanddrop1" "drop"
alias "+buyanddrop2" "buy tec9; buy fiveseven; slot2"
alias "-buyanddrop2" "drop"
alias "+buyanddrop3" "buy deagle; slot2"
alias "-buyanddrop3" "drop"
alias "+buyanddrop4" "buy galilar; buy famas; slot1"
alias "-buyanddrop4" "drop"
alias "+buyanddrop5" "buy awp; slot1"
alias "-buyanddrop5" "drop"
alias "+buyanddrop6" "buy ak47; buy m4a1; slot1"
alias "-buyanddrop6" "drop"
alias "+buyanddrop7" "buy mac10; buy mp9; slot1"
alias "-buyanddrop7" "drop"
alias "+buyanddrop8" "buy xm1014; slot1"
alias "-buyanddrop8" "drop"
alias "+buyanddrop9" "buy p90; slot1"
alias "-buyanddrop9" "drop"
alias "+buyanddropplus" "buy flashbang; slot7"
alias "-buyanddropplus" "drop"
alias "+buyanddropminus" "buy smokegrenade; slot8"
alias "-buyanddropminus" "drop"
alias "+buyanddropmultiply" "buy hegrenade; slot6"
alias "-buyanddropmultiply" "drop"
alias "+buyanddropdivide" "buy molotov; buy incgrenade; slot10"
alias "-buyanddropdivide" "drop"
//
//Alt binds
//
alias alt< "bind < mutevoice"
alias altg "bind g +c4drop"
alias altj "bind j radio1"
alias altk "bind k radio2"
alias altl "bind l radio3"
alias altkp_1 "bind kp_1 +buyanddrop1"
alias altkp_2 "bind kp_2 +buyanddrop2"
alias altkp_3 "bind kp_3 +buyanddrop3"
alias altkp_4 "bind kp_4 +buyanddrop4"
alias altkp_5 "bind kp_5 +buyanddrop5"
alias altkp_6 "bind kp_6 +buyanddrop6"
alias altkp_7 "bind kp_7 +buyanddrop7"
alias altkp_8 "bind kp_8 +buyanddrop8"
alias altkp_9 "bind kp_9 +buyanddrop9"
alias altkp_plus "bind kp_plus +buyanddropplus"
alias altkp_minus "bind kp_minus +buyanddropminus"
alias altkp_multiply "bind kp_multiply +buyanddropmultiply"
alias altkp_divide "bind kp_divide +buyanddropdivide"
alias altmouse4 "bind mouse4 +lineupthrow"
alias altmouse5 "bind mouse5 +fakeflash"
//
alias def< "bind < +voicerecord"
alias defg "bind g drop"
alias defj "bind j +radialradio"
alias defk "bind k +radialradio2"
alias defl "bind l +radialradio3"
alias defkp_1 "bind kp_1 buyanduse1"
alias defkp_2 "bind kp_2 buyanduse2"
alias defkp_3 "bind kp_3 buyanduse3"
alias defkp_4 "bind kp_4 buyanduse4"
alias defkp_5 "bind kp_5 buyanduse5"
alias defkp_6 "bind kp_6 buyanduse6"
alias defkp_7 "bind kp_7 buyanduse7"
alias defkp_8 "bind kp_8 buyanduse8"
alias defkp_9 "bind kp_9 buyanduse9"
alias defkp_plus "bind kp_plus buyanduseplus"
alias defkp_minus "bind kp_minus buyanduseminus"
alias defkp_multiply "bind kp_multiply buyandusemultiply"
alias defkp_divide "bind kp_divide buyandusedivide"
alias defmouse4 "bind mouse4 +jumpthrow"
alias defmouse5 "bind mouse5 +runthrow"
//
alias +altbinds "alt<; altg; altj; altk; altl; altkp_1; altkp_2; altkp_3; altkp_4; altkp_5; altkp_6; altkp_7; altkp_8; altkp_9; altkp_plus; altkp_minus; altkp_multiply; altkp_divide; altmouse4; altmouse5"
alias -altbinds "def<; defg; defj; defk; defl; defkp_1; defkp_2; defkp_3; defkp_4; defkp_5; defkp_6; defkp_7; defkp_8; defkp_9; defkp_plus; defkp_minus; defkp_multiply; defkp_divide; -lineupthrow; defmouse4; defmouse5"
bind alt +altbinds
//
//
// Console "Menu" Alias
//
//Show crosshair Settings (Work in progress)
//
alias "sc1" echo " "
alias "sc2" echo "*******************************************";
alias "sc3" echo "***** Your current crosshair settings *****"
alias "sc4" echo "*******************************************";
alias "sc5" echo " "
alias "sc6" developer 2
alias "sc7" con_filter_enable 1
alias "sc8" con_filter_text cl_crosshair
alias "sc9" host_writeconfig //
alias "sc10" con_filter_text cl_fix
alias "sc11" host_writeconfig //
alias "sc12" developer 0
alias "sc13" con_filter_enable 0
alias "sc14" echo " "
alias "showcrosshair" "sc1;sc2;sc3;sc4;sc5;sc6;sc7;sc8;sc9;sc10;sc11;sc12;sc13;sc14"
//
//Show viewmodel Settings (Work in progress)
//
alias "sv1" echo " "
alias "sv2" echo "*******************************************";
alias "sv3" echo "***** Your current viewmodel settings *****"
alias "sv4" echo "*******************************************";
alias "sv5" echo " "
alias "sv6" developer 2
alias "sv7" con_filter_enable 1
alias "sv8" con_filter_text viewmodel
alias "sv9" host_writeconfig //
alias "sv10" con_filter_text view_punch
alias "sv11" host_writeconfig //
alias "sv12" developer 0
alias "sv13" con_filter_enable 0
alias "sv14" echo " "
alias "showviewmodel" "sv1;sv2;sv3;sv4;sv5;sv6;sv7;sv8;sv9;sv10;sv11;sv12;sv13;sv14"
//
//Show buy binds
//
alias "sbb1" echo " "
alias "sbb2" echo "********************************************"
alias "sbb3" echo "************** Your buy binds **************"
alias "sbb4" echo "********************************************"
alias "sbb5" echo ": "
alias "sbb6" echo ": +===========================+"
alias "sbb7" echo ": | | |"
alias "sbb8" echo ": | F1 | F2 |"
alias "sbb9" echo ": | (essential | (essential+ |"
alias "sbb10" echo ": | +ak47/m4) | AWP Kit) |"
alias "sbb11" echo ": +===========================+"
alias "sbb12" echo ": "
alias "sbb13" echo ": +=====================================================+"
alias "sbb14" echo ": | | | | |"
alias "sbb15" echo ": | NUM | / | * | - |"
alias "sbb16" echo ": | PAD | (MOLOTOV) | (HE) | (SMOKE) |"
alias "sbb17" echo ": | | | | |"
alias "sbb18" echo ": |-------------|-------------|-------------|-----------|"
alias "sbb19" echo ": | | | | |"
alias "sbb20" echo ": | 7 | 8 | 9 | |"
alias "sbb21" echo ": | (MAC-10/MP9)| (XM1014) | (P90) | + |"
alias "sbb22" echo ": | | | | |"
alias "sbb23" echo ": |-------------|-------------|-------------| |"
alias "sbb24" echo ": | | | | |"
alias "sbb25" echo ": | 4 | 5 | 6 | (FLASH) | Alt + NUM PAD (ON): "
alias "sbb26" echo ": |(FAMAS/Galil)| (AWP) | (AK47/M4A4) | | instantly buys and drops specified weapon"
alias "sbb27" echo ": | | | | |"
alias "sbb28" echo ": |-------------|-------------|-------------|-----------|"
alias "sbb29" echo ": | | | | |"
alias "sbb30" echo ": | 1 | 2 | 3 | |"
alias "sbb31" echo ": | (P250) |(Tec-9/Five7)| (DEAGLE) | ENTER |"
alias "sbb32" echo ": | | | | |"
alias "sbb33" echo ": |-------------|-------------|-------------| |"
alias "sbb34" echo ": | | | (defuse |"
alias "sbb35" echo ": | 0 | . | kit) |"
alias "sbb36" echo ": | (kevlar + helmet) | (kevlar) | |"
alias "sbb37" echo ": | | | |"
alias "sbb38" echo ": +=====================================================+"
alias "sbb39" echo ": "
alias "buybinds" "sbb1;sbb2;sbb3;sbb4;sbb5;sbb6;sbb7;sbb8;sbb9;sbb10;sbb11;sbb12;sbb13;sbb14;sbb15;sbb16;sbb17;sbb18;sbb19;sbb20;sbb21;sbb22;sbb23;sbb24;sbb25;sbb26;sbb27;sbb28;sbb29;sbb30;sbb31;sbb32;sbb33;sbb34;sbb35;sbb36;sbb37;sbb38;sbb39;"
//
//Show use binds
//
alias "sub1" echo " "
alias "sub2" echo "********************************************";
alias "sub3" echo "************** Your use binds **************"
alias "sub4" echo "********************************************";
alias "sub5" echo ": "
alias "sub6" echo ": +===============+ +===============+"
alias "sub7" echo ": | | | |"
alias "sub8" echo ": | \ | | O |"
alias "sub9" echo ": | (console) | | (change radar |"
alias "sub10" echo ": | | alt + j | zoom) |"
alias "sub11" echo ": +===============+ (radio1) +===============+"
alias "sub12" echo ": \"
alias "sub13" echo ": +=====================================================================+"
alias "sub14" echo ": | | | | | |"
alias "sub15" echo ": alt + g (c4 drop) < --- | G | H | J | K | L |"
alias "sub16" echo ": | (drop) | (healthshot)| (radial | (radial | (radial |"
alias "sub17" echo ": | | | radio) | radio2) | radio3) |"
alias "sub18" echo ": alt + < (mute voice) +=====================================================================+"
alias "sub19" echo ": / \ \"
alias "sub20" echo ": +===============+=====================================================================+ alt + k alt + l"
alias "sub21" echo ": | | | | | | | (radio2) (radio3)"
alias "sub22" echo ": | < | Z | X | C | V | N |"
alias "sub23" echo ": | (talk) | (molotov) | (he) | (smoke) | (flashbang) | (zeus) |"
alias "sub24" echo ": | | | | | | |"
alias "sub25" echo ": +===============+=====================================================================+"
alias "sub26" echo ": "
alias "sub27" echo ": alt + mouse5 (fake flash)"
alias "sub28" echo ": \ / \ ---> Mouse scroll up (crouch jump) "
alias "sub29" echo ": [] --> mouse5 (run throw) | | "
alias "sub30" echo ": [] --> mouse4 (jump throw) | | "
alias "sub31" echo ": / \ / ---> Mouse Scroll down (jump) "
alias "sub32" echo ": alt + mouse4 (lineup nades)"
alias "sub33" echo ": "
alias "usebinds" "sub1;sub2;sub3;sub4;sub5;sub6;sub7;sub8;sub9;sub10;sub11;sub12;sub13;sub14;sub15;sub16;sub17;sub18;sub19;sub20;sub21;sub22;sub23;sub24;sub25;sub26;sub27;sub28;sub29;sub30;sub31;sub32;sub33"
//
//Show other binds
//
alias "sob1" echo " "
alias "sob2" echo "*******************************************";
alias "sob3" echo " Your other binds/settings"
alias "sob4" echo "*******************************************";
alias "sob5" echo " "
alias "sob6" echo "Jump Throw: ON (mouse4)"
alias "sob7" echo "Run Throw: ON (mouse5)"
alias "sob8" echo "Lineup nades: ON (alt+mouse4)"
alias "sob9" echo "Crouch Jump bind: ON (mwheelup)"
alias "sob10" echo "Drop C4: ON (alt+G)"
alias "sob11" echo "Fake Flash: On (alt+mouse5)"
alias "sob12" echo "Increase volume and zoom radar when walking: ON (shift)"
alias "sob13" echo "Help to locate the C4: ON (Only in casual matches) (e) (Not working properly)"
alias "sob14" echo "Mute in-game voice with message to teammates: ON (alt+<)"
alias "sob15" echo "Show FPS and netgraph when checking scoreboard: ON (TAB) (netgraph also shows automatically when there is a problem)"
alias "sob16" echo "Change radar zoom: ON (o)"
alias "sob17" echo "Normal/clutch mode toggle: OFF (Work in progress)"
alias "sob18" echo "Binds to study and analyse demos: OFF (F8, F9, F10, F11, F12)"
alias "sob19" echo " "
alias "otherbinds" "sob1;sob2;sob3;sob4;sob5;sob6;sob7;sob8;sob9;sob10;sob11;sob12;sob13;sob14;sob15;sob16;sob17;sob18;sob19"
//
//
// Crosshair Settings
//
cl_crosshair_drawoutline "1"
cl_crosshair_outlinethickness "1"
cl_crosshair_sniper_width "1"
cl_crosshair_sniper_show_normal_inaccuracy "0"
cl_crosshair_dynamic_maxdist_splitratio "0.35"
cl_crosshair_dynamic_splitalpha_innermod "1"
cl_crosshair_dynamic_splitalpha_outermod "0.5"
cl_crosshair_dynamic_splitdist "7"
cl_crosshairalpha "255"
cl_crosshaircolor "5"
cl_crosshaircolor_r "0"
cl_crosshaircolor_g "255"
cl_crosshaircolor_b "255"
cl_crosshairdot "0"
cl_crosshairgap "-1.5"
cl_crosshairgap_useweaponvalue "0"
cl_crosshairsize "1.75"
cl_crosshairstyle "4"
cl_crosshairthickness "0.5"
cl_crosshairusealpha "1"
cl_fixedcrosshairgap "3"
//
//
// Viewmodel
//
viewmodel_fov "68" //Highest viewmodel FOV
viewmodel_offset_x "2.5" //Changes viewmodel view in X scale
viewmodel_offset_y "2" //Changes viewmodel view in Y scale
viewmodel_offset_z "-2" //Changes viewmodel view in Z scale
viewmodel_presetpos 0 //Prevents viewmodels from resetting
//
//
// Hud Modifications
//
hud_showtargetid "1" //Enables display of target names, important
cl_hud_color "2" //Makes the hud color
cl_hud_radar_scale "0.9" //Radar Size, not too big and not too small
cl_radar_scale "0.5" //Radar Map Scale Size, 0.3 is perfect too see everything on all maps
cl_radar_always_centered "0" //Centers map instead of player in radar, important
cl_radar_icon_scale_min "0.7" //Sets the minimum player icon scale, this value feels good
cl_showloadout "1" //So it doesnt fade out the weapon slots, very annoying otherwise
hud_scaling "0.95" //Scales hud elements to maximum value
//safezonex "0.85" //Centers the hud closer to the middle
//safezoney "0.85" //Centers the hud closer to the middle
cl_radar_square_with_scoreboard "1" //Radar changes to a square shape when seeing scoreboard.
//
//
// Mouse (currently configured in-game)
//
//sensitivity 0.8
//
//
// Sound (Work in progress)
//
volume "0.5" //Using this value for better compatibility with other settings/binds
snd_mixahead "0.05" //Makes sound as instant as it can get, making it easier to hear small things
snd_musicvolume "0.5" //0 deactivates volume from game music. 1 activates. Activated to configure the sounds below:
snd_menumusic_volume "0"//Off
snd_roundstart_volume "0"//Off
snd_roundend_volume "0" //Off
snd_mapobjective_volume "0"//Off
snd_tensecondwarning_volume "0.2" //On, by 20% just to hear the 10 seconds music to end of round/c4 explosion!
snd_deathcamera_volume "0"//Off
snd_mvp_volume "0.1" //A little decrease from the default
snd_voipvolume "0.5" //Cut voice volume by half so it doesn't muffle other game sounds in critical situations
//
//snd_mute_losefocus "0" // game does not mute when minimized (alt tab)
//
//
// Net
//
fps_max "300" //Setting this to 300 for the general gamers
net_maxroutable "1200" //Requested max packet size before packets are 'split'
cq_netgraph_problem_show_auto 1 //Show netgraph automatically when there is a problem with the network
//
//
// Rates & ping (Settings are optimized for best networking experience)
//
rate "128000" //Max bytes per second the host can receive data
mm_dedicated_search_maxping "50" //Maxping Search in Matchmaking, set to 75 if you need to loose up a bit
//
//
// No Tutorial or Info Messages
//
gameinstructor_enable "0" //Removes in game lessons
cl_autohelp "0" //Removes automatic help
r_show_build_info 0 //Removes the build info on the left corner
//
//
// Other
//
r_drawtracers_firstperson "0" //Hides your bullet tracers in first person view
cl_use_opens_buy_menu "0" //Disables E from opening buy-menu, really useful
//
//
// This command must always be the last in the CFG for all commands to take effect:
host_writeconfig
//
//
clear
//
//
echo " "
echo ": "
echo ": N3buR CS2 config"
echo ": loaded successfully!"
echo ": "
echo " "
echo "If you need informations about settings or binds type the following cmds: "
echo " "
echo "showcrosshair - to see your current crosshair settings "
echo "showviewmodel - to see your current viewmondel settings "
echo "buybinds - for weapon purchases related binds "
echo "usebinds - for controls related binds"
echo "otherbinds - for more binds/settings"
echo " "