Hi folks,
I was interested in running a few levels and noticed the current limitation of using the replay timer for IL runs only being accurate to the second. Beating times for things like All Together Now might be a little tricky that way!
After a little poking around in the replay file structure, I noticed that the replay measures the play time in milliseconds, so I put this together: DK2-Replay-View.
It's a pretty small application that just allows you to view the headers for DK2 replay files, and importantly, the actual in-game time for the replay, down the the millisecond. It can be run either from the executable in the Releases section, or from the source if you have a Python installation.
I'm not sure if any players/moderators would be interested in using it, but it might be handy for measuring your own / verifying other player's speedrun times (if the replay file were to be uploaded by the runner).
Anyway, let me know what y'all think!