this post was submitted on 13 Jun 2023
63 points (100.0% liked)

Gaming

30428 readers
336 users here now

From video gaming to card games and stuff in between, if it's gaming you can probably discuss it here!

Please Note: Gaming memes are permitted to be posted on Meme Mondays, but will otherwise be removed in an effort to allow other discussions to take place.

See also Gaming's sister community Tabletop Gaming.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
 

This is a little unusual. Most games never explicitly say you need an SSD or a HDD - but Starfield does! This likely isn't a hard limit, as recommendations are often just that, but I cannot help but wonder what would happen if the game is run on an HDD?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 25 points 1 year ago (3 children)

It’s likely not only for loading times, but faster loading/streaming of assets and textures. May reduce pop-in with a SSD compared to a HDD.

[–] [email protected] 4 points 1 year ago (2 children)

While this makes sense, it starts to feel like maybe developers shouldn't be leaning so hard on hardware to solve software engineering problems. There's not exactly anything faster than SSD's at the moment to replace them once developers once again push them to their limits.

Gameplay is what makes a game good, not having the fanciest graphics that need an SSD pipeline just to be able to not have horrible pop-in. Just a personal opinion, of course, but it seems like developers could still be making beautiful games without having to go this route for everything.

[–] [email protected] 3 points 1 year ago

SSDs have been around for a long time, and have been affordable for quite a while now. While optimization should always be happening on the developer side, its not crazy to start requiring 30+ year old technology to use modern games.

[–] [email protected] 2 points 1 year ago

Is it really an engineering problem to not prioritize a slower storage medium?

Last gen consoles still had HDDs but with the newer gen using SSDs that’s what they seem to go for, rather than HDDs and are using the faster read speeds available to them. So with the current gen in mind and SSDs becoming more common to me it makes sense in that regard.

Now don’t get me wrong here this doesn’t mean developers should use this as an excuse to not optimize their game. But I can see how it could let some be lazy about it and push the issue onto hardware.

And I do agree that gameplay is what makes or breaks it, not fancy graphics. It’s why indie games can be so popular even with pixel graphics (not that all use pixel but you get the idea). But that doesn’t seem to be what they were aiming for.

[–] [email protected] 2 points 1 year ago

Indeed but it's also a matter of how you design your game. If you're assuming that a game is running off a hard drive, then you'll likely design it so that it loads everything in at load time because the assumption is that storage will be too slow to provide assets on an "as-needed" basis.

On the other hand, if you can rely on there being an SSD you can just assume that you'll be able to grab everything and as when needed.

This actually has an added benefit in that you can design more 'ambitious' games because you don't have to worry about needing to fit all of your assets for a given 'level' into system memory. You can rely on the fact that you can just load and unload things as and when needed.

[–] [email protected] 1 points 1 year ago

Yeah, it probably works on an HDD as well, but load times will be awful. I think this gets blown out of proportion. These AAA games or any game which had to load assets or whatever which exceeded available memory always had issues with load times etc. on HDD. So asking users to run it on an SSD is quite sensible to me.

We should argue though if a size of 125GB is actually necessary... Looks like it's time to upgrade my M.2 SSDs from 500GB to 2TB at least 😅