public

Rpg Maker Developers Group

Simple enough for a child, powerful enough for a developer

2 Followers

MVAXY_TitleMenu (Display JumpToMap or Exit on Title Screen Main Menu)

BMM_Archive · July 15, 2026

Preserved forum archive. This topic stores the original first post and locally mirrored RPG Maker Web attachments when available. It is posted by the BMMPlay archive account, not by the original creator.

Original Source

  • Original title: AXY_TitleMenu (Display JumpToMap or Exit on Title Screen Main Menu)
  • Original author: walf_man
  • Original date: May 7, 2020
  • Source thread: https://forums.rpgmakerweb.com/threads/axy_titlemenu-display-jumptomap-or-exit-on-title-screen-main-menu.121221/
  • Source forum path: Game Development Engines > RPG Maker Javascript Plugins > JS Plugin Releases (RMMV)

Summary

Description This plugin allows you to place JumpToMap or Exit command to your title screen Main Menu. Of course, you could also change the style of the main menu such as horizontal menu, or changes position of main menu. Important note

Archived First Post

Description
This plugin allows you to place JumpToMap or Exit command to your title screen Main Menu.
Of course, you could also change the style of the main menu such as horizontal menu, or changes position of main menu.

Important note
I have developed it for my game that uses RpgMakerMV 1.6.1, and I test in 1.6.2, it's all ok. It should be works in other versions.

License
The MIT License. Credits appreciated but not required.

Terms of Use
Free and commercial use and redistribution.

Known bugs
None, but tested only in RpgMakerMV 1.6.1 and 1.6.2.

Note and Changelog
Please put in this thread your experience with the plugin, errors that arise or anything else related.
changelog
* 1.01 2020.3.1
* add: OverrideContinue;
* modify: switch License from BSD to MIT;
* 1.00 2016
* first release;

How to Use
  1. Download plugin in the link below.
  2. Place in your /RPG Maker MV/[YourGameTitle]/js/plugins/ folder.
  3. Open the Plugin Manager, and create a new entry at the bottom of the list
  4. Under the Name dropdown, find AXY_TitleMenu.js near the bottom of the list.
  5. Customize the plugin parameters to the right and click OK.
  6. Click OK to exit the Plugin Manager, and save your project.
If you are updating, refresh the plugin in the Plugin Manager by opening the plugin in the list and clicking OK.

FAQ
Q. How I would add commands to the title menu, or how I would show "multiple menus"?
A. The parameter "DisplayJumpToMap" set true by default. So, you just install this plugin, then you will got a JumpToMap item in your title screen main menu. and click this command it will jump to a specific map by parameter "JumpToMapId" you specified.

Q. Could I add multiple "jump to map" options?
A. No, you cloud not. There are only one "jump to map" options.

Q. Could I add a completely custom function that (for example) runs a common event or changes a variable?
A. No, you cloud not directly implement this function, but you could put an auto-executable event into the map that map id is you specified in parameter "JumpToMapId", and then you can implement things such as common events, change switches, change variables, etc.

Q. Can I show 3 different menus on the title screen at once?
A. No, you could not. This plugin does not have this ability yet.

Download

Downloads / Referenced Files

Log in to download

Log in, then follow the RPG Maker Developers Group to see these download links.

Log in to download

License / Terms Note

License The MIT License. Credits appreciated but not required. Terms of Use Free and commercial use and redistribution.

Referenced Images / Attachments

github.com
github.com
Creator Claims / Removal

If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.

#rmmv#plugin-archive

Replies (0)

No replies yet.

0 replies 1 view

Log in to reply.

User Avatar