Synrec, thanks for the answer, I don't want to pressure you for anything but I would like to know when the next update is.
I bought your Star Shooter plugin too (for MZ), and with this Menu Builder I was trying to make a ship menu for my game. Variables that I put inside Basic Window are not updating, Party Gold inside Basic Window is not updating, thus I cannot make a custom Spaceship Parts Store. Same goes for the buttons, as they are only under Options parameter, I cannot put them in a different window, even if I were to bring them on a different window, by using X,Y coordinates, I cannot use more then 1 button, which does the same thing as clicking on the option itself. I need this for Spaceship Upgrade Menu, I'm trying to present player Spaceship Stats (variables updating by frame) to player, thus player can spend avaliable points on ATK DEF HP and EP in your Star Shooter plugin.
I have limited time, if the update is not soon I will have to look for a new way to implement all of this.
SunSword
Creator of
Recent community posts
Still got json parse problem.
I fixed it by changing this line
const pic_names = JSON.parse(data['Pictures'] || []);
into this
const pic_names = data['Pictures'] || [];
The plugin is trying to JSON.parse the image files, thus it gives error. Because its looking for a string, while we pick the pictures with drop down menu in plugin parameters.
I encountered this problem while adding images to options.
I've used this plugin both with 8D Character Creator and LPC Character Generator (both can be found on itch) and thanks to Chaucer it worked flawlesly! I cant recommend this plugin enough, especially if you are going with more than 3 frame sprite animations!
Besides, Chaucer is the most understanding and helpful dev in this community ( call it RPGM community or plugin devs).
I had a compatibility issue with is plugin and some others, he dedicated his hours helping me, and even updated *this* plugin just so it would work in my project...
He deserves all the praises!
Again, if you're going with 8dir or atleast more than 3 frame sprite animations, you won't regret buying this plugin, its %100 worth its money.
My game dev workstation is my desktop, so usually I download and test everything here. Its a 10 years old windows 8.1 . This afternoon tried again on my laptop (win 11) works flawlessly! Win 8.1 might be the problem. I still dont know.
Also a little tiny request, if you were to visit RPG Developer Bakin official discord channel, people actually enjoy and appreciate your LPC generator there. If you could implement Bakin sprite sheet layout, it would be wonderful!
Its (DOWN, LEFT, UP, RIGHT).
Thanks for the answer btw!




