mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-16 01:11:28 +00:00
52cfb7fb92
Sadly this uncovered a few more places where script events are allowed too broad access to the game state.
15 lines
483 B
Text
15 lines
483 B
Text
// These bindings are valid for all configurationas
|
|
|
|
F1 "openhelpmenu"
|
|
F2 "opensavemenu"
|
|
F3 "openloadmenu"
|
|
F4 "openmenu SoundOptions"
|
|
F5 "openmeun OptionMenu" //this key performs some fuckery with the music in Duke Nukem,so the default here is Blood's.
|
|
F6 "+Quick_Save"
|
|
F7 "+Third_Person_View"
|
|
//F8 "toggle hud_messages" // this one needs a means to print the status to the quote display.
|
|
F9 "+Quick_Load"
|
|
F10 "openmenu QuitIngame"
|
|
F11 "openmenu ColorCorrection"
|
|
F12 "screenshot"
|
|
|