dotabod / frontend

Dashboard, OBS overlay, settings, homepage and more for Dotabod
https://dotabod.com
GNU Affero General Public License v3.0
25 stars 8 forks source link

correct overlay display while wathcing match #76

Closed dankYoff closed 1 year ago

dankYoff commented 1 year ago

For example, https://github.com/andsfonseca/dota2-rpc-client it can determine what stage of the game it is, maybe it can be implemented before the game. So that the overlay appears already after the loading screen

Image

Image

Geczy commented 1 year ago

this app just uses gsi as well https://github.com/andsfonseca/dota2-rpc-client/blob/master/include/services/DotaService.h

maybe i can look at this service for some ideas.

https://github.com/andsfonseca/dota2-rpc-client/blob/master/src/services/DotaService.cpp#L44

i think there are more states that dotabod is not looking at yet, like loading state, so maybe i just have to add them

good reference to look at, ty

Geczy commented 1 year ago

cant do this one, no api for when they're spectating and found a match