YEP New Game+ - YEP_X_NewGamePlus.js

▼YEP New Game+(Yanfly様作) - YEP_X_NewGamePlus.js
https://plugin.fungamemake.com/archives/10521
セーブデータを持ち越すNew Game+ モードを追加
ふりがな:にゅーげーむぷらす
機能概要: セーブデータを持ち越すNew Game+ モードを追加
利用規約(ライセンス):http://www.yanfly.moe/wiki/Category:Yanfly_Engine_Plugi…
作者:Yanfly
作者サイト:http://yanfly.moe/
解説ページ:https://fungamemake.com/archives/1507
ダウンロードページ:http://yanfly.moe/2016/05/27/yep-104-new-game-rpg-maker…
ファイル名:YEP_X_NewGamePlus.js
プラグインのヘルプ:
/*:ja * @plugindesc v1.02 (要YEP_SaveCore.js) セーブデータの持ち越しを可能にするNew Game+ モードを提供します。 * @author Yanfly Engine Plugins * * @param ---一般--- * @default * * @param Command Text * @parent ---一般--- * @desc New Game+ オプションの保存コマンドの表示テキスト * @default New Game+ * * @param Command Help * @parent ---一般--- * @desc New Game+ オプションの保存メニューに表示されるヘルプテキスト * @default 保存データを引き継いで初めからゲームを始めてください。 * * @param ---New Game+ データ--- * @default * * @param Carried Switches * @parent ---New Game+ データ--- * @desc 持ち越されるスイッチデータのリスト。各スイッチIDはコンマで区切ります。 * @default 0 * * @param Carried Variables * @parent ---New Game+ データ--- * @desc 持ち越される変数データのリスト。 各変数IDはコンマで区切ります。 * @default 0 * * @param Playtime * @parent ---New Game+ データ--- * @type boolean * @on YES * @off NO * @desc New Game+ のプレイ時間を引き継ぎますか? * NO - false YES - true * @default true * * @param Save Count * @parent ---New Game+ データ--- * @type boolean * @on YES * @off NO * @desc New Game+ のセーブ回数を引き継ぎますか? * NO - false YES - true * @default true * * @param Step Count * @parent ---New Game+ データ--- * @type boolean * @on YES * @off NO * @desc New Game+ のステップ数を引き継ぎますか? * NO - false YES - true * @default true * * @param Battle Count * @parent ---New Game+ データ--- * @type boolean * @on YES * @off NO * @desc New Game+ の戦闘回数を引き継ぎますか? * NO - false YES - true * @default true * * @param Victory Count * @parent ---New Game+ データ--- * @type boolean * @on YES * @off NO * @desc New Game+ の勝利数を引き継ぎますか? * NO - false YES - true * @default true * * @param Escape Count * @parent ---New Game+ データ--- * @type boolean * @on YES * @off NO * @desc New Game+ の逃走数を引き継ぎますか? * NO - false YES - true * @default true * * @param ---New Game+ アクター--- * @default * * @param Copy Actor * @parent ---New Game+ アクター--- * @type boolean * @on YES * @off NO * @desc アクターの設定を全て引き継ぎますか? * NO - false YES - true * @default true * * @param EXP * @parent ---New Game+ アクター--- * @type boolean * @on YES * @off NO * @desc 各アクターの経験値を引き継ぎますか? * NO - false YES - true * @default true * * @param JP * @parent ---New Game+ アクター--- * @type boolean * @on YES * @off NO * @desc 要YEP_JobPoints.js: 各アクターのJPを引き継ぎますか? * NO - false YES - true * @default true * * @param Skills * @parent ---New Game+ アクター--- * @type boolean * @on YES * @off NO * @desc 各アクターのスキルを引き継ぎますか? * NO - false YES - true * @default true * * @param ---New Game+ パーティ--- * @default * * @param Gold * @parent ---New Game+ パーティ--- * @type boolean * @on YES * @off NO * @desc パーティーのゴールドを引き継ぎますか? * NO - false YES - true * @default true * * @param Items * @parent ---New Game+ パーティ--- * @type boolean * @on YES * @off NO * @desc パーティーのアイテムを引き継ぎますか? * NO - false YES - true * @default true * * @param Weapons * @parent ---New Game+ パーティ--- * @type boolean * @on YES * @off NO * @desc パーティーの武器を引き継ぎますか? * NO - false YES - true * @default true * * @param Armors * @parent ---New Game+ パーティ--- * @type boolean * @on YES * @off NO * @desc パーティーの防具を引き継ぎますか? * NO - false YES - true * @default true * * @help * 翻訳:ムノクラ * https://munokura.tk/ * https://twitter.com/munokura/ * * ============================================================================ * Introduction * ============================================================================ * * このプラグインは YEP_SaveCore.js を必要とします。 * このプラグインがプラグイン管理の * YEP_SaveCore.js の下にあることを確認してください。 * * NewGame+はあなたのゲームにリプレイ価値を提供する素晴らしい方法です。 * それは、 * 持ち越されたアイテム、 * 持ち越されたパーティーメンバー、 * 持ち越されたスキル、 * スイッチ、 * 変数、 * のいずれかを使用して、 * プレイヤーに異なる方法でゲームを再体験させます。 * NewGame+がどのように機能するかを変更するためのオプションはたくさんあります。 * * ============================================================================ * Notetags * ============================================================================ * * アクター、アイテム、武器、防具のメモタグ * * <No New Game+ Carry Over> * - アイテム、武器、防具が NewGame+ に持ち越されるのを防ぎます。 * これがアクターに使用されると、 * そのアクターはデフォルトステートになります。 * * ============================================================================ * Plugin Commands * ============================================================================ * * 現在のセーブを New Game+ 設定に設定するには、 * 下記のプラグインコマンドを使用して設定を変更する必要があります。 * * プラグインコマンド * * EnableNewGamePlus * - 有効にされた後にロードスクリーン上の”Load”コマンドの代わりに、 * New Game+ オプションを持つための保存をします。 * * DisableNewGamePlus * - このプラグインコマンドが実行された後に行われたセーブに * New Game+ オプションを無効にします。 * ”New Game+”の代わりに ”Load”オプションが表示されます。 * * ============================================================================ * Changelog * ============================================================================ * * Version 1.02: * - Updated for RPG Maker MV version 1.5.0. * * Version 1.01: * - Bug fixed where the DisableNewGamePlus plugin command didn't work. * * Version 1.00: * - Finished Plugin! */
