Closed vvettoretti closed 4 years ago
Hi, the time is not a "real" timestamp, it is the number of seconds since the start of the game. You can either extract the minutes and milliseconds from elim.time
or you'd have to offset the timestamp with the start of the game. If I remember correctly, there is a datetime for the start of the game in the header.
Hope this helps :)
Unfortunately, there is no datetime in the header file. But thanks for the help!
Guess I dont do anything with it 😅 If you want you can make a PR to include the information from that function as well.
I tried it on several replays, and its giving me a wrong time. I would like to get the REAL timestamp of the kill. Here is the code i tried and the output