Game Development Community

Binary save game files?

by amaranthia · in Torque Game Builder · 12/31/2006 (5:20 pm) · 4 replies

I've figured out how to make txt save game files, but I'm not sure how to make a binary save game files that players can't open up and modify. Is there something in Torque that I can use to do this?

Thanks!

#1
12/31/2006 (9:34 pm)
Save them as compiled dso files.
#2
01/01/2007 (1:23 am)
How can we compile files on demand ? And delete the original .TXT ?
#3
01/01/2007 (8:52 am)
I recently went through this tutorial on TDN.
It shows how to set up an options menu.
At the bottom it tells how to compile and get rid of original file to save your options settings...

tdn.garagegames.com/wiki/TGB/MiniTuturials/GUIOptionsMenu
#4
01/01/2007 (3:48 pm)
Great! Thanks, Dustin.