Game Development Community

Play back a recorded game

by M. Stolley · in Torque Game Engine · 10/22/2004 (1:20 am) · 2 replies

Hi,

i have just tried to find out how i can play back a recorded game within torque but without succes.
I have searched here in the forum but i do not have found out a clear help to play back the *.rec files.

I can start recording and also stop the recording. I know where in the derectory i can found the files and understand that these files only can be played back in torque.

Can someone please tell me how ?I have tried it in the torquedemo.exe .

Somewhere in one thread i read that i should exit the level and hit f4 again and etc... but what was the etc for ?
It do not work for me.

Thank you
m.s.

#1
10/22/2004 (1:38 am)
You need to type this in the console to bring up the Demo Recordings GUI:
Canvas.pushDialog("recordingsDlg");

However, I have found playback to be a little buggy. Hope it works for you.

Nick
#2
10/22/2004 (1:44 am)
Thank you,

that worked.

Do you or somebody else know if the function i read somewhere here in the forum is implemented that the player can save the file and change the name?

regards
m.s.