saul / demofile-net

Blazing fast cross-platform demo parser library for Counter-Strike 2 and Valve's Deadlock, written in C#.
MIT License
96 stars 8 forks source link

Fix hardcoded 64 tick rate throughout parser #96

Open saul opened 1 week ago

saul commented 1 week ago

Research

Description

Parser is currently hardcoded to CS2's 64 tick rate. Deadlock uses a 60 tickrate, so the parser should be made agnostic.

Code to reproduce

No response

Affected demos

No response