this post was submitted on 24 May 2025
467 points (97.0% liked)
Games
38885 readers
900 users here now
Welcome to the largest gaming community on Lemmy! Discussion for all kinds of games. Video games, tabletop games, card games etc.
Rules
Authorized Regular Threads
Related communities
Video games
Generic
- Gaming: Our sister community, focused on POC and console gaming. Meme are allowed.
- Cozy games: Because not everything has to explode to make a good game
- Photo Mode@feddit.uk
Help and suggestions
- TipOfMyJoystick@retrolemmy.com : You are searching for a game, but can't remember the name? Someone will find it for you here.
- Video Game Suggestions@lemmy.zip : Can't find a game to play in among the hundred you already own? Find another one to add to your library here.
- Patient Gamers@sh.itjust.works: Gaming isn't only about having the latest great games. Good old games are there too.
Platform specific
- Linux gaming : For everything related to gaming on Linux platform, be it on Steam Deck or Desktop Linux.
- Steam Deck : A Steam Deck specific community
Game specific
Language specific
Others
PM a mod to add your own
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
It would also be great if devs added things during development that should simply be there at launch. Instead of that, shit gets rushed out the door with promises of future fixes and updates. And then devs get all huffy when people rightfully ask for things to be added that are supposed to be basic launch features…
What I don't understand is why do developers make bad games? They should just make good games instead.
Gamers want good games, not bad games.
The developers aren't in charge of what's in the game, the PMs and accountants are
To be fair, the Prime Ministers should really be focused on more important things than a game companies software development.
Yess. I boggles me that the narrative is still "devs this, devs that". It doesn't take becoming a game dev to understand that actual software developers are not calling shots on plot twists, monetisation model and so forth. Like, what the hell is wrong with people babbling about devs?
Well, the fact is that there are also a LOT of dumb customers willing to buy crap. God knows why.
Just look at the trending / best selling lists on Steam. There’s shit on there that I wouldn’t play if you paid me. Yet somehow there’s enough of a customer base for that that they sell it.
Honestly, Steam should look into setting a minimum quality level for things sold on the platform.
As much as everyone love Oblivion...it all started from there with the $9 horse armour DLC.
Kids. Fucking kids. Thankfully I am never that stupid to buy individual DLCs even when I was a child, which is compounded by familial circumstances and education, but kids will be kids. Either they stole their parent's credit card to pay for useless virtual items, or they were spoiled and never taught with financial literacy.
horse armor that didnt even add armor to horses (edit. Functional armor, before someone ACKSHUALLY's me :p)
It just, iirc, 3x'd the horses base health.
I am still salty about that shit to this day, because its what lead us to the miseryscape of nickle and dimed bullshit we have today.
Soo true
isn't this very subjective and dependent on the game and scale of success?
I agree with the sentiment, but I don't know Helldivers 2 -- what basic launch features were/are missing?
There's a strong argument that the server architecture needed to be better at launch, but then the game sold more than an order of magnitude better than it was expected to, so no one would have noticed that it scaled badly had the player count been in line with their design and testing.
Ah yeah that's a tricky one. I guess as developers we'd all like to be ambitious and plan for millions of users but that sort of hardware and architecture takes time and money that might not be realistically in the budget/scope.
I've also not really got insight as to who would have a say on that kind of hardware, whether that's PMs or devs. Probably higher-ups, right?
I think for something like this, you'd rent cloud servers as you'd expect the number of concurrent users to change over time and ideally would be able to spin up more capacity when you need it without having to have those machines available all the time. You still need some kind of system that decides when to order more capacity with enough warning that it's actually available (you can tell AWS you want a VM immediately, but it still takes a couple of minutes to transfer your data onto it and boot it up, which is longer than people want to sit in a loading screen) and decides which servers to assign to which users.
Interesting!
What kind of system would allow for that? Would queueing help?
Unfortunately, I'm not the right kind of software engineer to answer in more detail than that.
Fair! I'm in web so wouldn't know either. What kind of software do you work in? I've been thinking about jumping careers lately after realising that I quite like architecting a more complex system, and sort of hate working with front end web dev😂