Closed Yaroslav-95 closed 5 years ago
Thanks for the bugfix.
Also, I have a question regarding the requestRecentGames function. It doesn't return anything, unless you specify your own steamID. Is that the way it should behave? I am looking for a way to get the Sharecode from a match after it has ended.
I'm sorry, I don't know how the GC is supposed to act for this.
Thanks for the bugfix.
My pleasure. Thank you for writing this module!
Do you have any ideas how I could find such a method for obtaining the Sharecode? As far as I am aware, all of the methods that are currently available in your module were reverse-engineered. If that's so, how did you go about reverse-engineering them?
I don't really do CS:GO. Can you give me an example of a sharecode?
It's a string of text that allows you to open another person's match demo, it looks like this CSGO-3KBvR-JthRe-hiYnN-9yiiC-soi9Q
Doesn't look like it's base64 or something like that (although I could be wrong), so it's probably issued by the GC in some message.
It's supposed to be decoded into three parts, matchid
, outcomeid
, and token
. But I haven't found a way to find that data besides the matchid. This information is required to get the link to a player's demo/replay file.
There is an error inside the
requestLiveGameForUser
method, where thesteamid variable
is incorrenctly referenced assid
Also, I have a question regarding the
requestRecentGames
function. It doesn't return anything, unless you specify your own steamID. Is that the way it should behave? I am looking for a way to get the Sharecode from a match after it has ended.