Версия: 1.3.0

Описание: Позволяет использовать графические кнопки вместо окна выбора.

Особенности:

  • Используйте изображения вместо окна выбора.
  • Используйте эффект свечения для подсветки выбора.
  • Используйте полупрозрачность для неактивных изображений.

* – installation of the third-party pixi-filters library is required.

Совместимость:

  • RPG Maker MV: 1.5+
  • RPG Maker MZ: 1.0+

Инструкция:

спойлер
 Attention! To use a graphical choice
 it is necessary that all choices be written through a pattern!
 Use the following pattern instead of choice text:
 /pic[filename|text|x|y]
 filename - Image filename.
 text - Choice text.
 x, y - X and Y coordinates. Calculated with Javascript.

 Example:
 /pic[button1|Text1|100|100]

 Example (coordinates from variables):
 /pic[button2|Text2|$gameVariables.value(ID1)|$gameVariables.value(ID2)]

 Example (no text):
 /pic[button3||100|100]

 If you need the filename or text to be calculated using Javascript,
 then use the following template:
 /pic[eval(filename)|eval(text)|x|y]
 Example:
 /pic[eval($gameVariables.value(ID1))|Text1|100|100]
 Example:
 /pic[button2|eval($gameVariables.value(ID1))|100|100]

Предпросмотр (с эффектом черного свечения)

GIF

Список изменений:

спойлер

Версия 1.3.0:

  • Added the ability to use the eval function to calculate the name of an image and/or text.
  • Help updated.

Версия 1.2.0:

  • Added a plugin command to set the horizontal arrangement of selection commands (needed to toggle the selection left/right from the keyboard).
  • Added some optimizations.
  • Fixed mouse select bug on RPG Maker MV (thanks to Jitsu).

Версия 1.1.0:

  • Added selection effect setting (no effect or glow effect*).
  • Added deselection effect setting (no effect or transparency).
  • Fixed a bug with no sounds.
  • Fixed bug with mouse selection.
  • Fixed freeze in subsequent elections.

* – installation of the third-party pixi-filters library is required.

Языки справки: Английский, Русский

Правила использования

Как получить коммерческую лицензию

Загрузки:

Как получить PRO версию:

  • PRO версия доступна при подписке на Boosty или Patreon для “Exclusive plugins” уровня или выше
  • Купить плагин на Boosty или Patreon
  • Купить плагин на сайте

Связанные Посты