Skip Navigation

User banner
Posts
74
Comments
2,874
Joined
2 yr. ago

  • Next, I'll use a shotgun, and aim for my entire leg instead of just the foot!!

  • The guy you're replying to, is saying the opposite.

    Using an ATM usually gets you your banks exchanging rate, which depending on your bank, can be damn near free. (If the ATM tries to do the exchange for you, refuse, let your bank do it).

    Same goes online. Paying with paypal, I never ever use their exchange service. Charging my card directly with the foreign currency is ALWAYS a better deal due to how good the exchange rate provided by my bank is.

  • That is not the aspect that differentiates the types.

  • Is it really "not nice" when something bad happening to a person, removing them from public policy, would be an objective improvement?

  • Permanently Deleted

    Jump
  • Probably gonna need a second GPU tho? One for the game, one or this thing.

  • This is a huge reason I never even considered getting into Destiny after the fact.

    I literally can't play it from the beginning.

    It's like if new players who wanted to get into Mass Effect, had to start with ME2, because the first game had been purged from the face of the earth, for no-one to ever play again.

  • The only kernel of truth required is that most people have experienced completely unfair matches, and attribute that to the shortcomings of modern skill-based matchmaking.

    What exactly the mechanics behind those shortcomings are, matters little.

  • Yeah but I'm explaining the meme, not writing an essay like I was in the other conment.

  • Not so much a counterpoint. It's actually a factor that I've thought about too, and I think it adds to the problem.

    In one of my other comments here, I talk about how it's an impossible problem, and how I'd solve it by not trying to find a bunch of players of the exact same skill level to begin with. You go for roughly even teams, not precisely even players.

    If you have 10 people at almost the same skill level, the tiniest difference in ability gets massively magnified, because that's the only deciding factor that's left.

  • Personally, I think it's about how impresonal modern matchmaking is.

    You're only ever playing against "enemies" and "enemies" should be "hated with the hot passion of a burning sun". And if you lose, you're never at fault, because your teammates sabotaged you!

    People don't have to maintain cordial relationships, because they will never meet their teammates or opponents again.

    Compare that to stuff that works using servers, where each team is made up of the same pool of people from one round to the next. People actually make friends with each other, friend or foe, and have more fun as a result.

  • Surprisingly, that somehow makes for far more enjoyable and friendly competition.

    Go figure.

  • If you play enough, pure random chance will eventually get you a game that feels like a fair fight.

    But quite often, video game matchmaking systems will fail to accurately estimate player skill correctly, creating teams where one will utterly demolish the other.

  • I also think it's an impossible problem to solve.

    The same player isn't going to perform identically every session, and accounting for every possible weapon or character/class they might play, potential synergies with teammates, or potential advantages/disadvantages in matchups against any given opponents...

    It all makes for a literally infinite number of variables, all of which must be accounted for.

    The correct way to get interesting matches, imo, is to make it semi-random, and not try to have all the players on both teams be exactly the same skill level. Rather, put players on both teams from a range of estimated skill levels. This way both teams have weaker links for the other team to potentially exploit, and both teams have strong players which will try to stop that.

    Instead, the system should just enforce common sense stuff, like not pitting someone who is literally playing for the very first time, against a team with someone who is 2000 hours in, and hence might straight up deny the new guy a chance to play at all.

    I should know. I literally wrote THE team balancer for titanfall 2 community servers. For a time it even used the Tone online database of player stats, to know how to balance players that had never played on a given server before.

    I was genuinely shocked how good the resulting games were. All I did was take the completely random players that decide to join a server, and simply figured out a slightly smarter way than other balancer scripts at the time, to divide them into two teams that are close enough to equal.

  • I swear, some of the best titanfall 2 matches I ever played were on northstar custom servers.

  • Anyone able to comment on Valorant?

  • Permanently Deleted

    Jump
  • One of my moms favorite stories about my childhood (I was like 6), is that I wanted to wear a skirt, like my sisters, to a wedding.

    She had to explain to me that boys don't wear skirts.

    Only for a scottish man to be at the wedding, wearing a kilt. I apparently got very cross with mom for lying to me.

  • Permanently Deleted

    Jump
  • New video games.

  • That is what xrandr allows you to do on X11, create and set display modes that aren't reported by the monitor.

    EDID editing is basically replacing the data reported by the monitor, which also allows you to add display modes it doesn't report itself. This is the only way to do what you are looking for on wayland.

    You can either switch to X11, and use xrandr, or create an EDID file with the display mode you want, and have it load on boot. Doing that is unfortunately not simple.