this post was submitted on 17 May 2025
793 points (98.7% liked)

196

17609 readers
867 users here now

Be sure to follow the rule before you head out.


Rule: You must post before you leave.



Other rules

Behavior rules:

Posting rules:

NSFW: NSFW content is permitted but it must be tagged and have content warnings. Anything that doesn't adhere to this will be removed. Content warnings should be added like: [penis], [explicit description of sex]. Non-sexualized breasts of any gender are not considered inappropriate and therefore do not need to be blurred/tagged.

If you have any questions, feel free to contact us on our matrix channel or email.

Other 196's:

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] gandalf_der_12te@lemmy.blahaj.zone 8 points 20 hours ago* (last edited 20 hours ago) (1 children)

I want to comment that "duplicate textures" isn't typically wastes a lot of space. It's one thing, but not typically the biggest thing.

The biggest thing is really unnecessarily high-definition textures, as you already said. If you have 4K textures for everything, that means you roughly use 5 MB per asset, even when using compression. If you have 2000 of these assets in your game, you immediately need 10 GB or storage space, and RAM when they are loaded into memory, and that's what makes the game so heavy.

Just to make a counter-example, Luanti, which is like open-source Minecraft, uses 64x64 pixel assets at the most, where each asset consumes less than 1 KB of storage space if compressed, and that's why even using a thousand assets in the game or more, the total game size is less than 30 MB. And that literally contains the whole game, including all assets and logic, which is just as complex as proprietary Minecraft.

[–] Draconic_NEO@lemmy.dbzer0.com 0 points 12 hours ago

It isn't the biggest thing but it's one example of space saving that isn't done out of laziness. Obviously it's easy to not do it in the drafting and design phase but it really should be optimized after the fact. No the big space wasters are the duplicate video scenes for higher resolutions that may or may not be used. The 2K and 4K videos waste a lot and that's a big drawback if they aren't ever going to be used if say, the person doesn't have a monitor that goes that high.