swwmgz_m/keyconf.txt
Marisa Kirisame 6191230903 OK, a whole lot of stuff has happened.
- Player and Explodium Gun are fully functional.
- Added a crapton of sprites and muzzle flashes and whatnot from SWWM, Ultra Suite, and other mods I made.
- The HUD is almost complete, and some things have been changed with the fuel/dash display.
- Started adding some cvars and stuff, mod options menu will come later.
- Made an alternate -noflat- just to make Kinsie's map more pleasing on the eyes.
2020-01-26 00:29:36 +01:00

15 lines
664 B
Text

addkeysection "$SWWM_KEYS" "SWWM_GZ"
addmenukey "$SWWM_PRIMARYFIRE" "+attack"
addmenukey "$SWWM_SECONDARYFIRE" "+altattack"
addmenukey "$SWWM_TERTIARYFIRE" "+reload"
addmenukey "$SWWM_QUATERNARYFIRE" "+zoom"
addmenukey "$SWWM_MELEE" "+user1"
addmenukey "$SWWM_DASH" "+user2"
addmenukey "$SWWM_GESTURE1" "netevent swwmgesture 0"
addmenukey "$SWWM_GESTURE2" "netevent swwmgesture 1"
addmenukey "$SWWM_GESTURE3" "netevent swwmgesture 2"
addmenukey "$SWWM_KBASE" "openmenu SWWMKnowledgeBaseMenu"
defaultbind "j" "netevent swwmgesture 0"
defaultbind "k" "netevent swwmgesture 1"
defaultbind "l" "netevent swwmgesture 2"
defaultbind "q" "openmenu SWWMKnowledgeBaseMenu"