Comments

Log in with itch.io to leave a comment.

Can you add Compatibility for Plugins that change the menu theme, Like SRD_ AltMenuScreen_KH? - Thanks :p

(1 edit)

For the menu on the pause screen?

I’ll have a look, assuming that is a freely accessible plugin.

Edit:

I see what the issue is. Setting up the live background reloads the map data, which causes it to temporarily become null. SRD_AltMenuScreen_KH in particular assumes that $dataMap is always available when the menu is open, which isn’t unreasonable. Hm…

There is a way to cleanly avoid the reload in theory. It’s more complicated, but it will also greatly improve how well this plugin works with forcing the menu open during battle. I’ll have to rewrite how part of the plugin works, but I’ll try to get it done soon-ish.

(1 edit)

The update is now live!

The ‘clean’ approach I had in mind wasn’t as clean as expected, so instead I prevented only the map data reload.

The only noticeable effect should be improved compatibility, but the menu should also open unnoticeably faster now in general.