Skip to main content

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

I'm having some trouble getting this plugin to work. I have the effects set to true in the plugin settings, but when I start the game they don't seem to work. Any advice on how to properly ensure they work? Thanks so much!

Slight Update: I was able to get superretroplus.js to work, but not superretromax.js. What is the major difference? The most I could really see was that max is newer, but it doesn't work when I add it.

Just different algorithms and more optimized performance, generally though it shouldn't be too noticable in terms of visuals, maybe slight differences? I recommend copying the shader code from the Max one over to the superretroplus one

Thank you so much for your reply! Do you have any direction on how to copy the shader code over? This is my first time working with a plugin like this one. (It looks fantastic btw)

Sorry for necroing this up, but I've been sniffing around in the code since I was fussing with this plugin today (I'm interested in the gameboy color mode algorithm maybe being tidier in the Max version, closer to the isolated gameboy color output plugin). My code literacy is very minimal, but as far as I can tell the shader parameters are in line 15, but Plus doesn't call for that variable anywhere so it's not just a matter of copying that line. My next idea was to copy most of the body over, but like you I don't see anything happening when Max is on (even with no other plugins), so like I'm not sure what to translate over to make parts of Max work without making Plus not work.

Not to ramble on, I guess most of that is unimportant. Did you ever get further direction on how to get Max to function by copying segments to Plus?