this post was submitted on 01 Aug 2023
34 points (100.0% liked)

Gaming

70 readers
1 users here now

founded 1 year ago
 

Larian has finally confirmed that preloading won't be available, apparently because of a limitation with Steam.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] Caligvla@lemmy.dbzer0.com 14 points 1 year ago (16 children)

What in the fuck. Can devs please start compressing this shit better? I know this is more of a me problem, but this is like half my SSD just for this game alone. Ridiculous.

[โ€“] ZickZack@kbin.social 10 points 1 year ago

Standard lossless compression (without further assumptions) is already very close to being as optimal as it can get: At some point the pure entropy of these huge datasets just is not containable anymore.

The most likely savior in this case would be procedural rendering (i.e. instead of storing textures and meshes, you store a function that deterministically generates the meshes and textures). These already are starting to become popular due to better engine support, but pose a huge challenge from a design POV (the nice e.g. blender-esque interfaces don't really translate well to this kind of process).

load more comments (15 replies)