-
Notifications
You must be signed in to change notification settings - Fork 78
Fix or Walkaround on parser for third party platforms #146
Comments
Hello, what's the tool name? |
This is the tool https://github.com/Citizen01/csgo-overwatch-vdm The tool parse the full demo from header to end , but retrieve just some ids , but when asked to scan valve dem it got all of them |
What does the code for extraction look like? |
this is the method
|
A player may disconnect before the demo is over. PlayingParticipants only returns the players that are connected to the server at that specific time. My recommendation is to check for the players at different times in the demo, by either parsing tick-By-tick or subscribing to an event, for example FreezeEnd. This doesn't require a "fix" or "workaround", but is intended behaviour, as most properties such as "Position" or "Health" only apply to a single point in time. |
Hello folks I’m new here and I’m using a tool made to create vdm files from demos and the tool uses this parser to get the steamaiD of the players
But the parser doesn’t recognize all the IDs of the players from demos of the third party plataforms like esea faceit or ebot
But grab all the IDs from valves demo (MM and Majors)
Someone know any walk around or way to try get these ID ?
The text was updated successfully, but these errors were encountered: