Hi.

I try to create some monitoring tool that will let the user to see what happened in the game when it all finish.(debriefing).

I think it can be done if we can save the location of each player say every 10 seconds .

However the problem is how to save this information to be later used.

I thought about two options
1. Run a script that getPos for each player and save it to the disk . Here the problem is I don't know any function that write files to disk.
2. Save the game over and over (another process in the background change the name of the saved files) and then later on process those file. Does someone know the format of the save.fps file ?

In any case at the end a new scenario should be created using the posiotions as a waypoint for each player.