some questions about the Demo Rec Files from UT2004. I Autocreate the Serverside Demos with UTCOmp.
the demos looks like this :
3-20-2026-(08-19)-DM-Morbias-2k3.demo4
I can see the setting for a demo path in the logs section, but I can't find anywhere to change the file extension. Nothing is saved in the admin file where all the settings are stored either.
Code: Select all
/*
i found in the /logs.php this
*/
// Remove associated demo log file
$demodir = $config["demodir"];
$demoext = $config["demoext"];
if (isset($matchdate) && isset($mapfile) && $demodir != "" && $demoext != "" && $matchdate && $mapfile) {
if (substr($demodir, -1) != "/")
$demodir.="/";
$demofile = date('md-Hi', $matchdate)."-".$mapfile.".".$demoext;
$demopath = $demodir.$demofile;
if (file_exists($demopath))
unlink($demopath);
}
}
That's not how the files are named, and you can't save them that way.
Is there a working version of UTStatsDB that can do this?
My version is from the download section here. V3.10
Since I'm not using a Windows version, this is the only option for me.
But the complete Windows version available for download there (V3.08) is the same. It just contains more outdated features, like get_magic_runtime, and so on.
Any Chance to get the newest official one ? I like UTStatsDB realy and i can help to improve and fix some things that not working . But with that code that i'm using here, i can't use and / or see all features working, because they are not in the Code.
I can write the code for the ADODB Layer, because i got it working here. But i don't wanna work more on when a newer Version is in your hand.
hope to here from you Panther
Regards
Skully