forked from eezstreet/SWATEliteForce
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDefUser.ini
379 lines (376 loc) · 8.1 KB
/
DefUser.ini
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
[DefaultPlayer]
Name=Player
Class=SwatGame.SwatPlayer
team=255
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; KeyBindings listed in Engine.Input must be synced with the keybindings in SwatGui.SwatInputReset
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[Engine.Input]
Aliases[0]=(Command="Button bFire | Fire",Alias=Fire)
Aliases[1]=(Command="ViewportRightMouse",Alias=RightMouseAlias)
Aliases[2]=(Command="Axis aBaseY Speed=+1200.0",Alias=MoveForward)
Aliases[3]=(Command="Axis aBaseY Speed=-1200.0",Alias=MoveBackward)
Aliases[4]=(Command="Axis aBaseX Speed=-40.0",Alias=TurnLeft)
Aliases[5]=(Command="Axis aBaseX Speed=+40.0",Alias=TurnRight)
Aliases[6]=(Command="Axis aStrafe Speed=-1200.0",Alias=StrafeLeft)
Aliases[7]=(Command="Axis aStrafe Speed=+1200.0",Alias=StrafeRight)
Aliases[8]=(Command="",Alias=None)
Aliases[9]=(Command="ToggleCrouching 0 | OnRelease ToggleCrouching 1",Alias=Duck)
Aliases[10]=(Command="Button bLeanLeft",Alias=LeanLeft)
Aliases[11]=(Command="Button bLeanRight",Alias=LeanRight)
Aliases[12]=(Command="Button bLook",Alias=Look)
Aliases[13]=(Command="Toggle bLook",Alias=LookToggle)
Aliases[14]=(Command="",Alias=None)
Aliases[15]=(Command="NextItem",Alias=InventoryNext)
Aliases[16]=(Command="PrevItem",Alias=InventoryPrevious)
Aliases[17]=(Command="Axis aLookUp Speed=+25.0",Alias=LookUp)
Aliases[18]=(Command="Axis aLookUp Speed=-25.0",Alias=LookDown)
Aliases[19]=(Command="Button bSnapLevel",Alias=CenterView)
Aliases[20]=(Command="ToggleRunning 0 | OnRelease ToggleRunning 1",Alias=Running)
Aliases[21]=(Command="Button bStrafe",Alias=Strafe)
Aliases[22]=(Command="NextWeapon",Alias=NextWeapon)
Aliases[23]=(Command="",Alias=None)
Aliases[24]=(Command="",Alias=None)
Aliases[25]=(Command="Button bFreeLook",Alias=FreeLook)
Aliases[26]=(Command="ViewClass Pawn",Alias=ViewTeam)
Aliases[27]=(Command="Button bTurnToNearest",Alias=TurnToNearest)
Aliases[28]=(Command="Button bTurn180",Alias=Turn180)
Aliases[29]=(Command="Toggle bControlViewport | ControlOfficerViewport",Alias=ControlViewportAlias)
Aliases[30]=(Command="CommandInterfaceNextGroup",Alias=CommandInterfaceNextGroup)
Aliases[31]=(Command="Interact",Alias=Interact)
Aliases[33]=(Command="",Alias=None)
Aliases[34]=(Command="",Alias=None)
Aliases[35]=(Command="Button bReload | Reload",Alias=Reload)
Aliases[36]=(Command="GiveCommand 11 | ShrinkHUD",Alias=Dash)
Aliases[37]=(Command="Button bVoiceTalk",Alias=VoiceTalk)
Aliases[38]=(Command="HoldCommand 1 | OnRelease HoldCommand 0",Alias=HoldCommandForZulu)
Aliases[39]=(Command="GiveCommand 12 | GrowHUD",Alias=EqualsPlus)
Aliases[40]=(Command="",Alias=None)
Aliases[41]=(Command="",Alias=None)
LeftMouse=Fire
RightMouse=OpenGraphicCommandInterface | RightMouseAlias
MiddleMouse=IssueComplianceOrInteract
Tab=CommandInterfaceNextGroup
Enter=
Shift=ToggleRunning 0
Ctrl=HoldCommandForZulu
Alt=
Pause=GUICloseMenu
CapsLock=ControlViewportAlias
Escape=GUICloseMenu
Space=GiveDefaultCommand
PageDown=
End=HideViewport
Left=
Up=ScrollChatUp
Right=
Down=ScrollChatDown
Insert=ShowViewport Red
Delete=CycleOfficer
1=CommandOrEquip Row_NumberKeys 1
2=CommandOrEquip Row_NumberKeys 2
3=CommandOrEquip Row_NumberKeys 3
4=CommandOrEquip Row_NumberKeys 4
5=CommandOrEquip Row_NumberKeys 5
6=CommandOrEquip Row_NumberKeys 6
7=CommandOrEquip Row_NumberKeys 7
8=CommandOrEquip Row_NumberKeys 8
9=CommandOrEquip Row_NumberKeys 9
0=CommandOrEquip Row_NumberKeys 10
C=Duck
Q=LeanLeft
E=LeanRight
G=VoiceTalk
H=EquipSlot 11
L=EquipSlot 14
M=ShowInGamePopup
O=ShowInGamePopup
P=shot
S=MoveBackward
T=OpenHudChat 1
X=NextFireMode
Z=ToggleZoom
F1=CommandOrEquip Row_FunctionKeys 1
F2=CommandOrEquip Row_FunctionKeys 2
F3=CommandOrEquip Row_FunctionKeys 3
F4=CommandOrEquip Row_FunctionKeys 4
F5=CommandOrEquip Row_FunctionKeys 5
F6=CommandOrEquip Row_FunctionKeys 6
F7=CommandOrEquip Row_FunctionKeys 7
F8=CommandOrEquip Row_FunctionKeys 8
F9=CommandOrEquip Row_FunctionKeys 9
F10=CommandOrEquip Row_FunctionKeys 10
F11=ServerVoteYes
F12=ServerVoteNo
Equals=EqualsPlus
Comma=StrafeLeft
Minus=Dash
Period=StrafeRight
Slash=NextWeapon
LeftBracket=InventoryPrevious
Backslash=ChangeHud
RightBracket=InventoryNext
MouseX=Count bXAxis | Axis aMouseX Speed=6.0
MouseY=Count bYAxis | Axis aMouseY Speed=6.0
MouseW=
None=
Cancel=
Backspace=PlayerCommandInterfaceBack
PageUp=ShowViewport Sniper
home=ShowViewport Blue
Select=
Print=
Execute=
PrintScrn=
Help=
A=StrafeLeft
B=Melee
N=ShowInGamePopup
D=StrafeRight
F=IssueComplianceOrInteract
i=
j=
K=
R=Reload
U=
V=ToggleFlashlight
W=MoveForward
Y=OpenHudChat 0
NumPad0=HideViewport
NumPad1=ShowViewport Red
NumPad2=ShowViewport Blue
NumPad3=ShowViewport Sniper
NumPad4=
NumPad5=
NumPad6=
NumPad7=
NumPad8=
NumPad9=
GreyStar=
Separator=
NumPadPeriod=Duck
GreySlash=shot
F13=
F14=
F15=
F16=
F17=
F18=
F19=
F20=
F21=
F22=
F23=
F24=
NumLock=
ScrollLock=
LShift=
RShift=
LControl=
RControl=
Semicolon=
Tilde=
SingleQuote=Strafe
Attn=
CrSel=
ExSel=
ErEof=
Play=
Zoom=
NoName=
PA1=
OemClear=
MouseZ=
MouseWheelDown=ScrollCommand Down
MouseWheelUp=ScrollCommand Up
Joy1=
Joy2=
Joy3=
Joy4=
Joy5=
Joy6=
Joy7=
Joy8=
Joy9=
Joy10=
Joy11=
Joy12=
Joy13=
Joy14=
Joy15=
Joy16=
JoyX=
JoyY=
JoyZ=
JoyR=
JoyU=
JoyV=
JoySlider1=
JoySlider2=
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; KeyBindings listed in Engine.Input must be synced with the keybindings in SwatGui.SwatInputReset
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[SwatGui.SwatInputReset]
LeftMouse=Fire
RightMouse=OpenGraphicCommandInterface | RightMouseAlias
MiddleMouse=IssueComplianceOrInteract
Tab=CommandInterfaceNextGroup
Enter=
Shift=ToggleRunning 0
Ctrl=HoldCommandForZulu
Alt=
Pause=GUICloseMenu
CapsLock=ControlViewportAlias
Escape=GUICloseMenu
Space=GiveDefaultCommand
PageDown=
End=HideViewport
Left=
Up=ScrollChatUp
Right=
Down=ScrollChatDown
Insert=ShowViewport Red
Delete=CycleOfficer
Key1=CommandOrEquip Row_NumberKeys 1
Key2=CommandOrEquip Row_NumberKeys 2
Key3=CommandOrEquip Row_NumberKeys 3
Key4=CommandOrEquip Row_NumberKeys 4
Key5=CommandOrEquip Row_NumberKeys 5
Key6=CommandOrEquip Row_NumberKeys 6
Key7=CommandOrEquip Row_NumberKeys 7
Key8=CommandOrEquip Row_NumberKeys 8
Key9=CommandOrEquip Row_NumberKeys 9
Key0=CommandOrEquip Row_NumberKeys 10
C=Duck
Q=LeanLeft
E=LeanRight
G=VoiceTalk
H=EquipSlot 11
L=EquipSlot 14
M=ShowInGamePopup
O=ShowInGamePopup
P=
S=MoveBackward
T=OpenHudChat 1
X=NextFireMode
Z=ToggleZoom
F1=CommandOrEquip Row_FunctionKeys 1
F2=CommandOrEquip Row_FunctionKeys 2
F3=CommandOrEquip Row_FunctionKeys 3
F4=CommandOrEquip Row_FunctionKeys 4
F5=CommandOrEquip Row_FunctionKeys 5
F6=CommandOrEquip Row_FunctionKeys 6
F7=CommandOrEquip Row_FunctionKeys 7
F8=CommandOrEquip Row_FunctionKeys 8
F9=CommandOrEquip Row_FunctionKeys 9
F10=CommandOrEquip Row_FunctionKeys 10
F11=ServerVoteYes
F12=ServerVoteNo
Equals=EqualsPlus
Comma=StrafeLeft
Minus=Dash
Period=StrafeRight
Slash=NextWeapon
LeftBracket=InventoryPrevious
Backslash=ChangeHud
RightBracket=InventoryNext
MouseX=Count bXAxis | Axis aMouseX Speed=6.0
MouseY=Count bYAxis | Axis aMouseY Speed=6.0
MouseW=
None=
Cancel=
Backspace=PlayerCommandInterfaceBack
PageUp=ShowViewport Sniper
home=ShowViewport Blue
Select=
Print=
Execute=
PrintScrn=
Help=
A=StrafeLeft
B=Melee
N=ShowInGamePopup
D=StrafeRight
F=IssueComplianceOrInteract
i=
j=
K=
R=Reload
U=
V=ToggleFlashlight
W=MoveForward
Y=OpenHudChat 0
NumPad0=HideViewport
NumPad1=ShowViewport Red
NumPad2=ShowViewport Blue
NumPad3=ShowViewport Sniper
NumPad4=
NumPad5=
NumPad6=
NumPad7=
NumPad8=
NumPad9=
GreyStar=
Separator=
NumPadPeriod=Duck
GreySlash=shot
F13=
F14=
F15=
F16=
F17=
F18=
F19=
F20=
F21=
F22=
F23=
F24=
NumLock=
ScrollLock=
LShift=
RShift=
LControl=
RControl=
Semicolon=
Tilde=
SingleQuote=Strafe
Attn=
CrSel=
ExSel=
ErEof=
Play=
Zoom=
NoName=
PA1=
OemClear=
MouseZ=
MouseWheelDown=ScrollCommand Down
MouseWheelUp=ScrollCommand Up
Joy1=
Joy2=
Joy3=
Joy4=
Joy5=
Joy6=
Joy7=
Joy8=
Joy9=
Joy10=
Joy11=
Joy12=
Joy13=
Joy14=
Joy15=
Joy16=
JoyX=
JoyY=
JoyZ=
JoyR=
JoyU=
JoyV=
JoySlider1=
JoySlider2=
[Engine.HUD]
HudMode=0
Crosshair=0