Category:MenuMate
MenuMate | |
---|---|
Author(s) | |
Current Version | 1 (GetPluginVersion returns 1) |
Description |
MenuMate significantly simplifies the create of complex in-game menus. It completely eliminates the need for complex scripts to display and process menus, instead allowing you to define your menu in an XML file and display it in game with a single command. |
Installation |
|
Download |
todo |
Source Code |
Not Available |
Discussions |
todo |
OBSE Name | "MenuMate"
(for use with IsPluginInstalled/GetPluginVersion) |
Tutorial
General Information
For general information about XML, see Wikipedia
Each menu created by MenuMate consists of various elements, all of which are defined within the XML file. Each menu must be defined within a single XML file, and each XML file may contain only one menu.
Elements
The elements are:
- Menu - An element which defines all of the dialogs contained within your menu.
- Dialog - A dialog is a single screen which is displayed to the player, comperable to a MessageBox. There is no limit on the number of dialogs a menu may contain.
- Button - Defines a single button within a dialog. Each dialog must contain at least one button, and may contain a maximum of ten buttons.
Variables
In several places throughout this documentation, the use of variables is referred to. When use in the XML, you must give the name of the variable you wish to use. You may not use the ObjectName.VariableName syntax for these variable. The variable must be located within the script which calls mmLoadMenu to display the menu.
Note
When MenuMate loads variables, it does no checking of the types of the variables. It is 100% your responsibility to be sure that the correct variable types are used in the right place.
Miscellaneous
- Magic effect scripts should generally be avoided for displaying MenuMate menus. They can not be used if your menu attempts to use any variables (attempting to use them will likely cause a crash). If your menu does not use variable then it should work, however mmGetStatus will not be able to track your menu's status correctly.
- Be sure that you use mmGetStatus to be sure that your menu has completed successfully before using settings or information from it.
- All XML files must be located under the path "..\My Documents\My Games\Oblivion\MenuMate\", though you may specify additional sub-folders within that directory.
- MenuMate saves no additional data to the hard drive, and uses little memory in game. Your menu is loaded when you request that it be displayed, and is cleared from memory when it exits.
Pages in category "MenuMate"
The following 7 pages are in this category, out of 7 total.