当サイトの運営者です。ゲーム制作とプラグイン開発が好きで、コミュニティに貢献したいと考えています。
RPGツクールMZでゲームを制作中です。
※プログラマ・エンジニアではありません。
MOG Actor Turn Indicator - MOG_ActorTurnIndicator.js
シェア用テキスト:
▼MOG Actor Turn Indicator(Moghunter様作) - MOG_ActorTurnIndicator.js
https://plugin.fungamemake.com/archives/19190
サイドビュー戦闘で選択ターン中のアクターにエフェクトを表示
ふりがな:あくたーたーんいんじけーた
機能概要: サイドビュー戦闘で選択ターン中のアクターにエフェクトを表示
利用規約(ライセンス):https://mogplugins.wordpress.com/terms-of-use/
作者:Moghunter
作者サイト:https://x.com/moghunter1
解説ページ:https://fungamemake.com/archives/2517
ダウンロードページ:https://mogplugins.wordpress.com/rpg-maker-mv/
ファイル名:MOG_ActorTurnIndicator.js
プラグインのヘルプ:
/*:ja * @plugindesc (v1.1 *) サイドビュー戦闘で選択ターン中のアクターにエフェクトを表示します。 * @author Moghunter * * @param X-Axis Offset * @desc 画像のX軸オフセット位置 * @default 0 * * @param Y-Axis Offset * @desc 画像のY軸オフセット位置 * @default 0 * * @param Blend Mode * @desc ブレンドの種類の設定 * 0 - 通常 1 - 乗算 2 - スクリーン * @type select * @option 通常 * @value 0 * @option 乗算 * @value 1 * @option スクリーン * @value 2 * @default 1 * * @param Rotation Speed * @desc 回転速度 * @default 0 * * @param Number of Frames * @desc フレーム数設定 * @default 4 * * @param Animation Speed * @desc アニメーションの速度設定 * @default 5 * * @param Zoom Animation * @type boolean * @desc ズームアニメーションの有効設定 * @default false * * @help * 翻訳:ムノクラ * https://munokura.tk/ * https://twitter.com/munokura/ * * * ============================================================================ * +++ MOG - Actor Turn Indicator (v1.1) +++ * By Moghunter * https://atelierrgss.wordpress.com/ * ============================================================================ * サイドビュー戦闘で選択ターン中のアクターにエフェクトを表示します。 * * ============================================================================ * - 必要ファイル - * ============================================================================ * 下記のファイルが必要です。 (img/system/) * * -> TurnIndicator.png * * ============================================================================ * - WHAT'S NEW (version 1.1) * ============================================================================ * - (NEW) - RM1.5+と互換性のあるプラグインパラメータ * - (NEW) - ズームアニメーションを追加 * */