Welcome to PGMZ! My goal is to make it easy for everyone to find and share great plugins for creating amazing games. As a plugin developer myself, I'm excited to grow this community with all of you.
NRP N Title Map - NRP_N_TitleMap.js
Plugin desc : v1.05 Use a map as title screen.
License : MIT License
Author : Takeshi Sunagawa(Original: Nolonar)
Website : https://github.com/NewRPGProject/MZMV_Plugin/blob/main/NRP_N_TitleMap.js
Desc page : https://github.com/Nolonar/RM_Plugins
Download Page : https://raw.githubusercontent.com/NewRPGProject/MZMV_Plugin/main/NRP_N_TitleMap.js
File name : NRP_N_TitleMap.js
Help of plugin :
By using the map as the title screen, * a variety of effects can be realized. * * This plugin is based on N_TitleMap.js (Version 1.0.3) * and modified by Takeshi Sunagawa to prevent conflicts. * * Also, the ability to reference the contents of a save file is added. * (By default, it references the auto-save.) * Since switches, variables, party, items, etc. can be referenced, * it is possible to create effects such as changing the background * or BGM depending on the progress of the game. * * The original N_TitleMap.js (by Nolonar) can be found below. * https://github.com/Nolonar/RM_Plugins * * ------------------------------------------------------------------- * The following is the original text * ------------------------------------------------------------------- * Version 1.0.3 * * This plugin does not provide plugin commands. * * Notes: * If you wish to use a map the player can visit during the game, know that * this plugin does not load any save games, so all Switches will be off and * all Variables will be 0. You can change Switches and Variables, but they * will be reset when you return to the Title Screen. * * This plugin is designed without the player character (or followers) in mind. * If you wish to display the player character, use an event instead. * * Works with most event command, with a few limitations: * * - Message type commands require user input, which conflicts with the * Title Command window (players can't start a New Game, for instance). * This can be worked around for "Show Text..." by ending your text * message with the ¥^ control character. * * - Avoid the "Play Movie..." command. Movies will hide the Title Command * window, but players can still interact with it. * * - The following commands do nothing: * - Transfer Player... * - Set Movement Route... (with Player as target) * - Get on/off Vehicle * - Change Transparency... * - Change Player Followers... * - Gather Followers * * - Scene Control type commands like "Battle Processing..." work, but why * would you even use them on the Title Screen? Remember that all * Switches (including Self Switches) and Variables will be reset when * you return to the Title Screen. You could get into an infinite loop. * * - System Settings type commands work, but most are useless. You can't * have Encounters, so changing them is pointless. * * - "Change Map Name Display..." does nothing. * * - Battle type commands only work in battle, so they do nothing. * * Plugin compatibility: * This plugin replaces Scene_Title, so compatibility with plugins that modify * Scene_Title is not guaranteed. For best compatibility, this plugin should * be placed high in the plugin list.