-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathKEYCONF
31 lines (25 loc) · 1.05 KB
/
KEYCONF
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
// *
// Copyright (c) 2017-2022 DRRP-Team
//
// This software is released under the MIT License.
// https://opensource.org/licenses/MIT
// *
ClearPlayerClasses
AddPlayerClass DoomRPGPlayer
alias levelup "netevent DRRP_LevelUp_Attributes 0 1"
addkeysection "$DRRP_D_KEYBINDINGS_TITLE" DRRPKeySection
addmenukey "$DRRP_D_KEYBINDINGS_FLASHLIGHT" toggleflashlight
alias toggleflashlight "pukename toggleflashlight"
defaultbind F toggleflashlight
addmenukey "$DRRP_D_KEYBINDINGS_NOTEBOOK" opennotebook
alias opennotebook "openmenu NotebookMenu"
defaultbind N opennotebook
addmenukey "$DRRP_D_KEYBINDINGS_STATINFO" openstatinfo
alias openstatinfo "openmenu StatInfoMenu"
defaultbind M opennotebook
addkeysection "$DRRP_D_KEYBINDINGS_FASTUSE" DRRPFastuseSection
addmenukey "$DRRP_I_SMMEDKIT" "use SmallMedikit"
addmenukey "$DRRP_I_LGMEDKIT" "use LargeMedikit"
addmenukey "$DRRP_I_SOULSPHERE" "use InventorySoulsphere"
addmenukey "$DRRP_I_BERSERKER" "use DRRPBerserkItem"
addmenukey "$DRRP_I_DOGCOLLAR" "use DogCollar"