RETRO Plugin Command UI

● ARCHIVED · READ-ONLY
Started by OcRam 2 posts View original ↗
  1. Hello all RPG Makers out there!

    One day Drakkonis came up with an idea that MV should need plugin command UI similar to MZ! AND NOW IT DOES!

    Please note that this tool is made for RETRO (v0.10 and above) link to thread: https://forums.rpgmakerweb.com/index.php?threads/retro-mz-plugins-on-mv.135715/

    Currently RETRO_Plugin_Command_UI is only available for Windows (welcome to branch out my GitHub repo for Mac version).

    MZ has possibility to pass REALLY complex structs and arrays as plugin command parameter. This tool will format all MZ plugin commands in RETRO format that are instantly usable in MV!

    Just an example that would be not so nice to write: Plugin_Name/Command_Name "My Event" {"Type":"1","Radius":"300","Color":"#ffea00ff","OffsetX":"0", ... ,"Degrees":"360","Angle":"0","Rotation":"0","StartAt":"0.000"}

    RPCUI.png

    Then just use copied command in MV normally:
    RPCUI_MV.png

    Structs, arrays, select, combo, files, numbers, etc.. are supported.
    Few screen shots
    RPCUI_STRUCT.png
    RPCUI_SELECT.png

    Usage of this tool

    You may copy RETRO_Plugin_Command_UI.exe to your project directory and it will auto-detect all MZ plugins that are using plugin commands!

    OR you can use it as MV tool!
    1. Go to ..\Steam\steamapps\common\RPG Maker MV\tool
      Example: C:\Program Files (x86)\Steam\steamapps\common\RPG Maker MV\tool
    2. Create "RETRO_Plugin_Command_UI" folder
    3. Unzip "TOOL_INFO.zip" to created folder
    4. Copy RETRO_Plugin_Command_UI.exe to created folder
    5. Rename RETRO_Plugin_Command_UI.exe to WindowBuilder.exe
    6. Then you can add it in MV normally (Tools >> RPG Maker MV Tools)
    RPCUI_MVT.png

    Then you can quick start RETRO_Plugin_Command_UI anytime!
    RPCUI_TB.png

    RETRO_Plugin_Command_UI has MIT license and it's open source!
    MIT license
    MIT License​

    Copyright (c) 2021 Marko Paakkunainen

    Permission is hereby granted, free of charge, to any person obtaining a copy
    of this software and associated documentation files (the "Software"), to deal
    in the Software without restriction, including without limitation the rights
    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    copies of the Software, and to permit persons to whom the Software is
    furnished to do so, subject to the following conditions:

    The above copyright notice and this permission notice shall be included in all
    copies or substantial portions of the Software.

    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
    SOFTWARE.

    Download (executable): https://ocram-codes.net/download.aspx?folder=mv&zip=RETRO_Plugin_Command_UI

    GitHub (source code): marko-paakkunainen/RETRO_Plugin_Command_UI
  2. Wow!!!
    Very nice!!
    :MV1: