当サイトの運営者です。ゲーム制作とプラグイン開発が好きで、コミュニティに貢献したいと考えています。
RPGツクールMZでゲームを制作中です。
※プログラマ・エンジニアではありません。
日本語版 MOG Title Particles - MOG_TitleParticles.js
シェア用テキスト:
▼日本語版 MOG Title Particles(Moghunter様作) - MOG_TitleParticles.js
https://plugin-mz.fungamemake.com/archives/3533
タイトル画面にパーティクルを追加
ふりがな:たいとるりゅうし
機能概要: タイトル画面にパーティクルを追加
利用規約(ライセンス):https://fungamemake.com/mog-mz-japanese
作者:Moghunter
ダウンロードページ:https://fungamemake.com/archives/15064
ファイル名:MOG_TitleParticles.js
プラグインのヘルプ:
/*:ja * @target MZ * @plugindesc (v1.3) タイトル画面にパーティクルを追加します。 * @author Moghunter * @url https://raw.githubusercontent.com/harizumi/Moghunter-MZ-jp/main/MOG_TitleParticles.js * * @param -> Particles 1 <<<<<<<<<<<<<<<<<<<<<<< * @text -> パーティクル 1 <<<<<<<<<<<<<<<<<<<<<<< * @desc * * @param P1 Visible * @text 有効化 * @desc パーティクルの有効設定 * @default true * @type boolean * @on 有効 * @off 無効 * @parent -> Particles 1 <<<<<<<<<<<<<<<<<<<<<<< * * @param P1 File Name * @text ファイル名 * @desc 画像のファイル名 * @default Particles * @type file * @dir img/titles2/ * @parent -> Particles 1 <<<<<<<<<<<<<<<<<<<<<<< * * @param P1 Amount * @text 発生数 * @desc パーティクルの発生数 * @type number * @default 25 * @parent -> Particles 1 <<<<<<<<<<<<<<<<<<<<<<< * * @param P1 X Speed * @text X軸速度 * @desc 基本位置のX軸移動速度。 * 正:右 / 負:左。絶対値が大きいほど高速。 * @default -10 * @parent -> Particles 1 <<<<<<<<<<<<<<<<<<<<<<< * * @param P1 Y Speed * @text Y軸速度 * @desc 基本位置のY軸移動速度。 * 正:下 / 負:上。絶対値が大きいほど高速。 * @default -1 * @parent -> Particles 1 <<<<<<<<<<<<<<<<<<<<<<< * * @param P1 Rotation Speed * @text 回転速度 * @desc 正:時計回り / 負:反時計回り。絶対値が大きいほど高速。 * @default 0.02 * @parent -> Particles 1 <<<<<<<<<<<<<<<<<<<<<<< * * @param P1 Blend Mode * @text 合成方法 * @desc 画像の合成方法 * 0:通常 / 1:加算 / 2:乗算 * @default 1 * @type select * @option 通常 * @value 0 * @option 加算 * @value 1 * @option 乗算 * @value 2 * @parent -> Particles 1 <<<<<<<<<<<<<<<<<<<<<<< * * @param P1 Anchor * @text 基本位置範囲 * @desc 基本位置(アンカー)からの移動半径 * @default 0 * @parent -> Particles 1 <<<<<<<<<<<<<<<<<<<<<<< * * @param P1 Leaf Mode * @text リーフモード有効化 * @desc 縦横比を変化させ、横回転に見せるモード * @default false * @type boolean * @on 有効 * @off 無効 * @parent -> Particles 1 <<<<<<<<<<<<<<<<<<<<<<< * * @param P1 Transition Time * @text 表示ウェイト * @desc 画像表示開始までのウェイト量 * @default 0 * @parent -> Particles 1 <<<<<<<<<<<<<<<<<<<<<<< * * @param -> Particles 2 <<<<<<<<<<<<<<<<<<<<<<< * @text -> パーティクル 2 <<<<<<<<<<<<<<<<<<<<<<< * @desc * * @param P2 Visible * @text 有効化 * @desc パーティクルの有効設定 * @default true * @type boolean * @on 有効 * @off 無効 * @parent -> Particles 2 <<<<<<<<<<<<<<<<<<<<<<< * * @param P2 File Name * @text ファイル名 * @desc 画像のファイル名 * @default Particles2 * @type file * @dir img/titles2/ * @parent -> Particles 2 <<<<<<<<<<<<<<<<<<<<<<< * * @param P2 Amount * @text 発生数 * @desc パーティクルの発生数 * @default 5 * @parent -> Particles 2 <<<<<<<<<<<<<<<<<<<<<<< * * @param P2 X Speed * @text X軸速度 * @desc 基本位置のX軸移動速度。 * 正:右 / 負:左。絶対値が大きいほど高速。 * @default 2 * @parent -> Particles 2 <<<<<<<<<<<<<<<<<<<<<<< * * @param P2 Y Speed * @text Y軸速度 * @desc 基本位置のY軸移動速度。 * 正:下 / 負:上。絶対値が大きいほど高速。 * @default 2 * @parent -> Particles 2 <<<<<<<<<<<<<<<<<<<<<<< * * @param P2 Rotation Speed * @text Y軸速度 * @desc 基本位置のY軸移動速度。 * 正:下 / 負:上。絶対値が大きいほど高速。 * @default 0.01 * @parent -> Particles 2 <<<<<<<<<<<<<<<<<<<<<<< * * @param P2 Blend Mode * @text 合成方法 * @desc 画像の合成方法 * 0:通常 / 1:加算 / 2:乗算 * @default 0 * @type select * @option 通常 * @value 0 * @option 加算 * @value 1 * @option 乗算 * @value 2 * @parent -> Particles 2 <<<<<<<<<<<<<<<<<<<<<<< * * @param P2 Anchor * @text 基本位置範囲 * @desc 基本位置(アンカー)からの移動半径 * @default 0 * @parent -> Particles 2 <<<<<<<<<<<<<<<<<<<<<<< * * @param P2 Leaf Mode * @text リーフモード有効化 * @desc 縦横比を変化させ、横回転に見せるモード * @default false * @type boolean * @on 有効 * @off 無効 * @parent -> Particles 2 <<<<<<<<<<<<<<<<<<<<<<< * * @param P2 Transition Time * @text 表示ウェイト * @desc 画像表示開始までのウェイト量 * @default 0 * @parent -> Particles 2 <<<<<<<<<<<<<<<<<<<<<<< * * @param -> Particles 3 <<<<<<<<<<<<<<<<<<<<<<< * @text -> パーティクル 3 <<<<<<<<<<<<<<<<<<<<<<< * @desc * * @param P3 Visible * @text 有効化 * @desc パーティクルの有効設定 * @default true * @type boolean * @on 有効 * @off 無効 * @parent -> Particles 3 <<<<<<<<<<<<<<<<<<<<<<< * * @param P3 File Name * @text ファイル名 * @desc 画像のファイル名 * @default Particles3 * @type file * @dir img/titles2/ * @parent -> Particles 3 <<<<<<<<<<<<<<<<<<<<<<< * * @param P3 Amount * @text 発生数 * @desc パーティクルの発生数 * @default 5 * @parent -> Particles 3 <<<<<<<<<<<<<<<<<<<<<<< * * @param P3 X Speed * @text X軸速度 * @desc 基本位置のX軸移動速度。 * 正:右 / 負:左。絶対値が大きいほど高速。 * @default 0.5 * @parent -> Particles 3 <<<<<<<<<<<<<<<<<<<<<<< * * @param P3 Y Speed * @text Y軸速度 * @desc 基本位置のY軸移動速度。 * 正:下 / 負:上。絶対値が大きいほど高速。 * @default 0.5 * @parent -> Particles 3 <<<<<<<<<<<<<<<<<<<<<<< * * @param P3 Rotation Speed * @text 回転速度 * @desc 正:時計回り / 負:反時計回り。絶対値が大きいほど高速。 * @default 0.006 * @parent -> Particles 3 <<<<<<<<<<<<<<<<<<<<<<< * * @param P3 Blend Mode * @text 合成方法 * @desc 画像の合成方法 * 0:通常 / 1:加算 / 2:乗算 * @default 0 * @type select * @option 通常 * @value 0 * @option 加算 * @value 1 * @option 乗算 * @value 2 * @parent -> Particles 3 <<<<<<<<<<<<<<<<<<<<<<< * * @param P3 Anchor * @text 基本位置範囲 * @desc 基本位置(アンカー)からの移動半径 * @default 0 * @parent -> Particles 3 <<<<<<<<<<<<<<<<<<<<<<< * * @param P3 Leaf Mode * @text リーフモード有効化 * @desc 縦横比を変化させ、横回転に見せるモード * @default true * @type boolean * @on 有効 * @off 無効 * @parent -> Particles 3 <<<<<<<<<<<<<<<<<<<<<<< * * @param P3 Transition Time * @text 表示ウェイト * @desc 画像表示開始までのウェイト量 * @default 0 * @parent -> Particles 3 <<<<<<<<<<<<<<<<<<<<<<< * * @param -> Particles 4 <<<<<<<<<<<<<<<<<<<<<<< * @text -> パーティクル 4 <<<<<<<<<<<<<<<<<<<<<<< * @desc * * @param P4 Visible * @text 有効化 * @desc パーティクルの有効設定 * @default false * @type boolean * @on 有効 * @off 無効 * @parent -> Particles 4 <<<<<<<<<<<<<<<<<<<<<<< * * @param P4 File Name * @text ファイル名 * @desc 画像のファイル名 * @default Particles4 * @type file * @dir img/titles2/ * @parent -> Particles 4 <<<<<<<<<<<<<<<<<<<<<<< * * @param P4 Amount * @text 発生数 * @desc パーティクルの発生数 * @default 25 * @parent -> Particles 4 <<<<<<<<<<<<<<<<<<<<<<< * * @param P4 X Speed * @text X軸速度 * @desc 基本位置のX軸移動速度。 * 正:右 / 負:左。絶対値が大きいほど高速。 * @default 2 * @parent -> Particles 4 <<<<<<<<<<<<<<<<<<<<<<< * * @param P4 Y Speed * @text Y軸速度 * @desc 基本位置のY軸移動速度。 * 正:下 / 負:上。絶対値が大きいほど高速。 * @default 0.3 * @parent -> Particles 4 <<<<<<<<<<<<<<<<<<<<<<< * * @param P4 Rotation Speed * @text Y軸速度 * @desc 基本位置のY軸移動速度。 * 正:下 / 負:上。絶対値が大きいほど高速。 * @default 0.3 * @parent -> Particles 4 <<<<<<<<<<<<<<<<<<<<<<< * * @param P4 Blend Mode * @text 合成方法 * @desc 画像の合成方法 * 0:通常 / 1:加算 / 2:乗算 * @default 1 * @type select * @option 通常 * @value 0 * @option 加算 * @value 1 * @option 乗算 * @value 2 * @parent -> Particles 4 <<<<<<<<<<<<<<<<<<<<<<< * * @param P4 Anchor * @text 基本位置範囲 * @desc 基本位置(アンカー)からの移動半径 * @default 0 * @parent -> Particles 4 <<<<<<<<<<<<<<<<<<<<<<< * * @param P4 Leaf Mode * @text リーフモード有効化 * @desc 縦横比を変化させ、横回転に見せるモード * @default true * @type boolean * @on 有効 * @off 無効 * @parent -> Particles 4 <<<<<<<<<<<<<<<<<<<<<<< * * @param P4 Transition Time * @text 表示ウェイト * @desc 画像表示開始までのウェイト量 * @default 0 * @parent -> Particles 4 <<<<<<<<<<<<<<<<<<<<<<< * * @param -> Particles 5 <<<<<<<<<<<<<<<<<<<<<<< * @text -> パーティクル 5 <<<<<<<<<<<<<<<<<<<<<<< * @desc * * @param P5 Visible * @text 有効化 * @desc パーティクルの有効設定 * @default false * @type boolean * @on 有効 * @off 無効 * @parent -> Particles 5 <<<<<<<<<<<<<<<<<<<<<<< * * @param P5 File Name * @text ファイル名 * @desc 画像のファイル名 * @default Particles5 * @type file * @dir img/titles2/ * @parent -> Particles 5 <<<<<<<<<<<<<<<<<<<<<<< * * @param P5 Amount * @text 発生数 * @desc パーティクルの発生数 * @default 25 * @parent -> Particles 5 <<<<<<<<<<<<<<<<<<<<<<< * * @param P5 X Speed * @text X軸速度 * @desc 基本位置のX軸移動速度。 * 正:右 / 負:左。絶対値が大きいほど高速。 * @default 4 * @parent -> Particles 5 <<<<<<<<<<<<<<<<<<<<<<< * * @param P5 Y Speed * @text Y軸速度 * @desc 基本位置のY軸移動速度。 * 正:下 / 負:上。絶対値が大きいほど高速。 * @default 0 * @parent -> Particles 5 <<<<<<<<<<<<<<<<<<<<<<< * * @param P5 Rotation Speed * @text Y軸速度 * @desc 基本位置のY軸移動速度。 * 正:下 / 負:上。絶対値が大きいほど高速。 * @default 0 * @parent -> Particles 5 <<<<<<<<<<<<<<<<<<<<<<< * * @param P5 Blend Mode * @text 合成方法 * @desc 画像の合成方法 * 0:通常 / 1:加算 / 2:乗算 * @default 1 * @type select * @option 通常 * @value 0 * @option 加算 * @value 1 * @option 乗算 * @value 2 * @parent -> Particles 5 <<<<<<<<<<<<<<<<<<<<<<< * * @param P5 Anchor * @text 基本位置範囲 * @desc 基本位置(アンカー)からの移動半径 * @default 0 * @parent -> Particles 5 <<<<<<<<<<<<<<<<<<<<<<< * * @param P5 Leaf Mode * @text リーフモード有効化 * @desc 縦横比を変化させ、横回転に見せるモード * @default false * @type boolean * @on 有効 * @off 無効 * @parent -> Particles 5 <<<<<<<<<<<<<<<<<<<<<<< * * @param P5 Transition Time * @text 表示ウェイト * @desc 画像表示開始までのウェイト量 * @default 0 * @parent -> Particles 5 <<<<<<<<<<<<<<<<<<<<<<< * * @param -> Particles 6 <<<<<<<<<<<<<<<<<<<<<<< * @text -> パーティクル 6 <<<<<<<<<<<<<<<<<<<<<<< * @desc * * @param P6 Visible * @text 有効化 * @desc パーティクルの有効設定 * @default false * @type boolean * @on 有効 * @off 無効 * @parent -> Particles 6 <<<<<<<<<<<<<<<<<<<<<<< * * @param P6 File Name * @text ファイル名 * @desc 画像のファイル名 * @default Particles6 * @type file * @dir img/titles2/ * @parent -> Particles 6 <<<<<<<<<<<<<<<<<<<<<<< * * @param P6 Amount * @text 発生数 * @desc パーティクルの発生数 * @default 25 * @parent -> Particles 6 <<<<<<<<<<<<<<<<<<<<<<< * * @param P6 X Speed * @text X軸速度 * @desc 基本位置のX軸移動速度。 * 正:右 / 負:左。絶対値が大きいほど高速。 * @default 4 * @parent -> Particles 6 <<<<<<<<<<<<<<<<<<<<<<< * * @param P6 Y Speed * @text Y軸速度 * @desc 基本位置のY軸移動速度。 * 正:下 / 負:上。絶対値が大きいほど高速。 * @default 0 * @parent -> Particles 6 <<<<<<<<<<<<<<<<<<<<<<< * * @param P6 Rotation Speed * @text 回転速度 * @desc 正:時計回り / 負:反時計回り。絶対値が大きいほど高速。 * @default 0 * @parent -> Particles 6 <<<<<<<<<<<<<<<<<<<<<<< * * @param P6 Blend Mode * @text 合成方法 * @desc 画像の合成方法 * 0:通常 / 1:加算 / 2:乗算 * @default 1 * @type select * @option 通常 * @value 0 * @option 加算 * @value 1 * @option 乗算 * @value 2 * @parent -> Particles 6 <<<<<<<<<<<<<<<<<<<<<<< * * @param P6 Anchor * @text 基本位置範囲 * @desc 基本位置(アンカー)からの移動半径 * @default 0 * @parent -> Particles 6 <<<<<<<<<<<<<<<<<<<<<<< * * @param P6 Leaf Mode * @text リーフモード有効化 * @desc 縦横比を変化させ、横回転に見せるモード * @default false * @type boolean * @on 有効 * @off 無効 * @parent -> Particles 6 <<<<<<<<<<<<<<<<<<<<<<< * * @param P6 Transition Time * @text 表示ウェイト * @desc 画像表示開始までのウェイト量 * @default 0 * @parent -> Particles 6 <<<<<<<<<<<<<<<<<<<<<<< * * @help * 翻訳: * https://fungamemake.com/ * * ============================================================================ * +++ MOG - Title Particles (v1.3) +++ * By Moghunter * https://mogplugins.wordpress.com * ============================================================================ * タイトル画面にパーティクルを追加します。 * * 下記のフォルダに画像ファイルを保存してください。 * * img/titles2/ * * ============================================================================ * * 更新履歴 * ============================================================================ *(v1.3)- コーディングが改善されました。 *(v1.2)- 「エンコーディングに関連するソート」機能の修正。 *(v1.1)- ファイルを選択するためのプラグインパラメーターが改善されました。 */