MOG Character Select - MOG_CharSelect.js
シェア用テキスト:
▼MOG Character Select(Moghunter様作) - MOG_CharSelect.js
https://plugin.fungamemake.com/archives/19254
アクター選択シーンを追加
ふりがな:きゃらくたーせれくと
機能概要: アクター選択シーンを追加
利用規約(ライセンス):https://mogplugins.wordpress.com/terms-of-use/
作者:Moghunter
作者サイト:https://x.com/moghunter1
解説ページ:https://fungamemake.com/archives/3320
ダウンロードページ:https://mogplugins.wordpress.com/rpg-maker-mv/
ファイル名:MOG_CharSelect.js
プラグインのヘルプ:
/*:ja * @plugindesc (v1.1) アクター選択シーンを追加します。 * @author Moghunter * * @param Initial Party Size * @desc 選択するパーティメンバーの人数 * @default 4 * * @param Hide Actor IDs * @desc 隠すアクターID * 例 - 1,4,7,14 * @default 101,102,105,106 * * @param Ring Size * @desc 選択リングのサイズ * @default 200 * * @param Face X-Axis * @desc 選択肢画像のX軸位置 * @default 30 * * @param Face Y-Axis * @desc 選択肢画像のX軸位置 * @default 0 * * @param Face 2 X-Axis * @desc 選択された画像のX軸位置 * @default 690 * * @param Face 2 Y-Axis * @desc 選択された画像のY軸位置 * @default 150 * * @param Face Face 2 Space * @desc 画像間の間隔 * @default 90 * * @param Picture X-Axis * @desc アクター画像のX軸位置 * @default 70 * * @param Picture Y-Axis * @desc アクター画像のY軸位置 * @default 0 * * @param Cursor X-Axis * @desc カーソルのX軸位置 * @default 0 * * @param Cursor Y-Axis * @desc カーソルのY軸位置 * @default 0 * * @param Cursor Rotation * @desc カーソルの回転速度 * @default 0.02 * * @param Name X-Axis * @desc 名前のX軸位置 * @default 20 * * @param Name Y-Axis * @desc 名前のY軸位置 * @default 525 * * @param Par X-Axis * @desc 能力値のX軸位置 * @default 270 * * @param Par Y-Axis * @desc 能力値のY軸位置 * @default 200 * * @param Par Font Size * @desc 能力値のフォントサイズ * @default 22 * * @help * 翻訳:ムノクラ * https://munokura.tk/ * https://twitter.com/munokura/ * * =========================================================================== * +++ MOG - Character Select (v1.1) +++ * By Moghunter * https://atelierrgss.wordpress.com/ * =========================================================================== * アクター選択シーンを追加します。 * * =========================================================================== * 必要画像ファイル * =========================================================================== * 必要な画像ファイルを各フォルダーに保存してください。 * * /img/charselect/ * Background.png * Cursor.png * Layout.png * * /img/charselect/faces_a/ * Actor_ ID.png * * 例 * * Actor_1.png * Actor_2.png * Actor_3.png * Actor_4.png * ... * * /img/charselect/faces_b/ * Actor_ ID.png * * /img/pictures/ * Actor_ ID.png * * =========================================================================== * プラグインコマンド * =========================================================================== * 以下のプラグインコマンドでシーンを呼び出します。 * * character_select * * =========================================================================== * 更新履歴 * =========================================================================== * (v1.1) - リングのサイズを設定するオプションを追加 * */