Welcome to PGMV! 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.
TM New Game Ex - TMNewGameEx.js
Plugin desc : Add a command to start the game on a different map to the title command.
License : MIT License
Author : tomoaky
Desc page : https://github.com/munokura/tomoaky-MV-plugins
Download Page : https://raw.githubusercontent.com/munokura/tomoaky-MV-plugins/refs/heads/master/TMNewGameEx.js
File name : TMNewGameEx.js
Help of plugin :
@plugindesc Add a command to start the game on a different map to the title command. @author tomoaky @url https://github.com/munokura/tomoaky-MV-plugins @license MIT License @help English Help Translator: munokura This is an unofficial English translation of the plugin help, created to support global RPG Maker users. Feedback is welcome to improve translation quality (see: https://github.com/munokura/tomoaky-MV-plugins ). Original plugin by tomoaky. ----- TMPlugin - New Game on a Different Map ver. 2.0.0 How to Use: Add as many commands as necessary (ex1 through ex5) to the plugin parameter titleCommands (separated by spaces). You can also remove existing commands by deleting continue or options. Next, set the command name and parameters you want to add. For ex1, you'll need command1 and params1. For params1, enter the following four parameters, separated by spaces: map number, X coordinate, Y coordinate, and player direction. The player direction is up = 8, down = 2, left = 4, and right = 6. There are no plugin commands. This plugin has been tested with RPG Maker MV Version 1.5.1. This plugin is distributed under the MIT License and is free for commercial use, modification, and redistribution. Using with Plugins with Similar Functions: When using with a plugin that adds title commands, add the symbol of the command added by the other plugin to titleCommands. (The symbol is the value of the second argument to addCommand.) In this case, be sure to install TMNewGameEx.js below the other plugin. @param titleCommands @desc Title command order Default: newGame continue options ex1 @default newGame continue options ex1 @type string @param command1 @desc Additional Command 1 Item Name Default: From another map @default From another map @type string @param params1 @desc Additional command 1 parameters Default: 1 4 5 6 @default 1 4 5 6 @type string @param command2 @desc Additional command 2 item name Default value: @type string @param params2 @desc Additional command 2 parameters Default: @type string @param command3 @desc Additional command 3 item name Default value: @type string @param params3 @desc Additional command 3 parameters Default: @type string @param command4 @desc Additional command 4 item name Default value: @type string @param params4 @desc Additional command 4 parameters Default: @type string @param command5 @desc Additional command 5 item name Default value: @type string @param params5 @desc Additional command 5 parameters Default: @type string @param numVisibleRows @desc Number of lines of title commands that can be displayed at once. Default: 0 (If 0, all commands are displayed.) @default 0 @type number