Patch:Configure menu

From KeenWiki
Jump to navigation Jump to search

This page deals with the configure menu that is used in the Keen Galaxy games. It can be accessed through the Galaxy Main Menu and likewise allows access to a number of sub-menus.


Menu structure

The menu structure, which involves the texts for all of the options in the menu, as well as how many options there are and what each does, is detailed on the Galaxy Main Menu page in the configure menu section.

This allows a modder to change the menu's colors, as well as some graphics used.


Menu texts

These patches relate to the texts displayed by various menu options as well as the confirmation boxes. These are standard text patches that will be most useful simply in altering the menu's texts.

As noted above most of these texts are affected by menu structure patches.

Keen 4 Configure menu

#Menu texts
%patch $336ED "SOUND" $00
%patch $336F3 "MUSIC" $00
%patch $336F9 "OPTIONS" $00
%patch $33701 "USE KEYBOARD" $00
%patch $3370E "USE JOYSTICK #1" $00
%patch $3371E "USE JOYSTICK #2" $00

#Other texts
%patch $33920 "USE GRAVIS GAMEPAD (ON)" $00
              "USE GRAVIS GAMEPAD (OFF)" $00

Keen 5 Configure menu

#Menu texts
%patch $341B7 "SOUND" $00
%patch $34129 "MUSIC" $00
%patch $341BD "OPTIONS" $00
%patch $341C5 "USE KEYBOARD" $00
%patch $341D2 "USE JOYSTICK #1" $00
%patch $341E2 "USE JOYSTICK #2" $00

#Other texts called from
%patch $1C142 $4090W #Gravis on
%patch $1C147 $40A8W #Gravis off

#Other texts
%patch $343D0 "USE GRAVIS GAMEPAD (ON)" $00
%patch $343E8 "USE GRAVIS GAMEPAD (OFF)" $00

Keen 6 Configure menu

#Menu texts
%patch $35027 "SOUND" $00
%patch $3502D "MUSIC" $00
%patch $35033 "OPTIONS" $00
%patch $3503B "USE KEYBOARD" $00
%patch $35048 "USE JOYSTICK #1" $00
%patch $35058 "USE JOYSTICK #2" $00

#Other texts
%patch $3525A "USE GRAVIS GAMEPAD (ON)" $00
              "USE GRAVIS GAMEPAD (OFF)" $00