Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

SunSword

11
Posts
8
Followers
16
Following
A member registered Apr 23, 2023 · View creator page →

Creator of

Recent community posts

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. 

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.

Thanks Megum! I sent you a request on Discord, your Twitter messages are closed.

Thanks for the quick reply! I was able to buy and download the plugin through the link you provided. I appreciate the help, thanks!

It's unfortunate only payment method is paypal. We don't have paypal in my country. Such plugin is quite important for my current project.
Do you have this plugin on any other platform that I can buy with credit or debit cards?

It's unfortunate only payment method is paypal. We don't have paypal in my country. Such plugin is quite important for my current project.
Do you have this plugin on any other platform that I can buy with credit or debit cards?

One single question before I download it and spend my whole life on it :D
Does it support any video format?
Would it be possible to make intro and cutscenes with pre-rendered videos?

I just noticed your reply. This is devastating for me. Dont know what to say. I was away from Discord for a long time, didnt know about this.
Thanks for telling me this. Always a kind person, a beautiful soul...
R.I.P. Paul

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!

Just downloaded and testing, it doesnt save or export anything, including credits txt files. Besides no file format can be seletected while exporting, only .char is shown when saving (without any results).