this post was submitted on 01 Oct 2024
136 points (96.6% liked)

Games

32314 readers
1735 users here now

Welcome to the largest gaming community on Lemmy! Discussion for all kinds of games. Video games, tabletop games, card games etc.

Weekly Threads:

What Are You Playing?

The Weekly Discussion Topic

Rules:

  1. Submissions have to be related to games

  2. No bigotry or harassment, be civil

  3. No excessive self-promotion

  4. Stay on-topic; no memes, funny videos, giveaways, reposts, or low-effort posts

  5. Mark Spoilers and NSFW

  6. No linking to piracy

More information about the community rules can be found here.

founded 1 year ago
MODERATORS
 

I've been playing the things since Diablo I; I love the concept and the gameplay loop, but the game-design issues they run up against, and the mechanics that get implemented to address them... irritate the crap out of me over time, and I want to talk about that.

I think the paradox at the core of it all is that the gameplay loop is basically Stardew Valley in Doom clothing.

It's not a hunting game, it's a gathering game. Walk through this area, and harvest all the objects. Explore every part of the map, rip up all the weeds, look for hidden goodies under every fallen log.

The satisfaction you feel ripping through a wave of mobs isn't the satisfaction from triumphantly pounding your enemy's skull into a pile of bloody ashes and limping away, it's the satisfaction you get from ripping off a really big crackly sheet of tree bark in one go. You could probably reskin the whole thing into an apartment-cleaning game and it would still work.

And that would be fine in and of itself, but it probably wouldn't sell many copies - so they dress it up as Epic Monster Combat, and that's where the problems begin - layers and layers of obfuscation to hide the seams.

In order not to feel tedious and grindy, there needs to be a sense of progression; your standard power-fantasy stuff, where the challenges increase, you improve to meet them, rinse and repeat. In practice this equates to a varying number of clicks-per-mob. You start out needing three clicks to defeat a mob, over time you get better gear and go down to two clicks, level up and drop to one click, and woah I'm so powerful. But oh no! A new area with bigger scarier mobs! They take three clicks, even with my new powers!

But of course you'd see through that straight away, so they put numbers on everything. You see bigger and bigger damage numbers as you level up, so it keeps feeling more impressive. For a while, at least.

But that only lasts so long before you start to feel played for a chump, so slap on more and more layers to hide the lines, and make little mini-metagames around navigating them. Trouble is, those minigames really aren't very fun.

Scattering a dozen different stats and resistances across half a dozen gear slots is just a box-packing game. You want to get the best possible numbers for each attribute, but they're clustered randomly across all the different items, so you need to evaluate a butt-ton of different combinations in order to get the best coverage. I'm guessing that's going to have some kind of shitty NP-hard algorithmic complexity, so you're basically doing the travelling salesman problem in your head. Wheee. (ok but seriously this has to map to a named problem that someone's analyzed already... any ideas?)

And hey look, there's the insanely complicated perk tree of PoE, or the similarly confusing devotions from Grim Dawn. Again it looks like they're confusing complexity with richness, and making optimization too confusing to do without third-party tools or even less fun, following a published build. (for god's sake, if we're going down that route, let us plug the final build in at the start, then auto-level towards it)

Item sets! Because there's nothing like grinding for weeks until your corneas dry out, filling up endless stash tabs with partial sets that you'll level out of before you ever complete; it's so much fun. Crafting recipes, same deal, and even worse, meta builds that rely on unique items that are impossible to reliably SSF, so you spend your whole game grinding for trade.

And on and on, there's so many symptomatic patches to delay the eventual ennui, but no fixes to the fundamental design issue that causes it. You can't just take them away and replace them with nothing, or you'd be bored in minutes. But building up to completely jaded after a couple of weeks once you start playing the engine rather than the game is also pretty crappy.

How do you make the fighting feel like fighting instead of watering cauliflowers, or else how do you make crop-harvesting feel badass? How do you create a sense of progression beyond mere stat inflation? How do you do a rich slew of possibilities without creating spaghetti hell that ends up only having six basic metas at the end of it? How for the love of god do you make combat feel intense without blanketing the entire screen in particle effects? Could someone design a system where every build can be effective if you adapt your playstyle to suit?

I dunno, It just feels like the genre is still only half-invented, and waiting around for someone to do it properly.

Thoughts?

(page 2) 9 comments
sorted by: hot top controversial new old
[–] [email protected] 1 points 4 weeks ago

It’s horrific . It represent the putrid state of video game industry

[–] [email protected] 17 points 4 weeks ago (1 children)

Maybe look out for single player games?

Diablo-likes are not good, when the design team thinks about retention and game time instead of accessibilty.

Stuff like Van Hellsing, Victor Vran and other AA release are not about the grind.

Insteaf of 120 hours of PoE you can have 30-40hrs of 3 to 4 different diablo-likes a d I will tell you the difference is greater then within PoE.

load more comments (1 replies)
[–] [email protected] 10 points 4 weeks ago (1 children)

Personally I enjoy the complicated character building of Grim Dawn way more than the item hunting. This also means I will play a host of characters and eventually complete item sets and have the resources for crafting after half-completed character number 86. For me the grinding is mostly a test on the efficiency of my build.

Maybe look into Warhammer: Chaosbane. It has a point system that superficialy looks similar to Grim Dawns devotions or Path of Exile, but in reality it's super simple. And while you do collect items, they don't matter as much as in other ARPGs. The flip side is that it's kinda hard to fail because the game is so simple.

load more comments (1 replies)
[–] [email protected] 3 points 4 weeks ago

Depending on the specific game itself, we can boil down the multiple-stat problem in a few ways. If the goal is to get all the stats as high as possible evenly, then we can assign each stat a multiplier based on how low it is. Fixing lower stats becomes worth more than buffing higher stats. That multiplier would depend on the game, on how much it punishes the low stat. The multiplier itself might end up being a whole new problem to solve, but for now I'll just say its not my problem and call it X.

Whatever X is though, every stat can then be reduced to a single value using it. Super-low fortitude should be buffed over already-high mana according to X, so all of the numerical values in the game become directly comparable at any stage in this problem. Then I expect it will be equivalent to the knapsack problem. Each item in the game will boost several stats in certain ways, and all of those boosts can be combined using X to become our item value in the knapsack problem.

So I consider it to be the knapsack problem + figuring out X (which might be NP-complete on its own, depending on the game).

[–] [email protected] 5 points 4 weeks ago (1 children)

Maybe combine the loot fest with some hades difficult combat? I have similar feelings as yours, the genre is really cool but in the end, it's all just this hidden grindfest? At least with (real) brutal combat, you still need to "make it happen", big numbers is just the req.

[–] [email protected] 6 points 4 weeks ago (1 children)

I dunno if it even needs to be difficult; even a bit tactical would change the nature of the thing. As it is the mobs in these things tend to be mindless converging waves; what if they set up set pieces, ran for help, dived for cover, used supporting fire etc etc?

Also perhaps overambitious, but what if the difference between low and high level enemies wasn't their HP or damage, but how tricky and organised they were? What if leveling up didn't make number get big, but instead gave you more options in a fight?

load more comments (1 replies)
[–] [email protected] 44 points 4 weeks ago (1 children)

Maybe you'd be happier playing Diablo's parents, a proper rogue-like?

Perma-death provides quite the incentive and intensity you seem to want.

It also doesn't lend itself quite so much to "builds" since you're relying mostly on whatever you find, which is randomized, so you can't "solve the game".

[–] [email protected] 15 points 4 weeks ago (3 children)

Ah, perhaps a slight miscommunication.

though I do enjoy traditional roguelikes, I'm not looking at the stakes or the intensity, but rather the kind of itch that's being scratched in diabolikes, and it feels a lot more completionist/procedural in nature than it does adversarial.

Both are good, but dressing one up as the other can lead to an underlying sense of disappointment.

load more comments (3 replies)
[–] [email protected] 20 points 4 weeks ago (1 children)

The feeling of defeating a powerful enemy pales in comparison to the feeling of opening a log and a unique item falls out of it.

load more comments (1 replies)
load more comments
view more: ‹ prev next ›