this post was submitted on 31 Aug 2023
101 points (100.0% liked)

Gaming

30428 readers
367 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
 

Baldur's Gate 3 is currently taking up all the storage space I would give to Bethesda's sci-fi RPG.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] MentalEdge@sopuli.xyz 5 points 1 year ago* (last edited 1 year ago) (1 children)

There was talk about making "steam deck optimized" versions of games that would ditch high resolution assets as they would be pointless on a 720p display. Nothing seems to have materialized.

That said, there are reasons why games are taking more and more space. Game assets cannot be compressed the same way image files intended for humans can. They have to be stored losslessly, or there WILL be rendering artefacts. And a material or texture in a game is composed of a lot more layers than just an RGB image (normal maps, specular maps, material maps, depth maps). And modern game-engines can pre-bake a lot of things that otherwise would have to be rendered in real-time. That pre-baked render data has to be stored, preferably in high resolution to avoid aliasing, and shipped along with all the other game files.

Games aren't ballooning in size for no reason. Stuff like pre-baking essentially trades storage for the ability to get the same looks for less processing. More data layers in textures and materials allows rendering to take shortcuts in how the appearance of a surface is calculated, etc. etc. etc.

But none of this would prevent the option to not download these resource files for ALL detail levels. If you're not gonna run a game on ultra textures, you don't need those files sitting on your drive.

[โ€“] HidingCat@kbin.social 3 points 1 year ago

Yea, some kind of custom install would be good. Can't be hard to program a dialogue before download that'll select the right assets to install, saving both disk space and bandwidth.