You are not logged in right now
Home » Game Maker DLLs » Data File DLL
Data File DLL
This DLL allows you to write integers, strings and files together in one single file.

All the data is bound to a variable name.

Example:
handle = HDF_Open ("mydata.hdf");
HDF_SetString (handle,"Var1","This is data");

Update version 1.2.0.0:
Encryption support added,
wich needs a function to be called to set the password before reading/writing values.

Ofcourse you can leave encryption off for less slow packing.
Example of integrated encryption:

Value: Please protect this string
Encrypted: —4c´[mÙ[¸BAã!_¯¸VùÆää

Update version 1.3.0.0:
Updating your existing data is now possible.

Game Maker forum topic
License:
This DLL is free to use in your application.
If you'd like to donate you can use this button:


Download:
Download "datafile.rar" (780 downloads)

Note! The download URLs stay valid for only one hour.
If you want to link to a download, link to this page.
Other DLLs: Max WinAPI 2 - Max WinAPI - Super Video Play - Download Manager - Ping DLL - Flash Creation DLL - Bit DLL - gmFTP - Process Viewer - CPU Usage DLL - Avi Extract - Data File DLL - Archiver - QuikFind - WinSock - GZip DLL - ColorScan - gmID3
Post comment
Name: E-mail:
Location: Homepage:
Message:
Repeat code:
Page
Page 1 of 1 ...
Message
vzex12-09-2007 14:43
hi ,Iam a chinese,long ago i had searched a dll like this ,and then i find
it here!how glad i am :7 :) ,i am working on a game like popkart (but a
2D version),this will help me to make the map editor
better!!!谢谢~~
Quote
Message
Heathtech01-07-2007 07:45
This works amazingly well! Just what I was looking for. You pulled
through for me again Hobbel, your work is highly respected and
appreciated.

On a side note, you do know that even if you have encryption on, the
variable name that you use to reference the data within a packed file can
be easily see in plain view by any text editor, right? Of course, it
would be completely useless to a hacker or someone to see that, but I
thought I'd let you know...
Quote
Message
David25-11-2006 17:46
i think this will really help me with my MMORPG files :)
yay!
Quote
Message
Hobbel13-10-2006 15:43
Working on encryption, i think it's done at sunday. :)
Quote