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.
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.
Community Manager Michael Perry
ZombieShortbus
*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.