vortex
03-15-2003, 02:54 AM
Is there anything you can put in your autoexec to make sure that the demo box is always ticked? I know this was in a thread not long ago but i can't find it...
Was it something like $recordDemo = true; ?
vortex
03-15-2003, 03:26 AM
Well, I've tried that and it works when you start tribes... But when you leave a server it's unticked, I want to be able to drop and connect without having to tick the box (and I don't want to use a demo drop script).
R@ND0M
03-15-2003, 03:27 AM
function JoinGameGui::onOpen()
{
$recorderFileName = "";
$recordDemo = TRUE;
Control::setValue(RecordD emo, $recordDemo);
if($recordDemo)
setupRecorderFile();
}
i think :