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.
FTKR Title Scene - FTKR_TitleScene.js
Plugin desc : v1.0.1 Title scene modification plugin
License : MIT License
Author : Futokoro
Desc page : https://github.com/munokura/futokoro-MV-plugins
Download Page : https://raw.githubusercontent.com/munokura/futokoro-MV-plugins/refs/heads/master/FTKR_TitleScene.js
File name : FTKR_TitleScene.js
Help of plugin :
@plugindesc v1.0.1 Title scene modification plugin
@author Futokoro
@url https://github.com/munokura/futokoro-MV-plugins
@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/futokoro-MV-plugins ).
Original plugin by Futokoro.
Please check the URL below for the latest version of the plugin.
URL https://github.com/futokoro/RPGMaker
-----
-----------------------------------------------------------------------------
Overview
-----------------------------------------------------------------------------
Modifies the title scene.
1. You can set whether to display the continue and options.
2. You can change the font size and color of the title command.
3. You can add credits to the command.
-----------------------------------------------------------------------------
Setup Instructions
-----------------------------------------------------------------------------
1. Add this plugin to the "Plugin Manager."
-----------------------------------------------------------------------------
License for this plugin
-----------------------------------------------------------------------------
This plugin is released under the MIT License.
Copyright (c) 2018 Futokoro
http://opensource.org/licenses/mit-license.php
----------------------------------------------------------------------------
Change History
----------------------------------------------------------------------------
v1.0.1 - April 14, 2019: Bug Fixes
1. Fixed a bug that caused an error when the credit command plugin parameter was not set.
v1.0.0 - May 6, 2018: First version created
-----------------------------------------------------------------------------
@param コンティニューコマンド
@text Continue Command
@desc Set whether to display the continue option.
@default 1
@type select
@option Show
@value 1
@option Do not display
@value 0
@param オプションコマンド
@text Optional Commands
@desc Sets whether the option is displayed.
@default 1
@type select
@option Show
@value 1
@option Do not display
@value 0
@param クレジットコマンド
@text Credit Command
@desc Set whether to display credits.
@type struct<credit>
@param コマンドウィンドウ設定
@text Command Window Settings
@desc Change the layout of the command window.
@default {"fontsize":"28","padding":"18","lineHeight":"36","opacity":"192","hideFrame":"1"}
@type struct<window>