自分のゲームオーバーシーンに対してより多くのオプションを提供する – SRD_GameOverCore.js

タイトル
Gives more options for one's Game Over scene
作者名
ヘルプ

Game Over Core
Version 1.07
SumRndmDde


This plugin gives more options for one's Game Over scene. Common Events can
be called and a command window has been added, allowing players to load the
game, retry, or return the title screen.


==============================================================================
Plugin Commands
==============================================================================

Various properties of the Game Over scene can be manipulated through
certain Plugin Commands. Here is a list of them:


SetGameOverImage [filename]

This sets the Game Over image to a specific file stored in:
/img/SumRndmDde/gameover/


SetGameOverstartCommonEvent [id]

This sets the Common Event ID of the Game Over Start Common Event.
Set to 0 in order to disallow.


SetGameOverMiddleCommonEvent [id]

This sets the Common Event ID of the Game Over Middle Common Event.
Set to 0 in order to disallow.


SetGameOverEndCommonEvent [id]

This sets the Common Event ID of the Game Over End Common Event.
Set to 0 in order to disallow.


ResetGameOverImage

Resets the Game Over Image to the default specified in the Parameters.


ResetGameOverCommonEvents

Resets all of the Game Over Common Events back to their defaults specified
within the Parameters.


==============================================================================
Force Retry Battle
==============================================================================

If you wish to have a battle retry evented, use the following Plugin Command
to force a battle retry:

RetryBattle


==============================================================================
End of Help File
==============================================================================

Welcome to the bottom of the Help file.


Thanks for reading!
If you have questions, or if you enjoyed this Plugin, please check
out my YouTube channel!

https://www.youtube.com/c/SumRndmDde


Until next time,
~ SumRndmDde
パラメータ
param Default Image
desc Default image used for the "Game Over" scene from
/img/SumRndmDde/gameover/. Leave blank for default.
default

param == Command Window ==
default

param Use Command Window
desc If 'true', then the Game Over Command Window will be displayed at the end of the Game Over scene.
default true

param Command Window Phase
desc This is when the Command Window opens. Choices are:
start | middle | end
default end

param Allow Retry Command
desc If 'true', then players will be able to select the "Retry" command and restart the battle from the beginning.
default true

param Command Window X
desc The X position of the Game Over Command Window. This can be a number or JavaScript code.
default (Graphics.boxWidth - this._commandWindow.width) / 2

param Command Window Y
desc The Y position of the Game Over Command Window. This can be a number or JavaScript code.
default (Graphics.boxHeight - this._commandWindow.height) / 2

param == Command Texts ==
default

param Retry Command Text
desc The text used for the Retry Command on the Game Over Command Window.
default Retry Battle

param Load Command Text
desc The text used for the Load Command on the Game Over Command Window.
default Load Game

param Title Command Text
desc The text used for the Title Command on the Game Over Command Window.
default Return to Title

param == Command Events ==
default

param Start Common Event
desc Enter the ID of the Common Event intended to play at the start of the Game Over scene. Input 0 to disallow.
default 0

param Middle Common Event
desc Enter the ID of the Common Event intended to play in the middle of the Game Over scene. Input 0 to disallow.
default 0

param End Common Event
desc Enter the ID of the Common Event intended to play at the end of the Game Over scene. Input 0 to disallow.
default 0

ライセンス表記

紹介ページ https://github.com/SumRndmDde/RPG-Maker-MV-Plugins/blob/master/SRD_GameOverCore.js