11

7 comments

[–] Mattvision 3 points (+3|-0)

Why the fuck do all these AAA games need that much space? Is every potential cutscene rendered as a 4k video file? Are they using sweatshop labor to create molecularly detailed textures and models for every single blade of grass? I feel like a cheap unity remake of most of these things would at most top out at 20gb, probably less.

[–] jobes [OP] 2 points (+2|-0)

As technology has improved, the strain on artists to optimize assets has almost entirely disappeared. Back when everything had to fit on a single DVD and disc read speeds were of utmost importance, we had to constantly hammer on the artists to remove polygons, reduce texture resolution, reuse assets, etc etc. We would always have to make artists cut up scenes and decimate the assets they spent weeks making look nice and pretty.

Nowadays since there is so much storage and SSDs are everywhere, the artists have gotten cocky and programmers have gotten lazy so the hammering on optimizing assets is barely existent. Every texture will be 4k resolution instead of 512 or lower, even if it's just for shitty tree bark. A character you see in the distance will have 100k polygons instead of the old forced reduction to 3k for distant characters. No games read directly from physical media anymore, everything loads from a fast SSD so even with shitty assets, it's still mostly acceptable.

When you still see long load times in games even though you have an SSD, it's generally because of bullshit like this. If game studios still had the discipline they had 10 years ago, those long load times would be completely gone in many games.

[–] Mattvision 1 points (+1|-0)

I mean, at least the shitty load times are somewhat tolerable in the smartphone age. What pisses me off is that if I have a console with 'only' one tb of space, I can't even fit 10 games like this on it. It's a complete waste of space. Maybe if NVMEs get cheap enough we'll go back to using cartriges.

[–] jobes [OP] 1 points (+1|-0)

MS and Sony won't be pressuring devs to reduce the size of their games. How else will they sell you the 2tb edition of the console if they do that :)

[–] [Deleted] 1 points (+1|-0)

Tools make coding faster, and much fatter. No one writes in efficient code anymore. like assembly. That's time consuming. Just use Bill Gates drag and drop programming method, and add some actual code as needed. Windows went from 13 1.44-MB floppy discs for all of Windows 95 (total of 18.72 MB), to 4.2 GB for W10 using this fine technique, that also makes bug fixing tedious. Half of W10 is bloat related to telemetry, advertising, and other bullshit completely unnecessary to run the OS. Games use the same dumb techniques.

It is what it be.

[–] jobes [OP] 1 points (+1|-0)

Many games are made with generic engines these days as well. Back in the old days, every game had a unique engine created for that project and then it was often abandoned once the game was finished. Giving an artist who is making a Minecraft clone the same engine that can be used to make Gears of War will result in a super bulky Minecraft clone for no good reason.