「タイトル画面の表示前に複数のロゴを表示するプラグイン」です。
こちらはRPGツクールMV向けの記事です。
RPGツクールMZ向けの記事もございます。
最新版は Moghunter 様のサイトでポルトガル語版が配布されています。
mogplugins.wordpress.com/rpg-maker-mv/
上記で全てのプラグインが入ったサンプルプロジェクトが配布されています。
各プラグインを動作させるための画像素材も入っているため、サンプルプロジェクトをダウンロードし、日本語版を差し替えて試してください。
どなたかのお役に立てば幸いです。
/*:ja
* @plugindesc (v1.1 *) タイトル画面の表示前に複数のロゴを表示します。
* @author Moghunter
*
* @param Number of Logos
* @text ロゴ数
* @desc デフォルト:1
* @default 1
* @type number
* @max 9007
*
* @param Slash Duration
* @text ロゴの表示時間
* @desc デフォルト:60
* @default 60
* @type number
* @max 9007
*
* @param Splash Fade Duration
* @text フェード速度
* @desc デフォルト:2
* @default 2
* @type number
* @max 9007
*
* @param Full Screen Mode
* @text 起動時全画面表示の有効化
* @desc デフォルト:無効
* @type boolean
* @on 有効
* @off 無効
* @default false
*
* @help
* 翻訳:ムノクラ
* https://fungamemake.com/
* https://twitter.com/munokura/
*
* ===========================================================================
* +++ MOG - Title Splash Screen (v1.1) +++
* By Moghunter
* https://atelierrgss.wordpress.com/
* ===========================================================================
* タイトル画面の表示前に複数のロゴを表示します。
* 画像を下記フォルダに入れてください。
*
* img/titles2/
*
* 下記のファイルが必要になります。
*
* Splash_INDEX.png
*
* INDEXの代わりに表示順の番号を付けます。
*
* Splash_0.png
* Splash_1.png
* Splash_2.png
* ...
*
* ===========================================================================
* - 更新履歴 (version 1.1)
* ===========================================================================
* - (NEW) - RM1.5 +準拠パラメータプラグイン
*/
