Hiya, Newgrounds just released a new feature to their newgrounds.io api to include cloud saves. I'm kinda hoping someone here is already a plugin savvy Newgrounder and on top of it, but if nobody's working on anything and financial incentive is needed I can probably part with like $100 (don't hurt me I'm poor)
There are a few Construct 3 NG.io plugins, which were ported from rex's C2 plugins:
This one is for authentication, the other 2 plugins depend on it:
construct.net/en/make-games/addons/335/newgrounds-authentication-port
This one is for achievements, or "medals":
construct.net/en/make-games/addons/349/newgrounds-medals-port
This one is for scoreboards:
construct.net/en/make-games/addons/348/newgrounds-scoreboard-port
I don't know if you're able to just make a cloud module that's compatible with these, or if you'd have to make your own suite, but I'd like to make sure I don't lose access to any of the functions I already have.
The Newgrounds.io api github:
github.com/PsychoGoldfishNG/newgrounds.io-for-javascript-html5
And finally here is the documentation for the new Cloud Save component (and Newgrounds.io in general):
newgrounds.io/help/components
I really would try to do it myself, but I couldn't even port an effect or make a simple plugin with the sdk, and I hardly think it's as easy as copying and pasting the NG.io api into it LOL
If you want payment I can do paypal k thanks
bonus: has anyone figured out how to play music from newgrounds URLs geometry dash-style? Got a bullet hell rhythm game in the works, was hoping I could let users add music from URL or local file. Couldn't get the playfromurl event to work, nor the custom audiofromurl plugin from here.