How come you don't play ladder?

@derpfaf said in How come you don't play ladder?:

Some non-forum feedback here: https://www.reddit.com/r/supremecommander/comments/11yzau1/feels_bad_man/

Just out of curiosity: what gaming community IS welcoming to noobies? I constantly see and hear about people wanting to take measures to "improve new player experience" but no one has shown any examples of a place that does it well, at least not what I have seen.

When it comes down to it, the game takes a massive amount of effort and time to teach, so people that want to just play - which is understandable given busy lives - I do not really think it is all that crazy for people to not want to deal with folks that do not know what to do.

I started FAF with 1v1 ladder but stopped playing because to me the game was only about make the live of the opponent miserable instead of large battles. But when I am a bit better, I think ill give it a try.

@morax The only welcoming example i can think of is the Final Fantasy Online one, and that's an almost exclusively PVE based MMO.

I do play ladder.... but not 1v1, as I'm simply not good enough.

However, there are also some practical matters that the devs could look at, that might encourage the queues to fill again.

  • I am finding that in the 4v4, it seems often take 20+ players before you get a "match". I've seen a 20+ player queue miss cycle after cycle after cycle, and dwindle to zero without a match.
  • I could be wrong, but it feels like it can only launch one match per cycle.
  • 90 seconds for the ladder to cycle is way too long for the number of cycles it seems to miss.
  • It would be good to know where you are in the queue. Am I even in consideration for a match, yet?

I actually see no reason to wait the 90 seconds to indicate a possible match. If it's "missing" because it can't match, then surely the trigger for it trying again, should be people joining. (maybe with a short client refresh like 30 seconds - or possibly a push?)

  • It should attempt a match as soon as the minimum number is satisfied.
  • If it can't match, then it should try again, every time someone joins.
  • If there's no match, then it should say why. I have no idea what the criteria are, but I know I'm waiting cycle after cycle after cycle.

I don't have the bandwidth right now to get familiar with this codebase, but I hope that's some food for thought.

The only reason why here is no match when enough players are in the queue is that it can't create good enough games with the people in the queue. That's also the reason why people pile up. Keep in mind that these players are possibly spread over the entire rating range.
It is possible but rare to launch more than one game at once.
Making the cycle shorter won't fix anything about this, because the matchmaker doesn't "miss" matches by accident.
Having these regular cycles makes it easier to track how long people have been waiting in the queue than if we matched at irregular intervals.
I think the only solution to improve the user experience would be to show an estimated wait time instead, but that is complicated to implement.

I think adding some explanation about how the system works on the client might help with the confusion, though it creates a tight coupling between that client helptext and the system so i thas to be changed any time the system is changed.

@blodir What about a link to a wiki article that explains it? Still have a similar issue with needing to keep it updated, but it would be easier to update (since far more people can update it and can update it immediately), and also of use more generally since people may look for the information on the wiki.

@blackyps I didn't mean it "missed a match by accident"... I meant it missed a cycle. (i.e. could not find a match)

As I said - I've watched people abandon 26 person queue because it won't match an 8 player game for many cycles. I know there's criteria for a match... but it's not discernable to the user.

The idea for shortening (or eliminating) the cycle would:

  • permit one (or more) games to launch quickly if a queue change made one or more matches work.
  • allow it to loosen it's criteria quicker. (I assume this happens after a while?)

I know I frequently abandon the queue for a custom game for these reasons.. I can't be alone.

Perhaps we need a casual queue - or some adjustable ranges... I certainly wouldn't mind losing if it meant I actually got a game. 🙂

Anyway, those are some thoughts.

There is always a perpetual argument about bad game vs no game. The criteria for matching also does get looser the longer you stay in queue.

@leonpie said in How come you don't play ladder?:

<snip>...stopped playing because to me the game was only about make the live of the opponent miserable

Yeah, I feel ya... This is the reason I stopped playing quake. When the true winning strategy is to deny your opponent the ability to even meaningfully participate, it feels pointless.

We could explain how the matchmaker works in a wiki article, but I don't think it will improve the situation. I wrote the matchmaking algorithm and even I can't predict if a match will happen the next cycle. The algorithm is complex. To know what it will do you have to know all the inputs, but the client only shows the number of people in queue. You could suggest to add more info, but let me demonstrate what questions you need to answer to make an informed decision:
Are there any premades? Who has less than 10 games? How long have they been queueing already? What ratings does each search parties have? What was the average rating of the people in the queue during the last day? What are the config settings for the matchmaker?
All of this to answer the only question that I as a player are really interested in: Will I get matched soon?

When you argue for quicker matches you are in the bad game vs. no game discussion again as FtX said and we as a community will never reach a consensus that makes everybody happy in that regard.

I still think we should have an in-client slider option:
get a match faster <---------------------------> get a match with better team balance

pfp credit to gieb

@penguin_ said in How come you don't play ladder?:

I still think we should have an in-client slider option:
get a match faster <---------------------------> get a match with better team balance

finding an algorithm to take everyone's preferences into account in a sensible way sounds very hard for such a slider

@penguin_ said in How come you don't play ladder?:

I still think we should have an in-client slider option:
get a match faster <---------------------------> get a match with better team balance

I still think this is technically unfeasible

It’s also a recipe for total disaster.

“I have it on get match faster and I got no game WTF!!!!”

Yeah well, the other 12 people in queue have it on “getting a better team” whatever that means.

Or the reverse of 7 people having it on matching faster along with a guy saying he wants a better game. There is just too much obfuscation with a matchmaking system and pretending like a button gives much control over it will just make people more bothered.

Maybe we should add a nonfunctioning slider just for the placebo effect xd

I remember joining SupCom at GPGnet times and i didn't know English enough to communicate with anyone. So rarely played teamgames. GPGnet didn't had any other rating than ladder rating so balancing custom games was tricky.
Actually remember thinking that ladder is awesome for new players cause it gives you an opponent of your skill level

TA4Life: "At the very least we are not slaves to the UI" | http://www.youtube.com/user/dimatularus | http://www.twitch.tv/zlo_rd

@blackyps

I don't see any reason it would be technically unfeasible.

You could give everyone a slider-based matching bonus value that is proportional to their selection on the slider (with the better team balance end of the slider giving a bonus of 0, or a negative amount, depending on how you want to set it up).

Example A:
Then, if you only want to put people in matches of equal or better game balance than their individual selection on the slider, you could just cap that bonus value for a given combination of players for a potential match based on the minimum of their individual bonus values (so, if you're matching 4v4's with 20 people in queue, the bonus value used for a given potential match would be the lowest bonus value of the particular 8 players in the potential match that is being considered, and a different value could be used when evaluating a different set of 8 players within the same matching cycle).

Example B:
Alternatively, if you want to not restrict in that way and make matches more likely if anyone wants faster matching, then you could do the same thing but not restrict the bonus value to that of the minimum, but instead make it equal to that of the average of the set of players being considered for a potential match. That could put people in matches of better, equal, or worse game balance than their individual selection on the slider, but it would factor everyone's individual preference in with equal weight.

I think either of those systems could be better than what we have now.

pfp credit to gieb

@Penguin_
Is there a way to implement some slider that behaves mostly consistently with the aggregate preferences of the people in queue? yes.
Is there a way to implement such a slider so that it doesn't just cause annoyance to everyone using it without providing any real benefit? Not that I'm aware off

The main problem is that for such a slider to make sense, you'd essentially split the queue into two sub-queues (with some blurriness inbetween). One queue that wants to wait longer for a more balanced game and another that just wants to play whatever.

If we had queue sizes of like 100+ players, you could do that, because two queues of 50 players each, with some overlap from time to time when the "fast" queue players get matched into a "balanced" queue game, still works quite well.

In the reality of faf where queue sizes for tmm are like 20 players, this doesn't work because two queues of 10 players are entirely non functional where a single 20 player queue is not

No professional matchmaking system works like this, even ones with hundreds or thousands of players to parse through.