Difference between revisions of "Category:MenuMate"
Jump to navigation
Jump to search
m
→Miscellaneous
imported>Speedo |
imported>Speedo m (→Miscellaneous) |
||
Line 39: | Line 39: | ||
==Miscellaneous== | ==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. | *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 you use [[mmGetStatus]] to check 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. | *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. | *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. |