Skip Title Once ACE
Skip Title Once ACEby Kyonides
Introduction
This simple scriptlet was created after a fellow forumer had posted a thread asking for such a thing to be published here.
I don't recall any other script at this point so I'm simply posting it here.
This doesn't mean that there are not similar scripts on the web, guys.
Ruby:
# * Skip Title Once ACE * #
# Plug & Play Script
# Scripter : Kyonides Arkanthes
# 2024-01-06
module SceneManager
def self.run
DataManager.init
Audio.setup_midi if use_midi?
@has_save_files = DataManager.save_file_exists?
unless @has_save_files
DataManager.setup_new_game
$game_map.autoplay
end
@scene = first_scene_class.new
@scene.main while @scene
end
def self.first_scene_class
$BTEST ? Scene_Battle : @has_save_files ? Scene_Title : Scene_Map
end
end
Terms & Conditions
Just grab it and use it as many times as possible.
That's it!
Really, that's all you need to know.
本贴来自国际rpgmaker官方论坛作者:kyonides处,因国际论坛即将永久关站,为了存档多年珍贵资料,署名转载到本论坛存档,由于官方帖子为英文原帖,需要中文翻译请点击论坛顶部切换语言为中文就可以将帖子翻译成中文浏览,方便大家随时查看,原文地址:https://forums.rpgmakerweb.com/threads/skip-title-once-ace.164548/
页:
[1]