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

#ツクプラ

ds メニューにサイドビューキャラを表示 - dsSVActorForMenu.js

シェア用テキスト:
▼ds メニューにサイドビューキャラを表示(道楽様作) - dsSVActorForMenu.js
https://plugin.fungamemake.com/archives/2507
メインメニュー中のフェイス表示をSV戦闘キャラに置き換えます。

ふりがな:めにゅーにさいどびゅーきゃらをひょうじ

機能概要: メインメニュー中のフェイス表示をSV戦闘キャラに置き換えます。

利用規約(ライセンス): MITライセンス

作者:道楽

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

解説ページ:http://dourakusoftweb.blog.fc2.com/blog-entry-7.html

ダウンロードページ:http://dourakusoftweb.blog.fc2.com/blog-entry-10.html

ファイル名:dsSVActorForMenu.js

プラグインのヘルプ:

/*:
 * @plugindesc メニューにサイドビューキャラを表示するプラグイン ver1.3.0
 * @author 道楽
 *
 * @param Actor Motion Idle
 * @desc 非選択時のアクターのモーション
 * @default walk
 *
 * @param Actor Motion Active
 * @desc 選択時のアクターのモーション
 * @default victory
 *
 * @param Apply States Motion
 * @desc ステートに設定されている[SV]モーションの影響を与えます
 * @default false
 * @type boolean
 *
 * @help
 * 使用できるモーション名
 *   walk     wait
 *   chant    guard
 *   damage   evade
 *   thrust   swing
 *   missile  skill
 *   spell    item
 *   escape   victory
 *   dying    abnormal
 *   sleep    dead
 *
 * このプラグインは以下のメモタグの設定ができます。
 *
 * -----------------------------------------------------------------------------
 * ステートに設定するメモタグ
 *
 * <menuActorMotion:[モーション名]>
 *  ステート時にアクターのモーションを変更します
 *  [モーション名] - 変更するモーションの名称を設定します(文字列)
 *                   「Apply States Motion」がtrueの場合でもこちらが優先されます
 */

スポンサードリンク

スポンサードリンク

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