- Joined
- Jan 13, 2021
- Messages
- 83
- Reaction score
- 58
- First Language
- English
- Primarily Uses
- RMMV
Update: 2.0 released!
Update 2.0 brings in EXP and Licenses side by side as an optional parameter. Now more flexibility!
Introduction
Have you ever wanted a different kind of leveling up system in your RPG? Maybe one similar to Final Fantasy XII where you have a board you can navigate with each character, deciding where exactly you wish each one to excel? Well, Gimmer_LicenseBoard does just that.
Installation
You will require the following files:
Requirements
This plugin is developed and tested in RPG Maker MV v1.6.1.
Plugin Files:
Download free at https://gimmer.itch.io/licenseboard
Licenses.json Creation Tool
Included is a map tool that let's you use a special tileset to create maps.
You can create a map in RPGMaker MV using the provided tileset, and then take the Map000x.json file rpgmaker saves and run it through the html/js tool to convert into a licenses.json.
Instructions are provided with the tool to show how to use it in more details.
Video Tutorial:
Version History:
Version 1.0: Initial Release!
Version 1.1: Added support for hiding and showing the menu option with an in game switch.
Version 1.2: Added support for multiple license boards for difference classes
Version 1.3: Added optional parameter to show all licenses, put in some parameters for some of the hardcoded text labels on the success popup.
Version 1.3.1: Fixed mouse scrolling to not break the board.
Version 1.4: Support for xparams and sparams, using TextManager for success language
Version 1.5: Support for cost in licenses being equations instead of static numbers,
Version 1.5.1: Support for numLicenses() and numLicensesOfType() in cost equations
Version 1.5.2: Bug fix for deductions not working properly, and rounding in displays wrong
Version 2.0: Support for Exp and Licenses side by side
License:
Free for both commercial and non-commercial use, with credit.
Credits:
codapill for all graphical assets provided.
Update 2.0 brings in EXP and Licenses side by side as an optional parameter. Now more flexibility!
Introduction
Have you ever wanted a different kind of leveling up system in your RPG? Maybe one similar to Final Fantasy XII where you have a board you can navigate with each character, deciding where exactly you wish each one to excel? Well, Gimmer_LicenseBoard does just that.
Installation
You will require the following files:
- js/plugins: Gimmer_Core for the scaffolding needed to run this.
- js/plugins: Gimmer_LicenseBoard for the plugin itself
- img/system: LicenseIconSet: a 64x64 icon set needed to draw the board. You can customize this with your own iconset so long as the 64x64 is maintained, and the icon indexes match the one provided
- img/system: LargeLicenseIconSet: If you want to have a success window, you also need a single row of large 170x170 icons for the various gain types. You can customize this as well, but one is provided
- data/Licenses.json: a json list of all the licenses. An example file is provided.
Requirements
This plugin is developed and tested in RPG Maker MV v1.6.1.
Plugin Files:
Download free at https://gimmer.itch.io/licenseboard
Licenses.json Creation Tool
Included is a map tool that let's you use a special tileset to create maps.
You can create a map in RPGMaker MV using the provided tileset, and then take the Map000x.json file rpgmaker saves and run it through the html/js tool to convert into a licenses.json.
Instructions are provided with the tool to show how to use it in more details.
Video Tutorial:
Version History:
Version 1.0: Initial Release!
Version 1.1: Added support for hiding and showing the menu option with an in game switch.
Version 1.2: Added support for multiple license boards for difference classes
Version 1.3: Added optional parameter to show all licenses, put in some parameters for some of the hardcoded text labels on the success popup.
Version 1.3.1: Fixed mouse scrolling to not break the board.
Version 1.4: Support for xparams and sparams, using TextManager for success language
Version 1.5: Support for cost in licenses being equations instead of static numbers,
Version 1.5.1: Support for numLicenses() and numLicensesOfType() in cost equations
Version 1.5.2: Bug fix for deductions not working properly, and rounding in displays wrong
Version 2.0: Support for Exp and Licenses side by side
License:
Free for both commercial and non-commercial use, with credit.
Credits:
codapill for all graphical assets provided.
Last edited: