Preserved forum archive. This topic stores the original first post and locally mirrored RPG Maker Web attachments when available. It is posted by the BMMPlay archive account, not by the original creator.
Original Source
- Original title: Skip Title Screen (unless there is a savefile)
- Original author: regendo
- Original date: March 13, 2012
- Source thread: https://forums.rpgmakerweb.com/threads/skip-title-screen-unless-there-is-a-savefile.152/
- Source forum path: Game Development Engines > Ruby Game System (RGSS) Scripts > RGSS3 Scripts (RMVX Ace)
Summary
Skip Title Screen if there is no savefile
Archived First Post
Skip Title Screen
if there is no savefile
by bStefan aka. regendo
Introduction
If no savefile can be found, this very simple script will make you skip Scene_Title completely, starting a new game instead.
That way, your player can dive right into the action without being thrown upon the regular title screen first.
Features
Plug & Play
Skips Title Screen, starts New Game
Screenies: none. You cannot screen what is not there.
Additional Information
Do not use without giving credit (please).
While obeying above rule, you may use this script in any project of yours, be it commercial or not.
You may not share this script without pointing out that it isn't yours and credit will have to be given.
Warning: This script changes SceneManager#run. If any other of your scripts make changes to the same method, you will have to change them by yourself (or ask me if I might do just that for you).
Links:
- bitbucket - my repository where all of my scripts are avialable (you can download or simply view their code).
- direct download for this script (.rb file, 844 bytes)
- code
Features Mentioned
- Plug & Play
- Skips Title Screen, starts New Game
- Screenies: none. You cannot screen what is not there.
- Additional Information
- Do not use without giving credit (please).
- While obeying above rule, you may use this script in any project of yours, be it commercial or not.
- You may not share this script without pointing out that it isn't yours and credit will have to be given.
- Warning: This script changes SceneManager#run. If any other of your scripts make changes to the same method, you will have to change them by yourself (or ask me if I might do just that for you).
- Links:
Downloads / Referenced Files
Log in to download
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadLicense / Terms Note
Do not use without giving credit (please). While obeying above rule, you may use this script in any project of yours, be it commercial or not.
Creator Claims / Removal
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.
Replies (0)
No replies yet.
0
replies
2
views
Topic Summary
Loading summary...