「タイトル画面にパーティクルを追加できるプラグイン」です。
こちらはRPGツクールMV向けの記事です。
RPGツクールMZ向けの記事もございます。
最新版は Moghunter 様のサイトでポルトガル語版が配布されています。
https://mogplugins.wordpress.com/rpg-maker-mv/
上記でプラグインが入ったサンプルプロジェクトが配布されています。
各プラグインを動作させるための画像素材も入っているため、サンプルプロジェクトをダウンロードし、日本語版を差し替えて試してください。
どなたかのお役に立てば幸いです。
/*:ja
* @plugindesc (v2.1 *) タイトル画面にパーティクルを追加します。
* @author Moghunter
*
* @param -> Particles 1 <<<<<<<<<<<<<<<<<<<<<<<
* @text -> パーティクル 1 <<<<<<<<<<<<<<<<<<<<<<<
* @desc
*
* @param P1 Visible
* @text 有効化
* @desc パーティクルの有効設定
* @type boolean
* @on 有効
* @off 無効
* @default true
* @parent -> Particles 1 <<<<<<<<<<<<<<<<<<<<<<<
*
* @param P1 File Name
* @text ファイル名
* @desc 画像のファイル名
* @type file
* @require 1
* @dir img/titles2
* @default Particles
* @parent -> Particles 1 <<<<<<<<<<<<<<<<<<<<<<<
*
* @param P1 Amount
* @text 発生数
* @desc パーティクルの発生数
* @type number
* @max 9007
* @default 25
* @parent -> Particles 1 <<<<<<<<<<<<<<<<<<<<<<<
*
* @param P1 Z Index
* @text Z優先順位
* @desc レイヤーのZ優先順位
* @type number
* @max 9007
* @default 20
* @parent -> Particles 1 <<<<<<<<<<<<<<<<<<<<<<<
*
* @param P1 X Speed
* @text X軸速度
* @desc 基本位置のX軸移動速度。
* 正:右 / 負:左。絶対値が大きいほど高速。
* @type number
* @min -9007
* @max 9007
* @decimals 3
* @default -10
* @parent -> Particles 1 <<<<<<<<<<<<<<<<<<<<<<<
*
* @param P1 Y Speed
* @text Y軸速度
* @desc 基本位置のY軸移動速度。
* 正:下 / 負:上。絶対値が大きいほど高速。
* @type number
* @min -9007
* @max 9007
* @decimals 3
* @default -1
* @parent -> Particles 1 <<<<<<<<<<<<<<<<<<<<<<<
*
* @param P1 Rotation Speed
* @text 回転速度
* @desc 正:時計回り / 負:反時計回り。絶対値が大きいほど高速。
* @type number
* @min -9007
* @max 9007
* @decimals 3
* @default 0.02
* @parent -> Particles 1 <<<<<<<<<<<<<<<<<<<<<<<
*
* @param P1 Blend Mode
* @text 合成方法
* @desc 画像の合成方法
* 0:通常 / 1:加算 / 2:乗算
* @type select
* @option 通常
* @value 0
* @option 加算
* @value 1
* @option 乗算
* @value 2
* @default 1
* @parent -> Particles 1 <<<<<<<<<<<<<<<<<<<<<<<
*
* @param P1 Anchor
* @text 基本位置範囲
* @desc 基本位置(アンカー)からの移動半径
* @type number
* @max 9007
* @default 0
* @parent -> Particles 1 <<<<<<<<<<<<<<<<<<<<<<<
*
* @param P1 Leaf Mode
* @text リーフモード有効化
* @desc 縦横比を変化させ、横回転に見せるモード
* @type boolean
* @on 有効
* @off 無効
* @default false
* @parent -> Particles 1 <<<<<<<<<<<<<<<<<<<<<<<
*
* @param P1 Transition Time
* @text 表示ウェイト
* @desc 画像表示開始までのウェイト量
* @type number
* @max 9007
* @default 0
* @parent -> Particles 1 <<<<<<<<<<<<<<<<<<<<<<<
*
* @param
*
* @param -> Particles 2 <<<<<<<<<<<<<<<<<<<<<<<
* @text -> パーティクル 2 <<<<<<<<<<<<<<<<<<<<<<<
* @desc
*
* @param P2 Visible
* @text 有効化
* @desc パーティクルの有効設定
* @type boolean
* @on 有効
* @off 無効
* @default true
* @parent -> Particles 2 <<<<<<<<<<<<<<<<<<<<<<<
*
* @param P2 File Name
* @text ファイル名
* @desc 画像のファイル名
* @type file
* @require 1
* @dir img/titles2
* @default Particles2
* @parent -> Particles 2 <<<<<<<<<<<<<<<<<<<<<<<
*
* @param P2 Amount
* @text 発生数
* @desc パーティクルの発生数
* @type number
* @max 9007
* @default 5
* @parent -> Particles 2 <<<<<<<<<<<<<<<<<<<<<<<
*
* @param P2 Z Index
* @text Z優先順位
* @desc レイヤーのZ優先順位
* @type number
* @max 9007
* @default 21
* @parent -> Particles 2 <<<<<<<<<<<<<<<<<<<<<<<
*
* @param P2 X Speed
* @text X軸速度
* @desc 基本位置のX軸移動速度。
* 正:右 / 負:左。絶対値が大きいほど高速。
* @type number
* @min -9007
* @max 9007
* @decimals 3
* @default 2
* @parent -> Particles 2 <<<<<<<<<<<<<<<<<<<<<<<
*
* @param P2 Y Speed
* @text Y軸速度
* @desc 基本位置のY軸移動速度。
* 正:下 / 負:上。絶対値が大きいほど高速。
* @type number
* @min -9007
* @max 9007
* @decimals 3
* @default 2
* @parent -> Particles 2 <<<<<<<<<<<<<<<<<<<<<<<
*
* @param P2 Rotation Speed
* @text 回転速度
* @desc 正:時計回り / 負:反時計回り。絶対値が大きいほど高速。
* @type number
* @min -9007
* @max 9007
* @decimals 3
* @default 0.01
* @parent -> Particles 2 <<<<<<<<<<<<<<<<<<<<<<<
*
* @param P2 Blend Mode
* @text 合成方法
* @desc 画像の合成方法
* 0:通常 / 1:加算 / 2:乗算
* @type select
* @option 通常
* @value 0
* @option 加算
* @value 1
* @option 乗算
* @value 2
* @default 0
* @parent -> Particles 2 <<<<<<<<<<<<<<<<<<<<<<<
*
* @param P2 Anchor
* @text 基本位置範囲
* @desc 基本位置(アンカー)からの移動半径
* @type number
* @max 9007
* @default 0
* @parent -> Particles 2 <<<<<<<<<<<<<<<<<<<<<<<
*
* @param P2 Leaf Mode
* @text リーフモード有効化
* @desc 縦横比を変化させ、横回転に見せるモード
* @type boolean
* @on 有効
* @off 無効
* @default false
* @parent -> Particles 2 <<<<<<<<<<<<<<<<<<<<<<<
*
* @param P2 Transition Time
* @text 表示ウェイト
* @desc 画像表示開始までのウェイト量
* @type number
* @max 9007
* @default 0
* @parent -> Particles 2 <<<<<<<<<<<<<<<<<<<<<<<
*
* @param
*
* @param -> Particles 3 <<<<<<<<<<<<<<<<<<<<<<<
* @text -> パーティクル 3 <<<<<<<<<<<<<<<<<<<<<<<
* @desc
*
* @param P3 Visible
* @text 有効化
* @desc パーティクルの有効設定
* @type boolean
* @on 有効
* @off 無効
* @default true
* @parent -> Particles 3 <<<<<<<<<<<<<<<<<<<<<<<
*
* @param P3 File Name
* @text ファイル名
* @desc 画像のファイル名
* @type file
* @require 1
* @dir img/titles2
* @default Particles3
* @parent -> Particles 3 <<<<<<<<<<<<<<<<<<<<<<<
*
* @param P3 Amount
* @text 発生数
* @desc パーティクルの発生数
* @type number
* @max 9007
* @default 5
* @parent -> Particles 3 <<<<<<<<<<<<<<<<<<<<<<<
*
* @param P3 Z Index
* @text Z優先順位
* @desc レイヤーのZ優先順位
* @type number
* @max 9007
* @default 22
* @parent -> Particles 3 <<<<<<<<<<<<<<<<<<<<<<<
*
* @param P3 X Speed
* @text X軸速度
* @desc 基本位置のX軸移動速度。
* 正:右 / 負:左。絶対値が大きいほど高速。
* @type number
* @min -9007
* @max 9007
* @decimals 3
* @default 0.5
* @parent -> Particles 3 <<<<<<<<<<<<<<<<<<<<<<<
*
* @param P3 Y Speed
* @text Y軸速度
* @desc 基本位置のY軸移動速度。
* 正:下 / 負:上。絶対値が大きいほど高速。
* @type number
* @min -9007
* @max 9007
* @decimals 3
* @default 0.5
* @parent -> Particles 3 <<<<<<<<<<<<<<<<<<<<<<<
*
* @param P3 Rotation Speed
* @text 回転速度
* @desc 正:時計回り / 負:反時計回り。絶対値が大きいほど高速。
* @type number
* @min -9007
* @max 9007
* @decimals 3
* @default 0.006
* @parent -> Particles 3 <<<<<<<<<<<<<<<<<<<<<<<
*
* @param P3 Blend Mode
* @text 合成方法
* @desc 画像の合成方法
* 0:通常 / 1:加算 / 2:乗算
* @type select
* @option 通常
* @value 0
* @option 加算
* @value 1
* @option 乗算
* @value 2
* @default 0
* @parent -> Particles 3 <<<<<<<<<<<<<<<<<<<<<<<
*
* @param P3 Anchor
* @text 基本位置範囲
* @desc 基本位置(アンカー)からの移動半径
* @type number
* @max 9007
* @default 0
* @parent -> Particles 3 <<<<<<<<<<<<<<<<<<<<<<<
*
* @param P3 Leaf Mode
* @text リーフモード有効化
* @desc 縦横比を変化させ、横回転に見せるモード
* @type boolean
* @on 有効
* @off 無効
* @default true
* @parent -> Particles 3 <<<<<<<<<<<<<<<<<<<<<<<
*
* @param P3 Transition Time
* @text 表示ウェイト
* @desc 画像表示開始までのウェイト量
* @type number
* @max 9007
* @default 0
* @parent -> Particles 3 <<<<<<<<<<<<<<<<<<<<<<<
*
* @param
*
* @param -> Particles 4 <<<<<<<<<<<<<<<<<<<<<<<
* @text -> パーティクル 4 <<<<<<<<<<<<<<<<<<<<<<<
* @desc
*
* @param P4 Visible
* @text 有効化
* @desc パーティクルの有効設定
* @type boolean
* @on 有効
* @off 無効
* @default false
* @parent -> Particles 4 <<<<<<<<<<<<<<<<<<<<<<<
*
* @param P4 File Name
* @text ファイル名
* @desc 画像のファイル名
* @type file
* @require 1
* @dir img/titles2
* @default Particles4
* @parent -> Particles 4 <<<<<<<<<<<<<<<<<<<<<<<
*
* @param P4 Amount
* @text 発生数
* @desc パーティクルの発生数
* @type number
* @max 9007
* @default 25
* @parent -> Particles 4 <<<<<<<<<<<<<<<<<<<<<<<
*
* @param P4 Z Index
* @text Z優先順位
* @desc レイヤーのZ優先順位
* @type number
* @max 9007
* @default 23
* @parent -> Particles 4 <<<<<<<<<<<<<<<<<<<<<<<
*
* @param P4 X Speed
* @text X軸速度
* @desc 基本位置のX軸移動速度。
* 正:右 / 負:左。絶対値が大きいほど高速。
* @type number
* @min -9007
* @max 9007
* @decimals 3
* @default 2
* @parent -> Particles 4 <<<<<<<<<<<<<<<<<<<<<<<
*
* @param P4 Y Speed
* @text Y軸速度
* @desc 基本位置のY軸移動速度。
* 正:下 / 負:上。絶対値が大きいほど高速。
* @type number
* @min -9007
* @max 9007
* @decimals 3
* @default 0.3
* @parent -> Particles 4 <<<<<<<<<<<<<<<<<<<<<<<
*
* @param P4 Rotation Speed
* @text 回転速度
* @desc 正:時計回り / 負:反時計回り。絶対値が大きいほど高速。
* @type number
* @min -9007
* @max 9007
* @decimals 3
* @default 0.3
* @parent -> Particles 4 <<<<<<<<<<<<<<<<<<<<<<<
*
* @param P4 Blend Mode
* @text 合成方法
* @desc 画像の合成方法
* 0:通常 / 1:加算 / 2:乗算
* @type select
* @option 通常
* @value 0
* @option 加算
* @value 1
* @option 乗算
* @value 2
* @default 1
* @parent -> Particles 4 <<<<<<<<<<<<<<<<<<<<<<<
*
* @param P4 Anchor
* @text 基本位置範囲
* @desc 基本位置(アンカー)からの移動半径
* @type number
* @max 9007
* @default 0
* @parent -> Particles 4 <<<<<<<<<<<<<<<<<<<<<<<
*
* @param P4 Leaf Mode
* @text リーフモード有効化
* @desc 縦横比を変化させ、横回転に見せるモード
* @type boolean
* @on 有効
* @off 無効
* @default true
* @parent -> Particles 4 <<<<<<<<<<<<<<<<<<<<<<<
*
* @param P4 Transition Time
* @text 表示ウェイト
* @desc 画像表示開始までのウェイト量
* @type number
* @max 9007
* @default 0
* @parent -> Particles 4 <<<<<<<<<<<<<<<<<<<<<<<
*
* @param
*
* @param -> Particles 5 <<<<<<<<<<<<<<<<<<<<<<<
* @text -> パーティクル 5 <<<<<<<<<<<<<<<<<<<<<<<
* @desc
*
* @param P5 Visible
* @text 有効化
* @desc パーティクルの有効設定
* @type boolean
* @on 有効
* @off 無効
* @default false
* @parent -> Particles 5 <<<<<<<<<<<<<<<<<<<<<<<
*
* @param P5 File Name
* @text ファイル名
* @desc 画像のファイル名
* @type file
* @require 1
* @dir img/titles2
* @default Particles5
* @parent -> Particles 5 <<<<<<<<<<<<<<<<<<<<<<<
*
* @param P5 Amount
* @text 発生数
* @desc パーティクルの発生数
* @type number
* @max 9007
* @default 25
* @parent -> Particles 5 <<<<<<<<<<<<<<<<<<<<<<<
*
* @param P5 Z Index
* @text Z優先順位
* @desc レイヤーのZ優先順位
* @type number
* @max 9007
* @default 24
* @parent -> Particles 5 <<<<<<<<<<<<<<<<<<<<<<<
*
* @param P5 X Speed
* @text X軸速度
* @desc 基本位置のX軸移動速度。
* 正:右 / 負:左。絶対値が大きいほど高速。
* @type number
* @min -9007
* @max 9007
* @decimals 3
* @default 4
* @parent -> Particles 5 <<<<<<<<<<<<<<<<<<<<<<<
*
* @param P5 Y Speed
* @text Y軸速度
* @desc 基本位置のY軸移動速度。
* 正:下 / 負:上。絶対値が大きいほど高速。
* @type number
* @min -9007
* @max 9007
* @decimals 3
* @default 0
* @parent -> Particles 5 <<<<<<<<<<<<<<<<<<<<<<<
*
* @param P5 Rotation Speed
* @text 回転速度
* @desc 正:時計回り / 負:反時計回り。絶対値が大きいほど高速。
* @type number
* @min -9007
* @max 9007
* @decimals 3
* @default 0
* @parent -> Particles 5 <<<<<<<<<<<<<<<<<<<<<<<
*
* @param P5 Blend Mode
* @text 合成方法
* @desc 画像の合成方法
* 0:通常 / 1:加算 / 2:乗算
* @type select
* @option 通常
* @value 0
* @option 加算
* @value 1
* @option 乗算
* @value 2
* @default 1
* @parent -> Particles 5 <<<<<<<<<<<<<<<<<<<<<<<
*
* @param P5 Anchor
* @text 基本位置範囲
* @desc 基本位置(アンカー)からの移動半径
* @type number
* @max 9007
* @default 0
* @parent -> Particles 5 <<<<<<<<<<<<<<<<<<<<<<<
*
* @param P5 Leaf Mode
* @text リーフモード有効化
* @desc 縦横比を変化させ、横回転に見せるモード
* @type boolean
* @on 有効
* @off 無効
* @default false
* @parent -> Particles 5 <<<<<<<<<<<<<<<<<<<<<<<
*
* @param P5 Transition Time
* @text 表示ウェイト
* @desc 画像表示開始までのウェイト量
* @type number
* @max 9007
* @default 0
* @parent -> Particles 5 <<<<<<<<<<<<<<<<<<<<<<<
*
* @param
*
* @param -> Particles 6 <<<<<<<<<<<<<<<<<<<<<<<
* @text -> パーティクル 6 <<<<<<<<<<<<<<<<<<<<<<<
* @desc
*
* @param P6 Visible
* @text 有効化
* @desc パーティクルの有効設定
* @type boolean
* @on 有効
* @off 無効
* @default false
* @parent -> Particles 6 <<<<<<<<<<<<<<<<<<<<<<<
*
* @param P6 File Name
* @text ファイル名
* @desc 画像のファイル名
* @type file
* @require 1
* @dir img/titles2
* @default Particles6
* @parent -> Particles 6 <<<<<<<<<<<<<<<<<<<<<<<
*
* @param P6 Amount
* @text 発生数
* @desc パーティクルの発生数
* @type number
* @max 9007
* @default 25
* @parent -> Particles 6 <<<<<<<<<<<<<<<<<<<<<<<
*
* @param P6 Z Index
* @text Z優先順位
* @desc レイヤーのZ優先順位
* @type number
* @max 9007
* @default 25
* @parent -> Particles 6 <<<<<<<<<<<<<<<<<<<<<<<
*
* @param P6 X Speed
* @text X軸速度
* @desc 基本位置のX軸移動速度。
* 正:右 / 負:左。絶対値が大きいほど高速。
* @type number
* @min -9007
* @max 9007
* @decimals 3
* @default 4
* @parent -> Particles 6 <<<<<<<<<<<<<<<<<<<<<<<
*
* @param P6 Y Speed
* @text Y軸速度
* @desc 基本位置のY軸移動速度。
* 正:下 / 負:上。絶対値が大きいほど高速。
* @type number
* @min -9007
* @max 9007
* @decimals 3
* @default 0
* @parent -> Particles 6 <<<<<<<<<<<<<<<<<<<<<<<
*
* @param P6 Rotation Speed
* @text 回転速度
* @desc 正:時計回り / 負:反時計回り。絶対値が大きいほど高速。
* @type number
* @min -9007
* @max 9007
* @decimals 3
* @default 0
* @parent -> Particles 6 <<<<<<<<<<<<<<<<<<<<<<<
*
* @param P6 Blend Mode
* @text 合成方法
* @desc 画像の合成方法
* 0:通常 / 1:加算 / 2:乗算
* @type select
* @option 通常
* @value 0
* @option 加算
* @value 1
* @option 乗算
* @value 2
* @default 1
* @parent -> Particles 6 <<<<<<<<<<<<<<<<<<<<<<<
*
* @param P6 Anchor
* @text 基本位置範囲
* @desc 基本位置(アンカー)からの移動半径
* @type number
* @max 9007
* @default 0
* @parent -> Particles 6 <<<<<<<<<<<<<<<<<<<<<<<
*
* @param P6 Leaf Mode
* @text リーフモード有効化
* @desc 縦横比を変化させ、横回転に見せるモード
* @type boolean
* @on 有効
* @off 無効
* @default false
* @parent -> Particles 6 <<<<<<<<<<<<<<<<<<<<<<<
*
* @param P6 Transition Time
* @text 表示ウェイト
* @desc 画像表示開始までのウェイト量
* @type number
* @max 9007
* @default 0
* @parent -> Particles 6 <<<<<<<<<<<<<<<<<<<<<<<
*
* @help
* 翻訳:ムノクラ
* https://fungamemake.com/
* https://twitter.com/munokura/
*
* ===========================================================================
* +++ MOG - Title Particles (v2.1) +++
* By Moghunter
* https://atelierrgss.wordpress.com/
* ===========================================================================
* タイトル画面にパーティクルを追加します。
*
* 下記のフォルダに画像ファイルを保存してください。
*
* img/titles2/
*
* ===========================================================================
* - 更新履歴 (version 2.1)
* ===========================================================================
* - (NEW) - RM1.5 +と互換性のあるプラグインパラメータ
*/