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

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

MZ plugins

Another New Game - AnotherNewGame.js

Plugin desc : Another New Game Add-on Plugin

License : MIT License

Author : Triacontane

Website : https://triacontane.blogspot.com

Desc page : https://github.com/triacontane/RPGMakerMV/tree/mz_master/AnotherNewGame.js

Download Page : https://raw.githubusercontent.com/munokura/triacontane-MZ-plugins/refs/heads/main/AnotherNewGame.js

File name : AnotherNewGame.js

Help of plugin :

@target MZ
@url https://github.com/triacontane/RPGMakerMV/tree/mz_master/AnotherNewGame.js
@plugindesc Another New Game Add-on Plugin
@author Triacontane
@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/triacontane-MZ-plugins ).
Original plugin by Triacontane.
Please check the latest official version at:
https://triacontane.blogspot.com
-----

AnotherNewGame.js

Adds another New Game command to the title screen.
Selecting this command will move you to a specified map, separate from the New
Game, and begin the game.
It can be used for a variety of purposes, including post-game bonuses, CG
flashbacks, staff credits, mini-games, and hidden features.

Options can be hidden or disabled in advance.
These can be disabled using the plugin command.
The disabled state is saved in the file ”anotherNewGame.rmmzsave.”

Terms of Use:
You may modify and redistribute this plugin without permission, and there are
no restrictions on its use (commercial, 18+, etc.).
This plugin is now yours.

@param anotherDataList
@text Another New Game List
@desc This is a list of commands for Another New Game.
@type struct<COMMAND>[]
@default []

@param defaultCursorIndex
@text Initial cursor position
@desc The initial cursor position for title commands when there is no saved data. Specifying 0 will use the default.
@type number
@default 0

@command SETTING
@text Command Control
@desc Controls the visibility and availability of the Another New Game command.
@arg type
@text Operation Type
@desc Select the operation type.
@type select
@default VISIBLE
@option Command Display
@value VISIBLE
@option Command Hidden
@value HIDDEN
@option Command Permission
@value ENABLE
@option Command usage prohibited
@value DISABLE
@arg index
@text Target index for operation
@desc This is the target of operation. Specifies the sort order (starting position is 0) of the list defined in the Another New Game List.
@type number
@default 0

@command NEW_GAME_SETTING
@text New Game Control
@desc Controls the display of the New Game command. Please note that depending on the setting, you may not be able to start the game.
@arg type
@text Operation Type
@desc Select the operation type.
@type select
@default VISIBLE
@option Command Display
@value VISIBLE
@option Command Hidden
@value HIDDEN

@command SET_DEFAULT_CURSOR
@text Initial cursor position setting
@desc Sets the initial cursor position for title commands when there is no saved data.
@arg index
@text Initial cursor position
@desc The initial cursor position (starting at 0).
@type number
@default 0

スポンサードリンク

-MZ plugins

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