fux2 发表于 2017-10-13 10:33
跳过标题的话,重置数据的部分就被跳过了吧,然后标题界面也是地图,所以检测到你一直是死亡状态。
不如把 ...
yang1zhi 发表于 2017-10-13 11:45
把队伍复活再回到标题
//============================================================================= // VIPArcher_SkipTitle.js //============================================================================= /*: * @plugindesc 彻底跳过默认标题,包括事件里的返回标题和结束游戏时的返回 * @author VIPArcher * * @param Test Only * @desc 设置为 true 时仅当测试时跳过,设置为 false 时彻底跳过 * @default true * * @help 这个插件没有需要操作的指令,不需要帮助。 */ void function() { var parameters = PluginManager.parameters('VIPArcher_SkipTitle'); var testOnly = parameters['Test Only'] !== 'false'; if (!testOnly || location.search === '?test') { Scene_Title.prototype.start = function() { Stage.prototype.initialize.call(this); this.checkPlayerLocation(); DataManager.setupNewGame(); SceneManager.goto(Scene_Map); }; } }();
fux2 发表于 2017-10-14 10:04
//=============================================================================
// VIPArcher_SkipTit ...
360截图16560325104613.png (4.71 KB, 下载次数: 28)
rumaki 发表于 2017-10-14 10:50
emmmmm。试下了一下,游戏都进行不下去了,会显示
fux2 发表于 2017-10-14 11:26
将
this.checkPlayerLocation();
这一行去掉,再试试?
欢迎光临 Project1 (https://rpg.blue/) | Powered by Discuz! X3.1 |