For instance: the match info from the XML file only provides this info:
<match id="0" datetime="2026/01/17 13:32:54" map="trespass" type="FFA" isTeamGame="false" duration="89">
...and where the timestamp would normally exist in games.log (or now in the specific match.log), it's completely gone. You're left with the filename which contains a timestamp in an entirely different format, which also doesn't align with the XML:
FFA-trespass-2026_01_17-13_31_12.log
Is there any way to get a full / complete log for a match in one file? Or somehow reconcile these two separate files? I don't want to have to code some fuzzy timestamp matching to try to get data from two files into one match in the DB.
Edited 32 seconds after the original posting.
Only registered members can post a reply.
Already registered? Sign in.
