Game Development Community

Pb with demo recording func

by Frank Bignone · in Torque Game Engine · 03/29/2002 (4:52 am) · 3 replies

Hy,
I can record some demo, but they do not playback correctly. In fact, it does not crash the game, but when I click on a records (.rec file), it seems to play it (I can hear sounds), but nothing is displayed (I'm still on the MainMenui GUI with the demo listing).
BTW, I'm using the latest HEAD revision.

About the author

Real programmers don't waste time recompiling; they patch the binary files... ... Real programmers don't waste time patching binary files; they patch memory.


#1
03/29/2002 (5:54 am)
ya, same here with the very latest head, but i have a "head" where it does work, i will see if i can find the diference DOnt know about sound tho i just installed it :)
#2
03/29/2002 (6:32 am)
yup the other head plays sounds too,,,the only diference i found in the the four script files its named in is in the recordings.cs line 43 right above

Canvas.popDialog(RecordingsDlg);
}

they removed

Canvas.setContent(PlayGui);

and when adding that it just makes a blank messagebox,timer, and phone jack icon appear

i havent found the engine files yet
#3
03/29/2002 (8:27 am)
Demo recording is still screwed up, I believe Mark F said that someone is working on it, and when that someone is happy with it, they'll commit it to the CVS.