hi, an DLL that i would find useful is an inventory dll with stacks, like the inventory in minecraft =)
I would prefer not to make a dll for something that can be already be done in GML. Game Maker has data structure functions built in for creating and managing stacks - have a look in the manual

Hello,
I would love it if you could make me an encryption / decryption DLL for saving with my game (see my sig). If possible, I'd like the save files to transfer between versions so I can update the game and make new versions even after its release.
The DLL should encrypt the necessary variables, and save them to a file, then be able to load them back from that and decrypt them. (Variables such as EXP, level and stats)
Thank you!
JUN
I can do that, I will start it now

Screenshot of a part of the GM window which will be converted in png and maybe resolution option:)
Would be really nice, i know there are some out there but they all convert in bmp
I might look at that. Prehaps just convert the bmps to pngs yourself if thats possible?
For me the most interesting DLLs would be:
Good working multi-threads dll, because the GMThreads DLL should be renamed GMbugs.dll.
A graphic engine such as GM ogre or ultimate 3d, but oriented to voxels.
Post processing for the GM's d3d.
A dll to send/receive video streams from different sources e.g. game window, whole screen, videos/images, arbitrary sequences of pixels sent directly in GML.
A dll to control hardware stuff from GM such as mini robots or microprocessors for other kind of electronic applications.
Woah, thats alot of requests

I will prehaps look into a few of these. The multi-threads idea intrests me, I might have a look into that
Edited by Bozo, 15 May 2012 - 07:46 PM.