Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parsing dem.info file? #12

Open
ndorigatti opened this issue Jul 30, 2024 · 0 comments
Open

Parsing dem.info file? #12

ndorigatti opened this issue Jul 30, 2024 · 0 comments

Comments

@ndorigatti
Copy link

Hello, i was trying to get the match date and found out that dem file does not have it, but instead dem.info file have it. I tried with an online tool to decode the .info and found the date of the match in the first elements:

Byte Range | Field Number | Type | Content
0-10 | 1 | varint | As uint: 3697397000627552358As sint: 1848698500313776179
10-16 | 2 | varint | As uint: 1721734647As sint: -860867324

the field 2 is exactly the match date as seen in steam data. Now the question is, how can i extract this using the code? Do I have to map a full protobuff class? Anyone has tried doing the same?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant