RPG Maker MV

RPG Maker MV

RPG Maker MV > General Discussions > Topic Details
how do i add options to the menu?
i want to add the option *close* or *close menu* to the menu screen so it will close it.
< >
Showing 1-10 of 10 comments
wizaerd 27 Oct, 2015 @ 10:11am 
There are plugins for it in the official forums
The Meatiest Meat 27 Oct, 2015 @ 10:12am 
Originally posted by wizaerd:
There are plugins for it in the official forums
i got "yep core engine" and "yep mainmenumanager" but i dont know how to use them. there are no tutorials on how to add any more options
Marmalade Chainsaw 27 Oct, 2015 @ 10:30am 
Did you look in the Help for the Main Menu Manager plugin? It does come with instructions.
wizaerd 27 Oct, 2015 @ 10:45am 
There are also smaller specific pluigns as well for this very thing... Just need to find them in this forum until there's a better centralized listing somewhere...

http://forums.rpgmakerweb.com/index.php?/forum/135-js-plugin-releases-rmmv/

DBDragoner 27 Oct, 2015 @ 12:16pm 
https://www.youtube.com/watch?v=Es4-wDMwCF8
This shows how to use the Main Menu Manger plugin.
The Meatiest Meat 27 Oct, 2015 @ 3:01pm 
Originally posted by DBDragoner:
https://www.youtube.com/watch?v=Es4-wDMwCF8
This shows how to use the Main Menu Manger plugin.
i watched that but it just tells you about it not really show you how to use it
wizaerd 27 Oct, 2015 @ 3:03pm 
Originally posted by The Meatiest Meat:
Originally posted by DBDragoner:
https://www.youtube.com/watch?v=Es4-wDMwCF8
This shows how to use the Main Menu Manger plugin.
i watched that but it just tells you about it not really show you how to use it

That's the way it is with most of these plugins. This whole experience has been one of trial & error due to really poor documentation, about everything.
DBDragoner 27 Oct, 2015 @ 5:12pm 
Hmm, do you see the other video she had on using common events from the menu? That sounds close to what you want. Other than that you might try asking on the RPG Maker forums.
Sabi 28 Oct, 2015 @ 7:16pm 
A direct way to add a "Close Menu" option to the main menu using Yep's MainMenuManager

Under whichever menu option you are using:
Name: 'Close Menu'
Symbol: clsMenu
Show: true
Enabled: true
Ext
Main Bind: this.popScene.bind(this)
ACE 8 Jun, 2016 @ 6:55pm 
Sabi - thanks so much, your instructions about the close menu command worked great for me!

Quick question for you... do you know of a way to add the same kind of 'Finish' command to the inside of the Item menu that's present by default in the Equip Menu and Class Menu.

I would like to put that 'Finish' command in the Item meny so it allows me to select 'Finish', in addition to Item, Weapon, Armor, and Key Item.

Ideally, I want to add the same 'Finish' command to the Item Menu, the Save Menu, and Skill Menu just like how the Equip Menu and Class Menu already have a 'Finish' option by default.

I don't know why they didn't put one by default inside the Item, Skill, or Save sub menus, but thats what I need. If you have done this or know how, any help would be great.

Originally posted by Sabi:
A direct way to add a "Close Menu" option to the main menu using Yep's MainMenuManager

Under whichever menu option you are using:
Name: 'Close Menu'
Symbol: clsMenu
Show: true
Enabled: true
Ext
Main Bind: this.popScene.bind(this)
< >
Showing 1-10 of 10 comments
Per page: 15 30 50

RPG Maker MV > General Discussions > Topic Details
Date Posted: 27 Oct, 2015 @ 10:01am
Posts: 10