Win / KotakuInAction2
KotakuInAction2
Communities Topics Log In Sign Up
Sign In
Hot
All Posts
Settings
All
Profile
Saved
Upvoted
Hidden
Messages

Your Communities

General
AskWin
Funny
Technology
Animals
Sports
Gaming
DIY
Health
Positive
Privacy
News
Changelogs

More Communities

frenworld
OhTwitter
MillionDollarExtreme
NoNewNormal
Ladies
Conspiracies
GreatAwakening
IP2Always
GameDev
ParallelSociety
Privacy Policy
Terms of Service
Content Policy
DEFAULT COMMUNITIES • All General AskWin Funny Technology Animals Sports Gaming DIY Health Positive Privacy
KotakuInAction2 The Official Gamergate Forum
hot new rising top

Sign In or Create an Account

64
Helldivers 2 slims down for the holidays. (media.scored.co)
posted 202 days ago by WittyUserName 202 days ago by WittyUserName +64 / -0
27 comments share
27 comments share save hide report block hide replies
Comments (27)
sorted by:
▲ 42 ▼
– SR388-SAX 42 points 202 days ago +42 / -0

I hate modern software development.

85% reduction in size? Are you for fucking real? Data duplication for their perceived performance reasons increased size from 23GB to 131GB? GTFO. Is your entire team offshored to India or something?

And they SHIPPED this.

permalink save report block reply
▲ 22 ▼
– Kaarous 22 points 202 days ago +22 / -0

Supposedly, and I do mean supposedly because it's Arrowhead and they're Swedes so they lie like breathing, the enormously bloated install size was to support HDD users. As if anyone from Pennsylvania to Transylvania still uses those, but I digress.

In a previous big update earlier this year the bloat caused the new planet with underground maps to be effectively unplayable. Since that planet was about 80% of the content in the update the community was outraged.

Following THAT the company leadership once again allowed that Serbian dog-eater Alexus Kravchenko(if you ever played Hello Neighbor, he's the guy that ruined the sequel) to secretly nerf several popular weapons in a convoluted and shitty way that accidentally nerfed half the guns in the game.

And that's skipping over a tide of community drama involving a tranny community manager blacklisting several popular Youtubers, and the rest of the company being unable to do anything about it because Sweden is an HR police state and you can't criticize trannies even if they alienate huge chunks of your playerbase.

So Narrowhead needed a win. As a result they released this, which was as big of a W as they could manage with the least amount of effort.

permalink parent save report block reply
▲ 2 ▼
– RadiateTonight 2 points 201 days ago +2 / -0

, the enormously bloated install size was to support HDD users. As if anyone from Pennsylvania to Transylvania still uses those, but I digress.

Cheaper,bigger and longer lasting than SSDs. You might say get a bluray writer but they're all disappearing.

permalink parent save report block reply
▲ 2 ▼
– Kaarous 2 points 201 days ago +2 / -0

Sure, for storage. Not for gaming. I use an HDD to store books and pictures. I use an SSD for gaming.

permalink parent save report block reply
▲ 1 ▼
– SparkMandrill83 1 point 202 days ago +1 / -0

You seem to be into the game... Is it worth picking up now, even with all these problems?

permalink parent save report block reply
▲ 2 ▼
– Kaarous 2 points 202 days ago +2 / -0

It depends on what you're after.

Despite all the bugs, the drama, the idiotic balance choices, and the performance issues it IS still a damn fun game. I play it fairly casually with my wife, and we don't try to sweat the highest two difficulty levels, usually staying at 8/10.

The "premium" currency they use for the item packs they sell for monetization is easy to get on your own just by playing the game. I've paid I think ten dollars total into it since I got it almost two years ago.

All in all, it's fun as hell to rain down orbital strikes on the enemy, and blast them to bits.

permalink parent save report block reply
▲ 4 ▼
– Noctuner 4 points 202 days ago +4 / -0

This is the studio that forced an anti-cheat in their entirely coop game, because they couldn't figure a way to stop people from giving 9999 lab points in Helldivers 1.

Instead of just coding "Hey, there's a max of 17 points in this map, you shouldn't be able to get 9999", or instead of following the golden rule "Don't trust the client", they went the easy way and put an anti-cheat.

permalink parent save report block reply
▲ 12 ▼
– SocraticMethod1 12 points 202 days ago +12 / -0

That is a HUGE decrease, only game I know better optimised is Warframe.

Big studios either by incompetence or on purpose (as many accused COD for being so data hungry was so you had no space for other games) how important optimisation is. Hell that's one of the FIRST things modders target.

To show how long this has been an issue getting worse, I remember TotalBiscuit when he was alive focusing on optimisation as part of his review and how much early Id focused on it for Doom. The only reason not to is you lack the talent TO do it..

permalink save report block reply
▲ 22 ▼
– CatoTheElder 22 points 202 days ago +22 / -0

"Premature optimization is the root of all evil"

That phrase has done more damage to the software industry than even Indians. And when you combine it with Indians it is even worse.

permalink parent save report block reply
▲ 31 ▼
– KeeperOfTheGate 31 points 202 days ago +31 / -0

I had a computer science exam some ~20 years ago where we were writing (like, with pencil and paper!) C code. I had been programming in C since middle school while most of the class was learning C for the first time.

I wrote a very sexy copy loop with pointer arithmetic and a comment to the side explaining why, and pointing to a particular pre-increment in the copy as an optimization.

The TA took points off and wrote that micro optimizations are useless and, verbatim "premature optimization is the root of all evil."

I know exactly which TA wrote it, and he was, and I'm sure still is, an effeminate, arrogant, mincing prick. He just did not understand the code. Luckily I appealed to the professor and he reversed it. Yes, I'm still salty about this.

The prick works at Facebook today.

permalink parent save report block reply
▲ 21 ▼
– DefinitelyNotIGN 21 points 202 days ago +21 / -0

Writing efficient code isn't premature optimization. "Optimization", in the turn of phrase's context specifically, is supposed to mean corner-cutting and hacky workarounds to save a step or two.

Writing good code in the first place REMOVES the need for optimization.

permalink parent save report block reply
▲ 2 ▼
– Noctuner 2 points 202 days ago +2 / -0

Writing good code in the first place REMOVES the need for optimization.

No, those are different. Look up the famous Quake 3 root optimisation, technically it's immensely faster, but not considered good code, because it's full of "magic numbers" and incredibly hard to understand while the code nor the comments don't provide any info on what's it's doing at all. It generally take a 15mn video to understand those 3 last lines.

permalink parent save report block reply
▲ 3 ▼
– KeeperOfTheGate 3 points 202 days ago +3 / -0

I watched a video about that a couple of years ago. Great stuff, highly recommended.

permalink parent save report block reply
▲ 16 ▼
– SR388-SAX 16 points 202 days ago +16 / -0

This is actually a perfect example of premature optimization.

They just assumed that mechanical hard drives would be such a huge performance hit that they apparently reorganized their data to duplicate it so that (presumably; I can only speculate because they don't actually specify and I can't conceive any other possible reason to do this) would minimize seek times.

Fucking insane.

And, again, they SHIPPED this.

permalink parent save report block reply
▲ 15 ▼
– SturmMilfEnthusiast 15 points 202 days ago +15 / -0

They can't even guarantee it had any real positive effect. It's not like Helldivers is telling the HDD precisely where to write things. These files-in-triplicate could all be right next to each other, while big individual files are fragmented and scattered all over the disk.

permalink parent save report block reply
▲ 17 ▼
– ernsithe 17 points 202 days ago +17 / -0

100% this. Data duplication made perfect sense when you're reading off optical media where you control where the tracks are. You don't want the read head having to index back and forth constantly. You want similarly accessed data in nearby rings.

On a PC, the dev doesn't really have control over where the files are written in the first place. Now, what I could believe is that every subsequent expansion duplicated assets from the previous releases, because they knew that updating the originals would invite fragmentation.

My money is on them not being confident that they weren't breaking old content so they just made the new content effectively standalone. Probably punted on regression testing too.

permalink parent save report block reply
▲ 6 ▼
– CatoTheElder 6 points 202 days ago +6 / -0

It could just be sheer lazyness. Just duplicating assets because it's easier to copy-past entire structures than it is to properly link them one at a time.

permalink parent save report block reply
▲ 9 ▼
– SR388-SAX 9 points 202 days ago +9 / -0

^ This guy has defragged a hard drive before.

permalink parent save report block reply
▲ 6 ▼
– ModsAreAIDS 6 points 202 days ago +6 / -0

And it makes no sense on its face. If you test at the unit level, why wouldn't you optimize at the unit level too?

permalink parent save report block reply
▲ 5 ▼
– MargarineMongoose 5 points 202 days ago +5 / -0

There's some truth to it. The last time I had to genuinely optimize something for performance it resulted in some truly ugly things going on under the hood that made the code way less coherent and maintainable. Some basic optimization should be baked in as part of best practices, but doing some of the darker optimization wizardry should indeed be avoided until that evil becomes necessary.

permalink parent save report block reply
▲ 5 ▼
– CatoTheElder 5 points 202 days ago +5 / -0

Sure, but the cases where you need the crazy things for optimization are few are far between. So much of the time it's just using the correct algorithm instead of brute forcing everything. Casey Muratori puts it far better than I in this interview:

https://youtu.be/apREl0KmTdQ?t=242

It's just crazy how people refuse to even consider optimization, especially in AAA game dev. If every developer could be like Wube (factorio) and Coffee Stain (Satisfactory, which is in Unreal 5, and shows how every other game in Unreal 5 is deliberately deoptimised), gaming in general would be better.

permalink parent save report block reply
▲ 4 ▼
– MargarineMongoose 4 points 202 days ago +4 / -0

Oh I agree that if we had developers who actually used optimization instead of farting out whatever would compile then the industry would be in a much better place. If you demand that level of competency in the technical aspect you necessarily create a culture where you start selecting for competency across the board instead of all the ideologically based hiring that happens now. There's the best games were made by a bunch of White and/or Japanese autists while the danger hairs have created nothing of value during their entire tenure in the industry.

permalink parent save report block reply
▲ 4 ▼
– ModsAreAIDS 4 points 202 days ago +4 / -0

That would take a bit of time to learn how things like hashmaps work though. Why do that when you could just solve every problem by iterating through arrays instead?

permalink parent save report block reply
▲ 3 ▼
– MargarineMongoose 3 points 202 days ago +3 / -0

They'd accidentally end up getting there simply because they'd choke once they started trying to iterate through multi-dimensional arrays.

permalink parent save report block reply
▲ 3 ▼
– AlfredicEnglishRules 3 points 202 days ago +3 / -0

There's a red pill for that.

permalink parent save report block reply
▲ 2 ▼
– Noctuner 2 points 202 days ago +2 / -0

We now know that, contrary to most games, the majority of the loading time in Helldivers 2 is due to level-generation rather than asset loading.

Quite unbelievable. Not a single dev thought about putting any debug to check any timer. Not a single one, just by curiosity, wanted to see which part of the loading was the longest, see if there could be any potential bug or issues.

permalink save report block reply
▲ 2 ▼
– m0r1arty 2 points 202 days ago +2 / -0

Modern devs gotta div.

permalink save report block reply

Original 8chan Links to Gamer Gate:

.

The main GG discussion is on the videogames board: https://8chan.moe/v/

.

GamerGate archive is at https://8chan.moe/gamergatehq/

.

GamerGate Wiki:

https://ggwiki.deepfreeze.it/index.php/Main_Page

. . . . . .

. . . . . .

Rules:

.

ONE: Do not advocate for illegal violence or post other illegal activity. (Be aware of your local laws.)

.

TWO: Don't threaten, harass, or impersonate users. Also: don't be a psycho. New users will be held to a higher standard.

.

THREE: Do not post porn.

.

FOUR: NSFW/NSFL content must be flaired NSFW.

.

FIVE: No vote manipulation. Do not break communities.win's features.

.

SIX: No spam or reposts. Do not make more than 5 threads a day.

.

SEVEN: Do not post falsehoods and hoaxes that are obvious to an uncontroversial degree.

. . . . . .

. . . . . .

Moderation Logs:

.

(Two different versions, Scored has more features and is cleaner, but .win let's you see a few more details in certain instances.)

  • Scored
  • .win

Moderators

  • DomitiusOfMassilia
  • C
  • BandageBandolier
  • CarmenOfSandiego
  • The_Shadow_of_Intent
  • SocraticMethod1
  • Kienan
  • Smith1980
Message the Moderators

Terms of Service | Privacy Policy

2026.02.01 - bh6wd (status)

Copyright © 2026.

Terms of Service | Privacy Policy