Replaces the Pause Menu with a powerful and flexible User Interface. This same engine is used in both PvP Deathmatch and Hide and Seek DX. Mod Developers are free to use this to leverage their own mods, such as cheat menus or full-fledged game modes.
HOW IT WORKS
FEATURES
CREDITS
HOW IT WORKS
- The menu is a data table containing Pages, Buttons, and Sliders.
- Buttons and Sliders are capable of storing and running functions(), enabling power and versatility to both developers and users.
- The menu is navigated through user input, and displayed in a manner that supports most resolutions.
- The data table can be updated in real time, allowing for more advanced stuff such as hidden buttons, and player lists with switchable values.
FEATURES
- Support for multiple pages through page-switching.
- Scrolling for when there's several entries in a page.
- Colored Names and Values.
- Boolean and Integer based Sliders, with the ability to give indexes aliases. Sliders can also be adjusted with multiplied increments.
- Pressing X enables Fast Scroll.
- Co-op Menu can still be accessed via the R button.
- Adjustable Variables used with the engine can be saved and loaded into storage and are remembered between sessions.
CREDITS
- Written by Dan
- Tiny bit of pause handling code by EmilyEmmi
- string_without_hex() function by birdekek
- Special Thanks to wereyoshi for a bit of troubleshooting