VXACESkip Title Script
Replies (0)
No replies yet.
Topic Summary
Loading summary...
No products in the cart.
Customize your profile before registering:
Simple enough for a child, powerful enough for a developer
This is a simple script that allows you to skip to the starting level. Useful for games that don't need the default title. Github Res Copy this code and replace the code in Scenes > Scene_Title. This code is under the Apache License.
class Scene_Title < Scene_Base
def start
super
DataManager.setup_new_game
SceneManager.goto(Scene_Map)
end
end
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadThis code is under the Apache License. Ruby: class Scene_Title < Scene_Base def start
If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.
No replies yet.
Loading summary...
Are you sure you want to close this music player?