Game Development Community

Any simpler way to save and load game?

by Marty Keese · in Torque Game Engine · 03/29/2007 (9:55 am) · 1 replies

I find this great tutorial about saving/loading game
http://www.garagegames.com/index.php?sec=mg&mod=resource&page=view&qid=11557
I know It s quite new (Nov 14, 2006),but are there any simpler way, and without re-compiling the source.

#1
03/29/2007 (10:05 am)
You can use that system, just write out the data in format other than XML, which appears to be the only reason the source code was modified (to support XML data).

*EDIT*- I was wrong ( I know, it happens).

The engine modification was for creating a checkpoint class for usage in the maps. Instead of using checkpoints, just write out the player's position, score, or whatever else you want to save.