硕明云书·制作大师MV

每天进步多一点,烦恼忧愁少一截。
制作游戏不怕难,本着爱好在心间。
开心就好,烦恼不见辽~呦~呦~切克闹!

/*: * @plugindesc Skip the title scene for testing purpose. * @version 1.0 */ (function() {     Scene_Boot.prototype.start = function() {        Scene_Base.prototype.start.call(this);        SoundManager.preloadImportantSounds();        if (DataManager.isBattleTest()) {            DataManager.setupBattleTest();            SceneManager.goto(Scene_Battle);        } else {            this.checkPlayerLocation();            DataManager.setupNewGame();            SceneManager.goto(Scene_Map);        }        this.updateDocumentTitle();    }; })();/*: * @plugindesc Skip the title scene for testing purpose. * @version 1.0 */ (function() {     Scene_Boot.prototype.start = function() {        Scene_Base.prototype.start.call(this);        SoundManager.preloadImportantSounds();        if (DataManager.isBattleTest()) {            DataManager.setupBattleTest();            SceneManager.goto(Scene_Battle);        } else {            this.checkPlayerLocation();            DataManager.setupNewGame();            SceneManager.goto(Scene_Map);        }        this.updateDocumentTitle();    }; })();

复制以上代码到TXT记事本中,更改txt文件后缀为js即可正常导入使用

评论

© 硕明云书·制作大师MV | Powered by LOFTER