I was wondering if there's something that shows you your queue time. Also, is it possible to change your mmr somehow?
No //2short
Queue time is in every queue response (findable by using a proxy like fiddler), MMR isn't stored anywhere, so pretty sure it's server-sided.
EDIT: Sorry, in the response is the estimated time to find a match, not the actual time you were queuing for.
Originally Posted by 3xpl0it_
Queue time is in every queue response (findable by using a proxy like fiddler), MMR isn't stored anywhere, so pretty sure it's server-sided.
EDIT: Sorry, in the response is the estimated time to find a match, not the actual time you were queuing for.
Estimated queue time is exactly what I'm looking for, you have any idea on thow to do it with Fiddler ?
Originally Posted by 3xpl0it_
Queue time is in every queue response (findable by using a proxy like fiddler), MMR isn't stored anywhere, so pretty sure it's server-sided.
EDIT: Sorry, in the response is the estimated time to find a match, not the actual time you were queuing for.
That's not true, MMR is stored in response after you get into a lobby.
same queue path but created after you join a lobby after waiting.
It's an actual number that goes up and down.
Originally Posted by TheDarkSidehaha
That's not true, MMR is stored in response after you get into a lobby.
same queue path but created after you join a lobby after waiting.
It's an actual number that goes up and down.
He asked how to change it, not how to view it. Sizzer already answered that tho.
Not queue time exactly, but yes you can find something very similar in Fiddler. It's not hard at all.
Originally Posted by somepizza
Not queue time exactly, but yes you can find something very similar in Fiddler. It's not hard at all.
How if I may ask ?
Originally Posted by IkBenDeGamer
How if I may ask ?
You can see your place in the queue in queue path in fiddler.
Originally Posted by TheDarkSidehaha
You can see your place in the queue in queue path in fiddler.
But that isn't the same as an estimated queue time tho. Or is it ?
Originally Posted by IkBenDeGamer
But that isn't the same as an estimated queue time tho. Or is it ?
Based on the number of players in the queue, you could simply do math to figure out how long it takes to queue for every tick you get in Fiddler.
If you queue is at 556 and the next one takes 5 seconds and you're at 208... gather enough data to create a decent sample size. etc etc. Averages.
yes, you can
POST /rating
oops//////////
Nah, you dont need to do that. Look up the queue responses -> queueData, they contain an ETA field, divide the value by 1000 and you have the estimated queue time in seconds.
Originally Posted by IkBenDeGamer
I was wondering if there's something that shows you your queue time. Also, is it possible to change your mmr somehow?
I've searched again and I think it's possible for you to change your MMR rank