Welcome to PGMV! My goal is to make it easy for everyone to find and share great plugins for creating amazing games. As a plugin developer myself, I'm excited to grow this community with all of you.
Auto Load - AutoLoad.js
Plugin desc : Title screen specification change plugin
License : MIT License
Author : Triacontane
Website : https://triacontane.blogspot.com/
Desc page : https://triacontane.blogspot.com/
Download Page : https://raw.githubusercontent.com/munokura/triacontane-MV-plugins/refs/heads/main/AutoLoad.js
File name : AutoLoad.js
Help of plugin :
@url https://triacontane.blogspot.com/ @plugindesc Title screen specification change plugin @author Triacontane @license MIT License @help English Help Translator: munokura This is an unofficial English translation of the plugin help, created to support global RPG Maker users. Feedback is welcome to improve translation quality (see: https://github.com/munokura/triacontane-MV-plugins ). Original plugin by Triacontane. Please check the latest official version at: https://triacontane.blogspot.com ----- Use the following features to change the title screen specifications. You can create original title screens, such as those using map screens. 1. Skip the title screen if a save file exists. 2. Provides a plugin command to save directly to the last accessed save file, without going through the save screen. 3. Depending on the settings, you can completely skip the standard title screen. When you "Return to Title," a new game or the most recent save file will be loaded. 4. Define a specific map as an original title screen. You can create a unique title screen using maps, distant views, etc. Follow the steps below. 4-1. Set the map ID of the title map in "Title Map ID." 4-2. Implement title processing in the title map's event. 4-3. Move to the last save point with the plugin command "AL_MOVE_LAST_SAVEPOINT." Plugin Command Details Execute from the event command "Plugin Command." (Separate parameters with a space.) AL_AUTO_SAVE # Saves to the last accessed save ID. AL_MOVE_LAST_SAVEPOINT # Moves to the last saved location. AL_MOVE_INITIAL_POINT # Moves to the party's initial position in the database. When using in conjunction with MadeWithMv.js, place this plugin below. Terms of Use: You may modify and redistribute this plugin without permission from the author, and there are no restrictions on its use (commercial, 18+, etc.). This plugin is now yours. @param PlaySe @desc Plays a system sound effect when an autosave is successful. @type boolean @default true @param TileSkipPolicy @desc This is a title screen skip feature. @type select @default 1 @option No skip (autoload when continue is selected) @value 0 @option Normal skip (skip only at startup) @value 1 @option Complete skip (also skip if you return to the title) @value 2 @param TitleMapID @desc This is the map ID to specify when creating your own title screen map. @type number @default 0