We're archiving the forums and going read only! You'll be able to see old threads, but new topics and replies have been disabled.

Visit the Game Jolt community for new questions and conversations.


Download GameJolt API for CF2.5 or MMF2: http://gamejolt.com/games/arcade/fusion-2-5-gamejoltapi/27301/

You can try it out by running the .exe

To open and use the .mfa you need:

Full version of Clickteam Fusion 2.5

Get Object (http://www.aquadasoft.com/Get.zip)

String Tokenizer (http://www.aquadasoft.com/StringTokenizer.zip)

String Parser (http://www.clickteam.com/webftp/files/mmf2/Exts/MMF2ExtPack1.exe)

INI++ (https://sites.google.com/site/jlnwebster/multimedia-fusion/extension-list/ini/ChartandIni%2B%2B1.5.zip?attredirects=0)

xLua (http://taloncrossing.com/xlua/xlua-dist.zip)

Unpack the contents (except the .exe) and put all the files in the Fusion directory, then restart your Fusion

To make your games have the API, simply put all the objects outside the frame into your application. Then copy and paste the GameJolt API group found in the events editor.

Use the examples to use the API.

You will need to use the INI++ in order to get info from the achievement system.

I will probably do a video tutorial if I have time. But for now I hope that this is not as confusing as it was before.


over 10 years ago

Video tutorial please.

about 10 years ago

GameJolt API now with a MMF2 compatible version!

about 10 years ago

There's a video tutorial on how to set up and use the gamejolt API, though I had a bad mic so I used text.

Hope you don't mind the dead silence through out the 6 minutes

http://gamejolt.com/games/clickteam-fusion-2-5-mmf2-gamejoltapi/27301

about 10 years ago

How do you aply this to a game with aton of frames without having the player log in aton

about 10 years ago

The player doesn't need to login multiple times, you use this to verify if the username and token is correct, then you can use that for unlocking achievements and such.

about 10 years ago

I'm working on a yet another version of this API, but this time it will be a custom extension, not multiple extensions with events inside your app.

However, this will take extremely long as I also have to learn C++ in order to do this.

about 10 years ago

Thank God, Please don't let this Extension be as confusing as the normal API

about 10 years ago

EDIT: I got the extensions to work and everything, and it works so far except that even if I add my correct username and token, it still says "No such user with the credentials passed in could be found". As far as I know, I did all the events correctly.

Last modified on August 13, 2015 by Hexcubed @Hexcubed

about 10 years ago

You have to do some tinkering with the settings, I was able to get it to work but then I gave up on it as it was too coplicated for me

about 10 years ago

That's not CF2.5 / MMF2's fault, you're placing the login details wrong somehow

Either:

You've placed setting "user" and "token" actions below calling the "user_auth" command. This could be easily changed by double clicking an empty space on the left or right of the these actions and sorting it with drag and drop

Or, you're putting the wrong token. Your token can be found at the bottom left next to your avatar (And not your password)

@Devin Manning, I'm afraid the extension will take extremely long to make or it won't be released at all.

If it's too complicated for you, study up on Fusion (That's all I can say, there is no other GameJolt API for Fusion so easy as this). I've self-taught myself on how to use the program for years by trying different things

about 10 years ago

for some reason, it says I don't have MMF 2 Dev. Please help!

about 10 years ago

If you have MMF2 Dev on your system and it does not recognise it, it might be because you have a non-legit copy of it (For which is right, if you didn't pay money for MMF2, you don't have / own it).

over 9 years ago

When I use it in my game, for some reason it says that I did not enter the information incorrectly, while the precompiled one accepts my username and game token.

EDIT: I realized I forgot to put in my game's information. Sorry about that.

Last modified on December 30, 2015 by Desko @FateForWindows

over 9 years ago

Hi, I'm using your magnificent API for MMF2, but, I'm running into an error: all the tutorials are for ClickTeam Fusion. I need a bit of help with the whole trophy thing, as it's extremely, incredibly confusing.

Also, what does the 'achieved' string mean, and how do I use it? And, speaking of which, how do I cram all those Trophy things into one group?

Any help would be REALLY handy, thanks.

Last modified on January 14, 2016 by FIREWORK ENEMA @lazycade

over 9 years ago

All the values are named after the actual GameJolt API values, so if you'd like more explaination on what the strings do:

http://gamejolt.com/api/doc/game

For the trophies:

http://gamejolt.com/api/doc/game/trophies/add-achieved

(You don't need to worry about the URL things, cause the API does that automatically for you)

Also, the MMF2 version was built to also have GameJolt API for people who use MMF2, but it cannot be updated further (No For Each Loops and some other things). I suggest upgrading your MMF2 into Clickteam Fusion 2.5.

over 9 years ago

Thank you...

again!

(Sorry, I get confused quite easily)

over 9 years ago

i love you:D

about 8 years ago

please help I can't download the "get object" if I turn on the link for the download there is a site where there is virtually nothing except the button "Aanbevolen Links" if you click on it it opens Google help on AdSense, what do I do how to download ???

about 8 years ago
In response to %{ user }@CrimsonTheLynx

I have the file. I will upload an Mediafire for it.

about 8 years ago
about 8 years ago
In response to %{ user }@FoxyBoyGamesandBrandon506042

Thanks for the link=) but now there is another issue I now need to install some Unicode version, but some won't tell me what to do ???

over 7 years ago

Is there a tutorial (for the achievements) out there?

over 4 years ago

i don't know if you're really answering comments but can i make it so i can achieve different trophies? i'm not sure if i have to add more gamejolt api objects

over 3 years ago

Its Already 2022 I Miss this when i make games In Clickteam Fusion 2.5 With GJ API. But i forgot atleast the Creator Of CF 2.5 GJ API Helped Me Because Of These

about 3 years ago

How to make when touching a object you will achieve a trophy?