An open library of RPG Maker MZ plugins, powered by the community.

PGMZ - The Community-Driven Plugin Library for RPG Maker MZ

MZ plugins

MNKR TM New Game Ex MZ - MNKR_TMNewGameExMZ.js

Plugin desc : Add a command to start the game on a different map to the title command.

License : MIT License

Author : munokura

Website : http://x.com/munokura

Desc page : https://raw.githubusercontent.com/munokura/MNKR-MZ-plugins/master/MNKR_TMNewGameExMZ.js

File name : MNKR_TMNewGameExMZ.js

Help of plugin :

@target MZ
@url https://raw.githubusercontent.com/munokura/MNKR-MZ-plugins/master/MNKR_TMNewGameExMZ.js
@plugindesc Add a command to start the game on a different map to the title command.
@author munokura
@license MIT License

@help
How to Use:

Add as many commands as necessary (ex1 through ex5) to the plugin parameter
titleCommands (separated by a space).
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 to set command1 and params1.
Enter the following four elements in params1, separated by a space:
Map number
X coordinate
Y coordinate
Player direction

The player direction is Down = 2
Left = 4
Right = 6
Up = 8.

There are no plugin commands.

# 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, install MNKR_TMNewGameExMZ.js below the other plugins.

# Contact Information
This is a plugin originally created for RPG Maker MV that has been adapted for
use with MZ.
Please contact the original author for any inquiries.

# Terms of Use
MIT License.
http://opensource.org/licenses/mit-license.php
You may modify and redistribute this plugin without permission from the
author, and there are no restrictions on its use (commercial, R18+, etc.).

@param titleCommands
@text Title command order
@desc Title command order
@type string
@default newGame continue options ex1

@param command1
@text Additional command 1 item name
@desc Additional command 1 item name
@type string
@default 別マップから

@param params1
@text Additional command 1 parameters
@desc Enter elements separated by spaces.
@type string
@default 1 4 5 6

@param command2
@text Additional command 2 item name
@desc Additional command 2 item name
@type string

@param params2
@text Additional command 2 parameters
@desc Enter elements separated by spaces.
@type string

@param command3
@text Additional command 3 item name
@desc Additional command 3 item name
@type string

@param params3
@text Additional command 3 parameters
@desc Enter elements separated by spaces.
@type string

@param command4
@text Additional command 4 item name
@desc Enter elements separated by spaces.
@type string

@param params4
@text Additional command 4 parameters
@desc Enter elements separated by spaces.
@type string

@param command5
@text Additional command 5 item name
@desc Additional command 5 item name
@type string

@param params5
@text Additional command 5 parameters
@desc Enter elements separated by spaces.
@type string

スポンサードリンク

-MZ plugins

Copyright© PGMZ - The Community-Driven Plugin Library for RPG Maker MZ , 2026 All Rights Reserved.