Serialization
by Igor Kuryatnikov · in Torque Game Builder · 10/11/2006 (1:50 am) · 2 replies
Greetings!
Is there any resourses which are describes how to save game state?
Ok, the SimObject has a 'save()' method, where is a 'load()' method?
How can I load an object from a file?
Is there any resourses which are describes how to save game state?
Ok, the SimObject has a 'save()' method, where is a 'load()' method?
How can I load an object from a file?
About the author
Torque Owner Nir Ziso
Default Studio Name
but you will have to build your text file or database to save
the state of the objects on the screen.
You have to know that to save the game is to save variables state server issues
So its not so simple to save game and you have to decide
What you want to save in your game
Variables
Objects position
Server variables
And more
hope it helps you...