Game Over Core
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.
这将会设置游戏结束的公共事件开始ID,设置0为关闭
SetGameOverMiddleCommonEvent [id]
This sets the Common Event ID of the Game Over Middle Common Event.
Set to 0 in order to disallow.
这将会设置游戏结束的公共事件中间ID,设置0为关闭
SetGameOverEndCommonEvent [id]
This sets the Common Event ID of the Game Over End Common Event.
Set to 0 in order to disallow.
这将会设置游戏结束的公共事件结束ID,设置0为关闭
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.
重置默认游戏结束图事件