Brief description: I have been making a custom submenu and figured out how to have an event reveal them.
Here we will make the main Submenu page, and hide it until a switch is triggered.
Here is a video of what we are making
Spoiler: video
[/quote]
Requirements:
RPG Maker MV
Yanfly Core Engine
Yanfly Main Menu
Images
Tutorial body:
So first thing's first.
Get whatever images you want (yes make that text an image) put in your Pictures folder. Put the menu background in the parallax folder I use a special naming convention.
Spoiler: pictures folder[quote][/url]
you need to go to plugins and install Yanfy's Plugins in the order below.
Spoiler: Plugin
[url=https://forums.rpgmakerweb.com/attachments/project1-rpg-maker-mv-2_13_2019-11_32_02-pm-png.109405/]
Next, go to Main Menu Manager and type $gameSwitches.value(4) in Menu 84 show (see image below):
NOTE: (4) is my switch. you can select any switch number you want. THIS IS IMPORTANT!!!!!!!!!!!!!!!!!!!!!!!!!!
See Menu 84 EXT? We will be putting our Common event number here.
Spoiler: MainMenuManager
Ok Now we go to Database> Common Events and select an empty slot. I chose Number 1.
Type a name then go back to Yanfly's Main Menu Manager and put the number in the EXT slot.
Spoiler: Common Event
[url=https://forums.rpgmakerweb.com/attachments/project1-rpg-maker-mv-2_13_2019-11_40_01-pm-png.109407/]
Now let's make the map. Go to Map 001 and rename it Debug. It is good practice so I advise you to do it. Trust me.
then duplicate that map and name it whatever you want that menu to be. I named mine Codex. (lemenu is a different map ignore it).
Spoiler: map
Still with me? Good. ok, let's make the Icons for your menu. Don't worry we will come back to debug.
Make an event, name it after the icon you want it to represent. Choose a character, check the options bellow, trigger is parrallel.
We want to make each icon with a
conditional branch to check a variable called
PlayerSprite. Make each variable go +1 starting with 0 per event you make.
now make a new sheet
Spoiler: Icon
Did you forget to set Priority to below Character? Don't worry, me too! Repeat as need.
Now go to debug and make an event. Have it control a switch. PUT IN THE SWITCH YOU DESIGNATED IN THE MAIN MENU MANAGER!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Now have it select control switch A, make a new page with the condition control switch A. Put an image in it so you can know it worked.
Spoiler: debug event
[url=https://forums.rpgmakerweb.com/attachments/project1-rpg-maker-mv-2_14_2019-12_01_29-am-png.109416/]
Now back to the Common Event!
You need to make a switch. Name it whatever you want. follow below:
Spoiler: Common event
Ok Common Event is done. Go check it out.
You should see your menu with no new additions, interact with the event and it pops up. Now you select it and....YOU CAN"T MOVE! That's ok. Now comes the headache.
Make an event, set it to Autorun. VERY IMPORTANT OR YOU won't MOVE!!!!!!!!
Follow the pictures. Trust me you want pictures:
Spoiler: Pictures
Now go test it out. you can move and escape the menu. What? You can't see yourself moving? Do you see the crystals change? No? ok, check your self-switches.
Make a new event , parrallel and follow along:
Spoiler: Image Event
Wow. What a trip! Ok test it out.should be working. If not double check this tutorial before you ask.
Special Thanks: Drifty at
Driftwood Gaming for his tutorial that helped me understand menu customization.
@Andar for his help with show Images.
Firebatata for the book template
Spoiler:
http://yanfly.moe/yep/for his AWESOME Plugins
Tags: Providing tags will help members find your tutorial more easil
本贴来自国际rpgmaker官方论坛作者:Pyrathas处,因国际论坛即将永久关站,为了存档多年珍贵资料,署名转载到本论坛存档,由于官方帖子为英文原帖,需要中文翻译请点击论坛顶部切换语言为中文就可以将帖子翻译成中文浏览,方便大家随时查看,原文地址:
https://forums.rpgmakerweb.com/threads/custom-sub-menus-pt1-how-to-have-an-event-reveal-a-submenu-option.105632/