mobile controls plugin rpg maker

Mobile Controls. Update 1.4

Changelog:

  • Added new script calls: PKD_MobileControls.HideAll() and PKD_MobileControls.ShowAll(). These functions allow you to hide or show all mobile controls at once.

  • Added new parameters for joystick: Inactive Opacity and Active Opacity. These parameters allow you to set the opacity of the joystick when it is inactive or active. You can make the joystick invisible when it is inactive, or make it semi-transparent.

  • Added new parameter for buttons and switch buttons: Clickable when game message – allows to make buttons clickable when any game message is visible.

  • Added new parameter for buttons and switch buttons: Clickable while Event running – allows to make buttons clickable when any event is running (if false, button will be disabled while event is running).

  • Added new parameter for all elements: Scenes Visibility Filter – allows to set visibility of joystick and buttons in different scenes. Now you can add buttons to the game menu and any other scenes.


  • Added new parameter for all elements: Opacity when hidden – allows to set opacity of the element when it is hidden (for example, when game message is visible). Now you can hide some elements at all.

  • New Plugin parameter: Sync with Touch UI Visibility – if enabled, the visibility of the mobile controls will be synchronized with the visibility of the Touch UI option in the game settings.

  • New Plugin parameter: Add Touch UI Option for MV – if enabled, the Touch UI option will be added to the game settings.

  • Updated code to support latest RPG Maker MZ 1.9.0 version.

  • Added guide