//============================================================================= // SkipTitle.js //============================================================================= /*: * @target MZ * @plugindesc Skip Title. * @author taroxd * * @param Test Only * @desc Whether to skip title only in playtest. true/false * @type boolean * @default true * * @help This plugin does not provide plugin commands. */ ;(() => { const parameters = PluginManager.parameters('SkipTitle') const testOnly = parameters['Test Only'] !== 'false' const enable = !testOnly || Utils.isOptionValid("test") if (enable) { Scene_Boot.prototype.startNormalGame = function() { this.checkPlayerLocation() DataManager.setupNewGame() SceneManager.goto(Scene_Map) } } })()
yaminolancelot 发表于 2021-7-16 11:25
插件设置里把Test Only改成false就好了啊
671 Bytes, 下载次数: 76
fbeds 发表于 2021-7-16 11:52
没用,试过。
欢迎光临 Project1 (https://rpg.blue/) | Powered by Discuz! X3.1 |