09/08/2021 - Stable version!
Hi makers!
I finally managed to complete this plugin. It was in the Beta phase for a long time. But now I believe it is ready to use!
I updated the help file, the plugin code, and parameters.
Also, put a sample project for windows and an APK version for you to test on android.
Files
EliMZ_MobileControls 1-0-0.zip 9.1 kB
Sep 08, 2021
Mobile Control 1-0-0 Destop Sample 5.8 MB
Sep 08, 2021
mobileControls.apk 7.7 MB
Sep 09, 2021
Get Hakuen Studio Mobile Controls for RPG Maker MZ
Download NowName your own price
Hakuen Studio Mobile Controls for RPG Maker MZ
Add responsive mobile controls for Rpg Maker!
Status | Released |
Category | Tool |
Author | Hakuen Studio |
Tags | hakuen-studio, mz, plugins, RPG Maker, RPG Maker MV, RPG Maker MZ, rpg-maker-plugin, tools |
Languages | English |
More posts
- Version 5.2.0 - New feature!Jun 08, 2023
- Version 5.1.0 - New feature!May 08, 2023
- Version 5.0.12 - Bug fix and compatibility patchJan 31, 2023
- Version 5.0.11 - Bug fix!Jan 24, 2023
- Version 5.0.10 - Bug fix!Jan 09, 2023
- Version 5.0.9 - Bug Fix!Nov 28, 2022
- Version 5.0.8 - Bug fix!May 20, 2022
- 5.0.7 - Minor changesMay 09, 2022
- Version 5.0.6 - Bug fixes!Mar 28, 2022
- Version 5.0.5 - Bug fix!Mar 17, 2022
Comments
Log in with itch.io to leave a comment.
Hi there!
The plugin lets you create a special button, that when pressed, will hide/show all other buttons.
But you could also use the script call:
hi , very good plugin. nice work .
maybe this post is old but I have a question : can you turn on/off the plugin with a plugin command or a script call ? like turn it off in certain maps ? not just hide, turning the plugin off like in a "character select scene"
Hi there!
On regular and Dpad type buttons, you can specify a condition for the buttons to show on the plugin parameter.
If you want it to not show on the maps, you can use this:
This will return true, if the current map id is not any of those listed inside the brackets. So just keep listing the map ids you do not want to show the buttons.
Another way is hide/show by using script calls:
or
thx for the reply :), ive found a side B solution with a paralel event with this script call on it
Nice! Have fun :)