I'm attaching a different one I made, without any weapon or armor nodesCan you attach your Licenses.json file? I can take a look at it
I wasn't aware to put it in each class, so I just did that.Are you saving it as Licenses.txt or Licenses.json?
The format looks correct, so that's good.
Next thing would be to check if you've set <BoardName:Map175> in the note tag of all of the classes, as it's currently the only boardName available?
Nope. When I open the console it just shows the same error strings.Hmm, anything in the dev console on game launch before the error occurs? The error is finding a null when it goes to grab the board info, but maybe there's an earlier non-fatal error that explains why it's not there
I updated the file, like you suggested but still the same errorsDoes the error fire only when you open the menu, or right at launch?
The only explanation I can think is it's not opening the Licenses.json file. Can you send a screen shot of the data directory?
You can also double check you have the newest version at:
![]()
RPG-Maker-MV-Plugins/Plugins/Gimmer_LicenseBoard at master · gimmer/RPG-Maker-MV-Plugins
A collection of RPG Maker MV Plugins and utilities - RPG-Maker-MV-Plugins/Plugins/Gimmer_LicenseBoard at master · gimmer/RPG-Maker-MV-Pluginsgithub.com
It's possible I didn't update it at itch and am mixing up instructions
It works now!You just need to add <StartingLicensePosition:x,y> to the class as well to start somewhere on the grid
it works! (I was trying to use 'x' instead of '*' before I askedThere is! Now to remember how I did it!
*reads own code frantically*
* The values for the equations can either be relative to the value of the node (for attributes):
* EG: \<hp:v/10> would mean "HP nodes cost the value they give divided by 10 points to buy"
* Or can be static:
* EG: \<weapon:10> would mean all weapon nodes cost 10 points.
So you'd want <atk:v*5> I believe