-
Notifications
You must be signed in to change notification settings - Fork 0
/
nav_bindings.cfg
executable file
·456 lines (444 loc) · 12 KB
/
nav_bindings.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
unbindall
nav_edit 1
z_debug 1
z_show_flow_delta 1
z_show_flow_distance 1
alias +select_paint nav_toggle_selecting
alias -select_paint nav_toggle_selecting
alias +deselect_paint nav_toggle_deselecting
alias -deselect_paint nav_toggle_deselecting
bind "MOUSE1" "+select_paint"
bind "MOUSE2" "+deselect_paint"
alias nav_area_t nav_area_begin
alias nav_area_begin "nav_begin_area;alias nav_area_t nav_area_end"
alias nav_area_end "nav_end_area;alias nav_area_t nav_area_begin"
bind "z" "nav_area_t"
alias +drag_select nav_begin_drag_selecting
alias -drag_select nav_end_drag_selecting
bind "mouse4" "+drag_select"
alias +drag_deselect nav_begin_drag_deselecting
alias -drag_deselect nav_end_drag_deselecting
bind "mouse5" "+drag_deselect"
alias drag_min "bind MWHEELUP nav_raise_drag_volume_min;bind MWHEELDOWN nav_lower_drag_volume_min; bind mouse3 drag_max"
alias drag_max "bind MWHEELUP nav_raise_drag_volume_max;bind MWHEELDOWN nav_lower_drag_volume_max; bind mouse3 drag_min"
bind "MWHEELUP" "nav_raise_drag_volume_max"
bind "MWHEELDOWN" "nav_lower_drag_volume_max"
bind "MOUSE3" "drag_min"
alias _NO_JUMP "nav_mark_attribute no_jump; alias NO_JUMP _CLEAR_NO_JUMP"
alias _JUMP "nav_mark_attribute jump; alias JUMP _CLEAR_JUMP"
alias _CLEAR_NO_JUMP "nav_clear_attribute no_jump; alias NO_JUMP _NO_JUMP"
alias _CLEAR_JUMP "nav_clear_attribute jump; alias JUMP _JUMP"
alias NO_JUMP "_NO_JUMP"
alias JUMP "_JUMP"
alias +SHIFT "bind j NO_JUMP"
alias -SHIFT "bind j JUMP"
bind shift +SHIFT
bind "0" "nav_split"
bind "1" "slot1"
bind "2" "slot2"
bind "3" "slot3"
bind "4" "slot4"
bind "5" "slot5"
bind "6" "slot6"
bind "7" "mark PLAYER_START"
bind "8" "mark CHECKPOINT"
bind "9" "mark EMPTY"
bind "a" "+moveleft"
bind "b" "nav_generate_incremental"
bind "c" "nav_merge"
bind "d" "+moveright"
bind "e" "+use"
bind "f" "impulse 100"
bind "g" "nav_clear_selected_set"
bind "i" "nav_mark"
bind "j" "JUMP"
bind "m" "nav_mark_walkable"
bind "n" "noclip"
bind "o" "nav_splice"
bind "p" "nav_build_ladder"
bind "q" "lastinv"
bind "r" "incrementvar sb_follow_human 0 1 -1"
bind "s" "+back"
bind "t" "bot_goto_selected"
bind "u" "nav_subdivide"
bind "v" "nav_split"
bind "w" "+forward"
bind "x" "nav_connect"
bind "y" "incrementvar r_drawstaticprops 0 1 1"
bind "z" "nav_area_t"
bind "KP_DOWNARROW" "+mouse_menu Orders"
bind "KP_PGDN" "+mouse_menu QA"
bind "KP_MINUS" "nav_corner_lower"
bind "KP_PLUS" "nav_corner_raise"
bind "[" "incrementvar nav_snap_to_grid 0 2 1"
bind "'" "nav_avoid"
bind "`" "toggleconsole"
bind "," "incrementvar nav_edit 0 1 -1"
bind "." "z_add"
bind "/" "nav_stop"
bind "\" "+showbudget"
bind "=" "nav_merge"
bind "ENTER" "messagemode"
bind "SPACE" "+jump"
bind "TAB" "nav_save"
bind "ESCAPE" "cancelselect"
bind "INS" "nav_split"
bind "DEL" "nav_delete"
bind "PGUP" "incrementvar mat_wireframe 0 2 1"
bind "PGDN" "incrementvar mat_fullbright 0 2 1"
bind "CTRL" "+duck"
bind "F1" "nav_corner_place_on_ground 5"
bind "F2" "nav_corner_place_on_ground"
bind "F3" "nav_crouch"
bind "F4" "Vote Yes"
bind "F5" "nav_no_jump"
bind "F6" "nav_gui"
bind "F7" "nav_disconnect"
bind "F8" "Vote No"
bind "F10" "nb_delete_all"
bind "MOUSE1" "+select_paint"
bind "MOUSE2" "+deselect_paint"
bind "MOUSE3" "drag_min"
bind "MOUSE4" "+drag_select"
bind "MOUSE5" "+drag_deselect"
bind "MWHEELUP" "nav_raise_drag_volume_max"
bind "MWHEELDOWN" "nav_lower_drag_volume_max"
adsp_debug "0"
ai_report_task_timings_on_limit "0"
ai_think_limit_label "0"
budget_averages_window "30"
budget_background_alpha "128"
budget_bargraph_background_alpha "128"
budget_bargraph_range_ms "16.6666666667"
budget_history_numsamplesvisible "100"
budget_history_range_ms "66.666666667"
budget_panel_bottom_of_history_fraction ".25"
budget_panel_height "900"
budget_panel_width "512"
budget_panel_x "0"
budget_panel_y "50"
budget_peaks_window "30"
budget_show_averages "0"
budget_show_history "1"
budget_show_peaks "1"
bugreporter_uploadasync "0"
bugreporter_username ""
c_maxdistance "200"
c_maxpitch "90"
c_maxyaw "135"
c_mindistance "30"
c_minpitch "0"
c_minyaw "-135"
c_orthoheight "100"
c_orthowidth "100"
c_thirdpersonshoulder "false"
c_thirdpersonshoulderaimdist "120.0"
c_thirdpersonshoulderdist "40.0"
c_thirdpersonshoulderheight "5.0"
c_thirdpersonshoulderoffset "20.0"
cam_collision "1"
cam_idealdelta "4.0"
cam_idealdist "150"
cam_idealdistright "0"
cam_idealdistup "0"
cam_ideallag "4.0"
cam_idealpitch "0"
cam_idealyaw "0"
cam_snapto "0"
cc_lang ""
cc_linger_time "1.0"
cc_predisplay_time "0.25"
cc_subtitles "0"
chet_debug_idle "0"
cl_allowdownload "1"
cl_allowupload "1"
cl_autohelp "1"
cl_autowepswitch "1"
cl_bob_lower_amt "8"
cl_bobamt_lat "0.32"
cl_bobamt_vert "0.13"
cl_buy_favorite_nowarn "0"
cl_buy_favorite_quiet "0"
cl_chatfilter_version "1"
cl_chatfilters "31"
cl_class "default"
cl_cmdrate "30"
cl_crosshairalpha "200"
cl_crosshaircolor "0"
cl_crosshaircolor_b "50"
cl_crosshaircolor_g "250"
cl_crosshaircolor_r "50"
cl_crosshairdot "0"
cl_crosshairscale "0"
cl_crosshairsize "5"
cl_crosshairthickness "0.5"
cl_crosshairusealpha "0"
cl_detail_avoid_force "0.4"
cl_detail_avoid_radius "64"
cl_detail_avoid_recover_speed "0.25"
cl_detail_max_sway "5"
cl_disablefreezecam "0"
cl_downloadfilter "all"
cl_dynamiccrosshair "1"
cl_enable_weapon_voiceover "1"
cl_forcepreload "0"
cl_idealpitchscale "0.8"
cl_logofile "materials/vgui/logos/spray_bullseye.vtf"
cl_minimal_rtt_shadows "1"
cl_mouselook "1"
cl_observercrosshair "1"
cl_playerspraydisable "0"
cl_righthand "1"
cl_scalecrosshair "1"
cl_show_scaleform_achievement_popups "1"
cl_showhelp "1"
cl_showncustomtabhelp "0"
cl_showpluginmessages "1"
cl_soundfile "sound/player/jingle.wav"
cl_team "default"
cl_timeout "30"
cl_updaterate "20"
closecaption "0"
commentary_firstrun "0"
con_enable "1"
contributionscore_assist "1"
contributionscore_bomb_defuse "6"
contributionscore_bomb_planted "2"
contributionscore_hostage_kill "-2"
contributionscore_hostage_rescue "2"
contributionscore_kill "2"
contributionscore_objective_kill "4"
contributionscore_suicide "-2"
contributionscore_team_kill "-2"
crosshair "1"
dsp_enhance_stereo "0"
dsp_slow_cpu "0"
dsp_volume "0.8"
force_audio_english "0"
func_break_max_pieces "15"
g15_update_msec "250"
gameinstructor_enable "0"
hud_fastswitch "0"
hud_showtargetid "1"
hud_showtargetpos "0"
hud_takesshots "0"
joy_accelmax "1.0"
joy_accelscale "0.6"
joy_advanced "0"
joy_advaxisr "0"
joy_advaxisu "0"
joy_advaxisv "0"
joy_advaxisx "0"
joy_advaxisy "0"
joy_advaxisz "0"
joy_autoaimdampen "0"
joy_autoaimdampenrange "0"
joy_axisbutton_threshold "0.3"
joy_circle_correct "1"
joy_diagonalpov "0"
joy_display_input "0"
joy_forwardsensitivity "-1"
joy_forwardthreshold "0.15"
joy_gamma "0.2"
joy_inverty "0"
joy_lowend "1"
joy_lowmap "1"
joy_movement_stick "0"
joy_name "joystick"
joy_no_accel_jump "0"
joy_pitchsensitivity "-0.250000"
joy_pitchthreshold "0.15"
joy_response_look "0"
joy_response_look_pitch "1"
joy_response_move "1"
joy_sensitive_step0 "0.1"
joy_sensitive_step1 "0.4"
joy_sensitive_step2 "0.90"
joy_sidesensitivity "1"
joy_sidethreshold "0.15"
joy_wingmanwarrior_centerhack "0"
joy_wingmanwarrior_turnhack "0"
joy_yawsensitivity "-1"
joy_yawthreshold "0.15"
joystick "0"
lookspring "0"
lookstrafe "0"
m_customaccel "0"
m_customaccel_exponent "1"
m_customaccel_max "0"
m_customaccel_scale "0.04"
m_filter "0"
m_forward "1"
m_mouseaccel1 "0"
m_mouseaccel2 "0"
m_mousespeed "1"
m_pitch "0.022000"
m_rawinput "0"
m_side "0.8"
m_yaw "0.022"
mat_monitorgamma "2.200000"
mat_monitorgamma_tv_enabled "0"
mat_spewalloc "0"
mat_texture_list_content_path ""
mm_server_search_lan_ports "27015,27016,27017,27018,27019,27020"
muzzleflash_light "1"
name "٩(͡๏̯͡๏)۶ Wyatt DERP"
net_allow_multicast "1"
net_graph "0"
net_graphheight "64"
net_graphmsecs "400"
net_graphpos "1"
net_graphproportionalfont "1"
net_graphshowinterp "1"
net_graphshowlatency "1"
net_graphsolid "1"
net_graphtext "1"
net_maxroutable "1200.000000"
net_scale "5"
net_steamcnx_allowrelay "0"
npc_height_adjust "1"
overview_alpha "1.0"
overview_health "1"
option_duck_method "0"
overview_locked "1"
option_speed_method "0"
overview_names "1"
overview_tracks "1"
password ""
player_botdifflast_s "0"
player_classplayedlast "3"
player_gamemodelast_m "0"
player_gamemodelast_s "0"
player_gametypelast_m "0"
player_gametypelast_s "0"
player_last_leaderboards_filter "0"
player_last_leaderboards_mode "0"
player_last_leaderboards_panel "0"
player_last_medalstats_access_time1 "0"
player_last_medalstats_access_time2 "0"
player_last_medalstats_category "0"
player_last_medalstats_panel "0"
player_maplast_m "0"
player_maplast_s "0"
player_mmprivacylast_m "0"
player_teamplayedlast "3"
r_drawmodelstatsoverlaymax "1.5"
r_drawmodelstatsoverlaymin "0.1"
r_eyegloss "1"
r_eyemove "1"
r_eyeshift_x "0"
r_eyeshift_y "0"
r_eyeshift_z "0"
r_eyesize "0"
r_modelAmbientMin "0.0"
rr_thenany_score_slop "0.0"
safezonex "0.85"
safezoney "0.85"
scene_showfaceto "0"
scene_showlook "0"
scene_showmoveto "0"
scene_showunlock "0"
score_blind_enemy_bonus "10"
score_blind_friendly_penalty "20"
score_bomb_defuse_bonus "400"
score_bomb_defuse_radius_inner "120"
score_bomb_defuse_radius_outer "600"
score_bomb_plant_bonus "200"
score_bomb_plant_radius_inner "120"
score_bomb_plant_radius_outer "600"
score_damage "1"
score_default "1000"
score_dropped_bomb_proximity_damage_bonus "1"
score_dropped_bomb_proximity_damage_bonus_radius_inner "120"
score_dropped_bomb_proximity_damage_bonus_radius_outer "600"
score_dropped_defuser_proximity_damage_bonus "1"
score_dropped_defuser_proximity_damage_radius_inner "120"
score_dropped_defuser_proximity_damage_radius_outer "600"
score_ff_damage "1"
score_hostage_damage_penalty "2"
score_hostage_proximity_damage_bonus "1"
score_hostage_proximity_damage_radius_inner "120"
score_hostage_proximity_damage_radius_outer "600"
score_hostage_rescue_bonus "100"
score_hostage_rescue_radius_inner "120"
score_hostage_rescue_radius_outer "600"
score_kill_enemy_bonus "0"
score_planted_bomb_proximity_damage_bonus "1"
score_planted_bomb_proximity_damage_radius_inner "120"
score_planted_bomb_proximity_damage_radius_outer "600"
score_team_damage_bonus "1"
score_typical_good_score "200"
sensitivity "8"
sf_ui_tint "2"
sfcrosshair "1"
sk_autoaim_mode "1"
skill "1"
snd_duckerattacktime "0.5"
snd_duckerreleasetime "2.5"
snd_duckerthreshold "0.15"
snd_ducking_off "1"
snd_ducktovolume "0.55"
snd_legacy_surround "0"
snd_mixahead "0.1"
snd_musicvolume "1.0"
snd_mute_losefocus "1"
snd_pitchquality "1"
spec_allowroaming "0"
spec_centerchasecam "0"
spec_chasedistancestep "10"
spec_cinematic "0"
spec_scoreboard "0"
ss_splitmode "0"
suitvolume "0.25"
sv_forcepreload "0"
sv_log_onefile "0"
sv_logbans "0"
sv_logecho "1"
sv_logfile "1"
sv_logflush "0"
sv_logsdir "logs"
sv_noclipaccelerate "5"
sv_noclipspeed "5"
sv_pvsskipanimation "1"
sv_skyname "sky_l4d_rural02_hdr"
sv_specaccelerate "5"
sv_specnoclip "1"
sv_specspeed "3"
sv_unlockedchapters "1"
sv_voiceenable "1"
texture_budget_background_alpha "128"
texture_budget_panel_bottom_of_history_fraction ".25"
texture_budget_panel_height "284"
texture_budget_panel_width "512"
texture_budget_panel_x "0"
texture_budget_panel_y "450"
tv_nochat "0"
vgui_message_dialog_modal "1"
viewmodel_offset_x "0.0"
viewmodel_offset_y "0.0"
viewmodel_offset_z "0.0"
voice_enable "1"
voice_forcemicrecord "1"
voice_mixer_boost "0"
voice_mixer_mute "0"
voice_mixer_volume "1.0"
voice_modenable "1"
voice_scale "0.690000"
voice_threshold "1000"
volume "0.2"
vprof_graphheight "256"
vprof_graphwidth "512"
vprof_unaccounted_limit "0.3"
vprof_verbose "1"
vprof_warningmsec "10"
weapon_accuracy_logging "0"
weapon_debug_spread_gap "0.67"
weapon_debug_spread_show "2"
weapon_recoil_decay "3.5"
weapon_recoil_extra "1"
weapon_recoil_legacy "0"
windows_speaker_config "4"
xbox_autothrottle "1"
xbox_throttlebias "100"
xbox_throttlespoof "200"
cmd1 +jlook