• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

With Game Maker (any kind) can I make a dll that makes saving games to play on other stuff possible?

Basically with any Game Maker such as
Game Maker 7.0 Pro Edition
Game Maker 8.0 Pro Edition
Game Maker 8.1 Pro Edition
Game Maker Studio 2
etc. is it possible for a person to program a .dll file that can be used in Game Maker game that whenever someone saves a file made with game made with Game Maker such a file cam be played in HTML5 or Flash or a Phone for example?
 
K

Kenjiro

Guest
Hibba dibba da dibba do.
 
Last edited by a moderator:
W

Wraithious

Guest
Yes you can use dlls with prettymuch any versions of gamemaker, This video from DragoniteSpam shows you how it's done, it's up to you to actually make a dll to do what you want but getting it to work is as easy as setting up and calling functions to the dll from your gamemaker project.
 

PNelly

Member
You don't even need to use a DLL. You can just use the built-in file writing functions. As long as your different versions read/write the same kind of file in the same way you're good to go.
 
Top