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

#ツクプラ

MOG Battle Cursor - MOG_BattleCursor.js

シェア用テキスト:
▼MOG Battle Cursor(Moghunter様作) - MOG_BattleCursor.js
https://plugin.fungamemake.com/archives/19200
対象選択にカーソルを追加

ふりがな:ばとるかーそる

機能概要: 対象選択にカーソルを追加

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

作者:Moghunter

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

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

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

ファイル名:MOG_BattleCursor.js

プラグインのヘルプ:

/*:ja
 * @plugindesc (v2.3 *) 対象選択にカーソルを追加します。
 * @author Moghunter
 *
 * @param X-Axis
 * @desc カーソルのX軸位置設定
 * @default 0
 *
 * @param Y-Axis
 * @desc カーソルのY軸位置設定
 * @default 0
 *
 * @param Name Visible
 * @desc 対象の名前表示の有効設定
 * @type boolean
 * @on 有効
 * @off 無効
 * @default true
 *
 * @param Name X-Axis
 * @desc 名前のX軸位置設定
 * @default 0
 *
 * @param Name Y-Axis
 * @desc 名前のY軸位置設定
 * @default 0
 *
 * @param Font Size
 * @desc 名前のフォントサイズ
 * @type number
 * @default 18
 *
 * @param Float Effect
 * @desc カーソルのフロート表示の有効設定
 * @type boolean
 * @on 有効
 * @off 無効
 * @default true
 *
 * @param Sort X-Axis
 * @desc 敵の順番基準をX軸に有効設定
 * @type boolean
 * @on 有効
 * @off 無効
 * @default true
 *
 * @param Window Visible
 * @desc 対象ウィンドウ表示の有効設定
 * @type boolean
 * @on 有効
 * @off 無効
 * @default false
 *
 * @param Touch Selection
 * @desc クリック対象選択の有効設定
 * @type boolean
 * @on 有効
 * @off 無効
 * @default true
 *
 * @param  Help All Allies
 * @desc 全味方対象でのテキスト表示
 * @default 全ての仲間
 *
 * @param  Help All Enemies
 * @desc 全敵対象でのテキスト表示
 * @default 全ての敵
 *
 * @help
 * 翻訳:ムノクラ
 * https://munokura.tk/
 * https://twitter.com/munokura/
 *
 * ===========================================================================
 * +++ MOG - Battle Cursor (v2.3) +++
 * By Moghunter
 * https://atelierrgss.wordpress.com/
 * ===========================================================================
 * 対象選択にカーソルを追加します。
 *
 * ===========================================================================
 * カーソルの画像が必要です。
 * 下記フォルダに保存してください。
 * /img/system/
 *
 * BattleCursor_A.png
 * BattleCursor_B.png
 *
 * ===========================================================================
 * 特定の敵に対してカーソル位置を調整したい場合、
 * 下記のメモタグを敵のメモ欄に記入して下さい。
 *
 * Arrow Offset: X:Y
 *
 * 例
 *
 * Arrow Offset: 25:30
 *
 * ===========================================================================
 * - 更新履歴 (version 2.3)
 * ===========================================================================
 * (NEW) - RPG Maker MV 1.5以降のバージョン用のプラグインパラメータ更新
 * (NEW) - Frontal Battle Camera プラグインとの互換性
 * (BUG FIX) - バトラーのインデックスを整理するバグ修正
 *
 */

スポンサードリンク

スポンサードリンク

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