dota2
dota2 copied to clipboard
🐸 Python package for interacting with Dota 2 Game Coordinator
See https://github.com/ValvePython/dota2/pull/24#issuecomment-277550687
Recently, I find these 2 errors as soon as I start a private lobby. It is not stopping the normal execution of the program. ``` [2016-12-05 23:08:49,646] ERROR Failed to...
https://github.com/ValvePython/dota2/blob/eb8d814b6404448a0fe40f2ebb37e020cac0edda/dota2/msg.py#L46
- [x] update find_proto function with EGCBaseMsg enum; - [x] invite to party; - [x] kick from party; - [x] respond party invite; - [x] leave party; - [x] set...
- [x] parse SO related messages from gc - [x] manage SOs state - [x] create - [x] update - [x] destroy - [x] cache subscribe/unsubscribe - [ ] track...
Hello. how can I get the match result and end match event when I lunch the current lobby into a game?
hello everyone, what is unsupported type error? ``` Unsupported type: 2013 Unsupported type: 2014 Unsupported type: 2015 Unsupported type: 2016 ``` for example
I've tried to obtain match details using `EMsgGCMatchDetailsRequest` message but it seems like `EMsgGCMatchDetailsResponse` does not has any info regarding player purchases during the game, how much gold he earned...
I'm not very good at programming, I don't know if your project can be a plug-in for the emulator below, so that it can play dota2 offline. https://gitlab.com/Mr_Goldberg/goldberg_emulator
I have an issue with creating a small web application whuch will wait for request with profile id and return it's profile card, but it seems like jobs and events...