Org Options Menu Plugin
Organized Options Menu v1.02c
Author: Michael Morris @Blue Booth Studios
Engine: RPGMaker MV
Language: JavaScript
Links: RPGMakerWeb Plugin Release Post
MV Plugins Entry
Introduction
Organizes options menu into categories. No more disorganized options menu! Designed to hook in to option menu additions from other plugins with minimal changes. Options are then sorted for each category in order of decreasing entry complexity (based on number of accepted input values).
Features
- Organizes options menu into three categories – Graphics, Audio, Gameplay.
- Entries added to the options menu by other plugins are detected and automatically sorted into the appropriate section.
- Entries that cannot be successfully sorted into a category are placed in Gameplay.
- Entries for a category are sorted by decreasing order of complexity – scene changing options are listed first; followed by sliding options, and finally true/false options.
- Does not interfere with storing or retrieving values for any options in the options menu.
- Download or copy script into your game js/plugins directory.
- Import script into your project.
- Set plugin parameters in your project.
- Micheal Morris @Blue Booth Studios
- None known.