プレイヤーがメニュー内でアイテムやスキルを使用していて、アクターを選択する必要があるときのためにウィンドウをカスタマイズするプラグイン – SRD_InMenuUsageUpgrade.js
- タイトル
- Customize the Window for when the Player uses an Item or Skill in the menu and it requires an Actor to be selected.
- 作者名
- SumRndmDde様
- ヘルプ
-
In-Menu Usage Upgrade
Version 1.00
SumRndmDde
This Plugin allows you to customize the Window for when the Player uses
an Item or Skill in the menu and it requires an Actor to be selected.
The main feature of this Plugin is the ability to revert the Window
back to default so it can be used normally while using an Alt Menu
Screen Plugin.
The position, alignment, and size of the window can also be changed
using the Parameters.
==========================================================================
End of Help File
==========================================================================
Welcome to the bottom of the Help file.
Thanks for reading!
If you have questions, or if you enjoyed this Plugin, please check
out my YouTube channel!
https://www.youtube.com/c/SumRndmDde
Until next time,
~ SumRndmDde - パラメータ
-
param Use Default Window desc If using an Alt Menu Screen, set this to 'true' to revert the window used to select an Actor to the default one. default true param Condense Mode desc If using Default Window, you can also use Condense Mode to condense the info shown. Set to 'true' to use. default false param == Window Position == default param Horiontal Align desc The horizontal alignment of the window used to select an Actor. The choices are: Left, Center, Right, Auto. default Auto param Vertical Align desc The vertical alignment of the window used to select an Actor. The choices are: Up, Center, Down. default Center param X Offset desc This value is added to x position of the window used to select an Actor. default 0 param Y Offset desc This value is added to y position of the window used to select an Actor. default 0 param == Default Options == default param Width desc This value is the width of the window used to select an Actor. Can be Number or JavaScript evaluation. default Graphics.boxWidth - 240 param Height desc This value is the height of the window used to select an Actor. Can be Number or JavaScript evaluation. default Graphics.boxHeight(this.maxItems() / 4) param Visible Rows desc This value is the number of rows of the window used to select an Actor. Can be Number or JavaScript evaluation. default Math.min(this.maxItems(), 4) param Max Columns desc This value is the maximum columns of the window used to select an Actor. Can be Number or JavaScript evaluation. default 1 - ライセンス表記
紹介ページ https://github.com/SumRndmDde/RPG-Maker-MV-Plugins/blob/master/SRD_InMenuUsageUpgrade.js