parser icon indicating copy to clipboard operation
parser copied to clipboard

Replay parse server generating JSON log events from Dota 2 replay files

Results 10 parser issues
Sort by recently updated
recently updated
newest added

Hi all I find the steamapi GetMatchDetails seem no longer provide match replay_salt. How can I get this info now?

I used to have this running a couple years ago for a sideproject. Wanted to pick it back up and grabbed a new version of this parser and reused parts...

Bumps [gson](https://github.com/google/gson) from 2.3.1 to 2.8.9. Release notes Sourced from gson's releases. Gson 2.8.9 Make OSGi bundle's dependency on sun.misc optional (#1993). Deprecate Gson.excluder() exposing internal Excluder class (#1986). Prevent...

dependencies

hi, I am trying to understand the parser output. For example: ``` { "time": 676, "type": "DOTA_COMBATLOG_MODIFIER_ADD", "value": 1, "attackername": "npc_dota_hero_bounty_hunter", "targetname": "npc_dota_hero_bristleback", "sourcename": "npc_dota_hero_lycan", "targetsourcename": "dota_unknown", "attackerhero": true, "targethero":...

STRATZ_Ken - @Howard You should change https://github.com/odota/parser/blob/master/src/main/java/opendota/Parse.java#L726 with @OnEntityCreated. When CDOTA_NPC_Observer_Ward is created, store the DtClass().getClassId() in a variable. Then you can compare on ProcessEntity with int == int comparison....

The information on pick order seems to be in the replay now. Feature request for adding hero pick order to the JSON log events. This is something that could be...

~~Please consider this as a draft~~ This processor may be used to track down warding events, such as Counterwarding, Placement or Expiry. It uses the combat log events correlated with...

It looks like all Riyadh Masters 2024 matches are not working at all Replay url: http://replay161.valve.net/570/7837952900_480867985.dem.bz2 OpenDota url: https://www.opendota.com/matches/7837952900 Java traceback: ``` replay-parser_1 | java.lang.ArrayIndexOutOfBoundsException: -1 replay-parser_1 | at skadistats.clarity.model.state.ClientFrame.getEntity(ClientFrame.java:24)...