Skip to main content

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

Yeah, thanks for the tests and quick feedback. The diagnosis seems to indicate with a good degree of certainty what I feared: two plugins are modifying the same menu class at the same time, and one is overwriting the other. The change in loading priority order indicates this.

It's as if my plugin tells the game to look left and VisuStella to look right; the latter order is what prevails.

The fact that VisuStella still has two other plugins that are dependencies only complicates things, because I'm not sure if only the final plugin is modifying the class or all of them.

Can I talk to you on Discord or via email? I'll need a code snippet to try modifying a version of my plugin to add the menu instead of creating it. This will be a version modified especially for you because, as a rule, I can't guarantee compatibility with other plugins that modify the exact same class in the same way as my plugin (it would be a development nightmare to guarantee that).

But we'll try to make it work.

If its too much work to mess with, you can let me know, I can always save it for my next idea. But if you do wanna give it a shot yeah just let me know what part to get and where to email it too.

I don't think it's anything particularly difficult. I just need to run some behavior tests to understand the best way to make everything work together: whether to isolate the functions of my plugin so that after the VisuStella menu is built, without altering it, or to incorporate the creation of my menu directly into the VisuStella plugin.

If you want to try, we can.

(1 edit)

actually putting it right above the plugin has forced two of them to work weirdly enough?  the skills one wont work but the amplify and throwing one will work so i should be able to just work with those( edit actually while it did fix that part i ended up breaking something else oh my game is truly heldtogether by duct tape)

Hey bro, send me an email with your name, I'll get some files from you and we'll try to sort it out.

email: cado@live.jp

(1 edit)

ITs alright kadajah thank you I went ahead and decided against it. (sorry it took me so long to respond) 

No problem, man, but know that if you ever return to this project, let me know. I'm the type who doesn't give up until the problem is solved.

So I'm still willing to try. I really don't think it will be that complicated, but I would need to see the files working together.