RPGツクールMV用プラグイン投稿・告知サイト

#ツクプラ

MOG FootSteps - MOG_FootSteps.js

シェア用テキスト:
▼MOG FootSteps(Moghunter様作) - MOG_FootSteps.js
https://plugin.fungamemake.com/archives/19248
特定の地形タグでキャラクターの足跡を表示

ふりがな:ふっとすてっぷ

機能概要: 特定の地形タグでキャラクターの足跡を表示

利用規約(ライセンス):https://mogplugins.wordpress.com/terms-of-use/

作者:Moghunter

作者サイト:https://x.com/moghunter1

解説ページ:https://fungamemake.com/archives/3133

ダウンロードページ:https://mogplugins.wordpress.com/rpg-maker-mv/

ファイル名:MOG_FootSteps.js

プラグインのヘルプ:

/*:ja
 * @plugindesc (v1.1) 特定の地形タグでキャラクターの足跡を表示します。
 * @author Moghunter
 *
 * @param StepFoot Terrain ID
 * @desc 足跡の地形タグ設定
 * @default 1
 *
 * @param WaterSlash Terrain ID
 * @desc 水しぶきの地形タグ設定
 * @default 2
 *
 * @param Duration
 * @desc 足跡の表示時間
 * @default 60
 *
 * @param X-Axis Offset
 * @desc X軸位置設定
 * @default 0
 *
 * @param Y-Axis Offset
 * @desc Y軸位置設定
 * @default 5
 *
 * @param Play WaterSplash SE
 * @desc 水しぶき音の有効設定
 * @type boolean
 * @on 有効
 * @off 無効
 * @default false
 *
 * @param SE File Name
 * @desc サウンドエフェクトのファイル名
 * @type file
 * @dir audio/se/
 * @default Ice1
 *
 * @help
 * 翻訳:ムノクラ
 * https://munokura.tk/
 * https://twitter.com/munokura/
 *
 * ===========================================================================
 * +++ MOG - Footsteps (v1.1) +++
 * By Moghunter
 * https://atelierrgss.wordpress.com/
 * ===========================================================================
 * 特定の地形タグでキャラクターの足跡を表示します。
 *
 * 必要な画像ファイルを下記フォルダに保存してください。
 * (/img/system/)
 *
 * FootStep.png
 * WaterSplash.png
 *
 * ===========================================================================
 * プラグインコマンド
 * ===========================================================================
 * 以下のプラグインコマンドでシステムを有効/無効にします。
 *
 * enable_footsteps
 * disable_footsteps
 *
 * ===========================================================================
 * 注釈 (イベント)
 * ===========================================================================
 * イベントで特定の画像を定義するには、以下の注釈を使用します。
 *
 * footstep_sprite : FILENAME
 *
 * 例
 *
 * footstep_sprite : FootStepChicken
 *
 * ---------------------------------------------------------------------------
 * イベントでのみシステムを無効にするには、以下の注釈を使用します。
 *
 * disable_footstep
 *
 * ===========================================================================
 * メモタグ (アクター)
 * ===========================================================================
 * アクターに特定の画像を設定するには、
 * アクターのメモ欄に以下のタグを入力します。
 *
 * Footstep Sprite: FILENAME
 *
 * 例
 *
 * Footstep Sprite: FootStepChicken
 *
 * ===========================================================================
 * 更新履歴
 * ===========================================================================
 * (v1.1) - キャラクターの足跡のグラフィックを設定するオプション
 *        - スプラッシュアニメーションの改善
 *
 */

スポンサードリンク

スポンサードリンク

Copyright© #ツクプラ , 2025 All Rights Reserved.