Comments

Log in with itch.io to leave a comment.

Absolutely amazing plugin! While using it, I've had some questions, is it possible to 

1. remove actor names from the party status window

2. import custom asset for the hp bar

3. change the font, especially for certain elements (one font for actor commands, another for item selection)

4. and finally, have both hp bars for both parties have their own positions? one on the left, the other on the right? 

thank you as always!

(+1)

Thanks for your feedback!

1. You can set the fontsize to 0 but I can also add a switch to make it easier 

2. Customizing the gauges is a bit tricky. You probably want to try out some other plugins that are specialized on the gauges

3. Okay, I will add more font settings soon!

4. I can add settings for enemy's gauges, but individualizing for each member would be too heavy. Hope that's okay

Thats completely fine! I'm wondering what genre of plugins I should avoid that would be incompatible with yours, in that case? In regards to the custom health gauge and all. Thank you 🤍

Deleted 5 hours ago

Will there be a way to make the gauges disappear?

I will add it for the next update :)

(3 edits)

Very happy to see this out :)

What's the... 

const indexHtml =with a trizillion characters after it?

It's not obfuscated text is it?

And also, could you make the plugin enable 5 columns of skills?

And if possible, can we change the layout of each character command, like in a cross fashion?

(1 edit)

The webapp is bundled inside the plugin, so you can easily start it by pressing F9 without needing to install any software first. The process of compiling makes it unreadable for humans; not because I want to obfuscate, but because this is a very reliable way to package a web app inside a plugin.

When scrolling down, you can see that the game code itself is readable.

Yes, I can. In the meantime, you can open the config_battle.json in uicustom folder of your game and directly write any number into this field.

EDIT:

Making something like a cross is very difficult to implement and also increases the risk of incompatibilities with other plugins.

Thank you for your quick response. This all makes sense. If I find a plugin that makes the cross command menu, will it conflict with yours? Because I'll need one. 

Difficult to say, but in case you will find an incompatibility, just tell me and I'm confident that we find a solution :)

Thank you!