RCVolus / league-prod-toolkit

Toolkit for League Productions with overlays for champion select, ingame events, end of game stats, and more
MIT License
134 stars 25 forks source link

[ Bug ] Gold graph not showing in the post game #382

Open MDvorky opened 1 year ago

MDvorky commented 1 year ago

Hello,

i tried to past the link from site to OBS. But gold graph was not showed on the end game screen. Only damage and end screen. I tried to restart and everything but i cannot get the data on the screen. Is everything working on your side? I would love to have this on my end game screen.

sdomi4 commented 1 year ago

This usually happens when data is being loaded from the local client as a fall back option to loading the game from the matchv5 API. The client contains less data, which is why gold and objectives might not show up. Custom games are only available in matchv5 when created using tournament codes. The observer tool should automatically set the matchID and trigger loading of postgame stats. If this doesn't work, look up/set the matchID in the Game State module manually.

MDvorky commented 1 year ago

So, you're telling me that without tournament code i will not be able to load up gold and objectives in post?

MDvorky commented 1 year ago

I tried to copy game id and put it in the module manually. But it did not work. :/

sdomi4 commented 1 year ago

Did you see any error codes in the console? Note that only a subset of games are visible in matchv5, custom games are only available when created with a tournament code.

Himyu commented 1 year ago

Could also be related to #430