Game Development Community

Storing player action

by Roshan Kuriyan · in General Discussion · 06/20/2008 (2:05 am) · 1 replies

How every movement of the player can be stored in a file?(not recording feature)


How we can retrieve the datas in the file?


How can a new player can follow the data in the recorded file?

The new player has to do same the action of the player which are done by the player previously.

#1
06/20/2008 (8:17 am)
You will need to implement this yourself. While you are not interested in the recording feature, it is a solid direction for you to start since it tracks objects ghosted to the server.