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.
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.
#2
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
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 aboveCanvas.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.
Torque Owner Ace