https://github.com/fixedoctocat/dota2-helper
Just fun with Dota2 GSI
https://github.com/fixedoctocat/dota2-helper
Last synced: 9 months ago
JSON representation
Just fun with Dota2 GSI
- Host: GitHub
- URL: https://github.com/fixedoctocat/dota2-helper
- Owner: FixedOctocat
- Created: 2022-01-28T02:54:51.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-09T22:37:41.000Z (over 4 years ago)
- Last Synced: 2025-07-18T20:03:46.449Z (12 months ago)
- Language: Python
- Size: 36.1 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dota2-helper
Just fun with [Dota2 GSI](https://gitlab.com/avalonparton/dota2gsi)
## Some info
### Initial Settings
Move *gamestate_integration_DotaHelper.cfg* to *steamapps\common\dota 2 beta\game\dota\cfg\gamestate_integration\\*
### How does it work?

## Interesting data
### What data do we grab from GSI?
```json
{"status": 1, "time": 11, "gold": 699, "gold_reliable": 99, "gold_unreliable": 600, "gold_from_hero_kills": 0, "gold_from_creep_kills": 0, "gold_from_income": 19, "gold_from_shared": 0, "gpm": 527, "xpm": 0}
```