Ackens Hi everyone! I work on a game that I plan on releasing on GameJolt (it's a site that hosts indie games). It has a very nice achievement system, scoreboards and cloud storage. In the process I created a script that can be used to communicate with the GameJolt API that I've turned into a plugin and decided to share with the community. :) It has most of the API but still lacks features so it's still WIP and will be improved. Hope someone finds it useful. GitHub - plugin download and documentation
Sakaki Nice! Many devs request this daily, but everybody was trying to convince them to bind the API with a C++ module. This is an awesome work around, specially for non core programmers! Thank you so much <3
Ackens Thanks for all the kind words! <3 Since it my first plugin I'm happy the community has met it well. At the moment the data storage functions are complete and some new features apart from the main API are being added like a downloader for trophy images. I'll update the repository either this or the next weekend as I only have access to my PC (and the plugin files) during the weekend. :)
Ackens The new version has just been pushed to GitHub, yay. :D Includes: -Data storage API -Downloaders for avatars and trophy icons