Hello, i'm trying to parse a DEM file for CS2 demo (that i'm able to do with a python dem library), but unable to do in java-clarity.
I can open the file in the clarity java fx desktop app (i can see the data, tick and so on), but when i try to open with my code, it fails.
Basically i need to go to last tick and get scoreboard, but the code as in the example fails:
ControllableRunner.seek method throws an exeption and the runner is closed. I don't understand how to skip the frame that makes the crash (103270 over 165098 ticks). As far as i understand ControllableRunner seek just goes over each tick and does not skip any frame.
How can i do it? Using another runner?
Hello, i'm trying to parse a DEM file for CS2 demo (that i'm able to do with a python dem library), but unable to do in java-clarity.
I can open the file in the clarity java fx desktop app (i can see the data, tick and so on), but when i try to open with my code, it fails.
Basically i need to go to last tick and get scoreboard, but the code as in the example fails:
ControllableRunner.seek method throws an exeption and the runner is closed. I don't understand how to skip the frame that makes the crash (103270 over 165098 ticks). As far as i understand ControllableRunner seek just goes over each tick and does not skip any frame.
How can i do it? Using another runner?