Skip Title Once VX
by 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 VX * # # Plug & Play Script # Scripter : Kyonides Arkanthes # 2024-01-06 class Scene_Title alias :kyon_skip_title_once_scn_ttl_main :main def main if $BTEST battle_test else check_continue @continue_enabled ? super : goto_first_map end end def goto_first_map load_database create_game_objects command_first_game Graphics.freeze end def command_first_game confirm_player_location $game_party.setup_starting_members $game_map.setup($data_system.start_map_id) $game_player.moveto($data_system.start_x, $data_system.start_y) $game_player.refresh $scene = Scene_Map.new Graphics.frame_count = 0 $game_map.autoplay 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-vx.164549/