toddle_driver
Refugee
Hey there,
I've been working on a private bot that posts the last-known in-game time (e.g. Day 182, 15:22) found from a log into a Discord channel when prompted. However, when developing it I couldn't determine if time was logged linearly within the output logs. I thought of it was one of the two values, and to help provide context I'll sample this line from the log:
The log time (2025-07-04) isn't what I'm looking for, so I'll look past that. I thought that maybe either INF or Time: would be the value I'm looking for as they both tick ever-so-slightly upwards with each write (though Time: only shows up every so often. INF shows up every time.). INF being 259061.411 INF and Time: being Time: 4316.57m. However, after several calibrations, both INF and Time: drift away from the in-game time, leaving it inaccurate.
Are there any log values I can use to measure what the day and time is within the game? Or is it perhaps INF and/or Time: being the value I'm looking for and am just converting incorrectly?
Thanks in advance!
I've been working on a private bot that posts the last-known in-game time (e.g. Day 182, 15:22) found from a log into a Discord channel when prompted. However, when developing it I couldn't determine if time was logged linearly within the output logs. I thought of it was one of the two values, and to help provide context I'll sample this line from the log:
2025-07-04T08:15:09 259061.411 INF Time: 4316.57m FPS: 20.01 Heap: 1888.3MB Max: 3017.1MB Chunks: 856 CGO: 60 Ply: 2 Zom: 1 Ent: 6 (306) Items: 1 CO: 7 RSS: 4341.3MB
The log time (2025-07-04) isn't what I'm looking for, so I'll look past that. I thought that maybe either INF or Time: would be the value I'm looking for as they both tick ever-so-slightly upwards with each write (though Time: only shows up every so often. INF shows up every time.). INF being 259061.411 INF and Time: being Time: 4316.57m. However, after several calibrations, both INF and Time: drift away from the in-game time, leaving it inaccurate.
Are there any log values I can use to measure what the day and time is within the game? Or is it perhaps INF and/or Time: being the value I'm looking for and am just converting incorrectly?
Thanks in advance!