-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnn_keybinds.cfg
executable file
·124 lines (102 loc) · 4.63 KB
/
nn_keybinds.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
//======================================================================================
// Ninja Config v1 - Key Binds | Last Updated 10/14/08
//======================================================================================
//
// GENERAL KEY BINDS -------------------------------------------------------------------
// This file contains NN defined keybinds, including ones for subscripts ---------------
// -------------------------------------------------------------------------------------
// This gets the userbinds below into the 'input tab' on the 'settings window'
alias quit "saveconfig poop.cfg;quit"
// Weapon Binds
//
// In SVN, bestweapon and cycleweapon are deprecated. Replaced by the bind style below
// the first two numbers are identifiers for how you'd like the weapons to cycle:
//
// 20x = backwards
// 21x = best
// 22x = forwards
//
// The last number coincides with the cl_weaponpriority number. This means, you have
// up to 10 ways you can arrange the weapons and 3 ways to access them
//
// impulse 230 -> Laser
// impulse 231 -> Shotgun
// impulse 232 -> Machine Gun
// impulse 233 -> Mortar
// impulse 234 -> Electro
// impulse 235 -> Crylink
// impulse 236 -> Nex
// impulse 237 -> Hagar
// impulse 238 -> Rocket Launcher
// impulse 239 -> Port-O-Launch
// impulse 240 -> MinstaNex
// impulse 241 -> Grappling Hook
// impulse 242 -> Heavy Laser Assault Cannon
// impulse 243 -> T.A.G. Seeker
bind c "impulse 210; bestweapon 5 4 8" // electro, mortar, hagar
set cl_weaponpriority0 "5 4 8" // electro, mortar, hagar
bind v "impulse 211; bestweapon 4 5 8" // mortar, electro, hagar
set cl_weaponpriority1 "4 5 8" // mortar, elextro, hagar
bind e "impulse 1" // laser
bind f "impulse 212; bestweapon 7 3 1" // nex, mg, laser
set cl_weaponpriority2 "7 3 1 " // nex, mg, laser
bind q "impulse 213; bestweapon 9 4 8" // rocket, mortar, hagar
set cl_weaponpriority3 "9 4 8" // rocket, mortar, hagar
bind r "impulse 214; bestweapon 3 6 5 8" // mg, crylink, electro, hagar
set cl_weaponpriority4 "3 6 5 8" // mg, crylink, electro, hagar
bind t "impulse 215; bestweapon 6 3 5 8" // crylink, mg, electro, hagar
set cl_weaponpriority5 "6 3 5 8" // crylink, mg, electro, hagar
bind alt "impulse 241"
// General NN style CTF binds
bind 1 "nn_help"
bind 3 "nn_attacking"
bind 2 "nn_defending"
bind 4 "nn_on_my_way"
bind b "nn_enemy_seen"
bind ctrl "nn_nevermind"
bind 5 "say sorry %p"
bind 6 "say thanks"
// Fun Stuff
bind apostrophe "toggle crosshair_size 4 3.5 3 3 2.5 2 1.5 1 0.5 0.3 0.1 0; echo Crosshair size $crosshair_size"
// Numpad
bind n "say_team good job team/player!"
// Ninjaz Shoutouts
bind p "say ^7http://www.nexuizninjaz.com ^9| ^3Learn to do more with Nexuiz, from a ninjaz' perspective.
bind o "say ^3Nexuiz Ninjaz is a community of avid Nexuiz players sharing their tips, tricks and videos"
// MOUSE SETTING - MENU + ZOOM + SENSITIVITY -------------------------------------------
// -------------------------------------------------------------------------------------
// Team Message + Zoom binds
userbind16_description "Ninja Pack: Message Menu"
userbind16_press aotm_menu
userbind16_release ""
bind mouse5 "+userbind 16"
userbind17_description "Ninja Pack: Quick Zoom"
userbind17_press +aot_zoom_temp
userbind17_release -aot_zoom_temp
bind mouse3 "+userbind 17"
userbind18_description "Ninja Pack: FOV Adjustment"
userbind18_press +aot_zoomadjust
userbind18_release -aot_zoomadjust
bind z "+userbind 18"
userbind19_description "Ninja Pack: Default FOV"
userbind19_press "fov 130"
userbind19_release ""
bind x "+userbind 19"
// Team Message + Zoom binds - Pre user-bind - deprecated
// bind mouse5 aotm_menu // Message menu is Bound to this Key
// bind mouse3 +aot_zoom_temp // Hold down this key for quick zoom
// bind z +aot_zoomadjust // Hold down to adjust the fov level
// bind x "fov $aot_fov1" // Sets back to the default fov
// Default Mouse Wheel behavior
// alias aot_gbl_mwheelup weapnext // 0-9 Weapon
// alias aot_gbl_mwheeldown weapprev // 9-0 Weapon
// Toggle fullscreen
bind F9 "+fullscreen"
alias +fullscreen ""
alias -fullscreen "fullscreen_off"
alias fullscreen_off "vid_fullscreen 0 ; vid_restart ; alias -fullscreen fullscreen_on"
alias fullscreen_on "vid_fullscreen 1 ; vid_restart ; alias -fullscreen fullscreen_off"
exec nn_userbind_ninjafied.cfg // Sup Colorful Team Chats?
exec personal_binds.cfg // Your personal binds
// END KEYBINDS ------------------------------------------------------------------------
// -------------------------------------------------------------------------------------