this post was submitted on 17 Aug 2026
31 points (100.0% liked)

Gaming

5154 readers
399 users here now

The Lemmy.zip Gaming Community

For news, discussions and memes!


Community Rules

This community follows the Lemmy.zip Instance rules, with the inclusion of the following rule:

You can see Lemmy.zip's rules by going to our Code of Conduct.

What to Expect in Our Code of Conduct:


If you enjoy reading legal stuff, you can check it all out at legal.lemmy.zip.


founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] givesomefucks@lemmy.world 5 points 4 days ago (3 children)

I've always worried about "updates" to prior entries when a new one is coming

There's a financial incentive to cripple the last game's years of mod support so the next official entry isn't compared to that, it's compared to the base game

[–] Quetzalcutlass@lemmy.world 2 points 4 days ago

ARK released an (incredibly buggy and half-baked) underwater-themed expansion for the original UE3 game some time after the UE5 remake was released. And several years after all the modders for the original game had moved on. It broke everything.

Conan Exiles just did the same thing recently, though at least theirs was a free upgrade to a new engine so they had an excuse.

[–] supersquirrel@lemmy.ca 2 points 4 days ago (1 children)

Which is egregious because vanilla Bethesda games are meh

[–] givesomefucks@lemmy.world 4 points 4 days ago (2 children)

And explains why this update that breaks mods is to push the same mods except paid and labeled "creations"....

The Fallout 4 update's due first, arriving on August 18th and "focusing on general Creations improvements".

They weren't happy with people fixing their games for free, they want to get paid for it.

Coincidentally, if America used original licensing laws, Fallout would have enter public domain a year or so ago, and anyone could make a full Fallout game by now and sell it.

[–] Nelots@piefed.zip 0 points 4 days ago (1 children)

They weren’t happy with people fixing their games for free, they want to get paid for it.

What. It's literally a free update to their already existing creation club DLC. In no way does bethesda get paid for this. Either you didn't buy the DLC yet and so aren't using these free fixes, because it's for a DLC you don't own, or you already bought the DLC and bethesda won't be getting any more money out of you from this patch.

I understand the hate for Bethesda and Microsoft, but this is just ridiculous. I don't own the FO4 DLC so I can't comment on it, but the Skyrim CC is buggy and unbalanced as all hell, so an official patch for it would be a good thing. And the 77% negative reviews on the FO4 CC DLC tells me it's probably even worse and more in need of a patch there. More than likely, this is just an attempt to fix their overwhelmingly negative reviews on the FO4 CC bundle in hopes that more people buy it. And if that involves them fixing issues it has, that's literally a good thing.

Even if it does break mods, the last several times this happened, a downgrade patch was out within hours.

[–] givesomefucks@lemmy.world 1 points 4 days ago

https://fallout.fandom.com/wiki/Creation_Club

Creation club is a decade old...

And the main criticism has always been that it takes free mods, and charges players for them thru creation club.

I have no idea what you're rambling about

[–] supersquirrel@lemmy.ca 0 points 4 days ago* (last edited 4 days ago)

Side note a cool indie open world rpg is Gedonia 2, it doesn't have modding support at the moment like the first one though.

https://store.steampowered.com/app/2566340/Gedonia_2/

[–] Zahille7@lemmy.world 1 points 4 days ago (2 children)

There's no conspiracy to break your mods. This is honestly ridiculous.

[–] givesomefucks@lemmy.world 2 points 4 days ago (1 children)

Yeah bro, there's now way checks notes Microsoft would do something like that...

[–] Quetzalcutlass@lemmy.world 1 points 4 days ago (1 children)

Yeah, but it's Bethesda as well so you could chalk compatibility breakages up to their usual incompetence.

[–] Zahille7@lemmy.world 0 points 3 days ago (1 children)

Or mods will break for any game after an update?

[–] Quetzalcutlass@lemmy.world 1 points 9 hours ago* (last edited 8 hours ago)

Yes and no. The thing about Bethesda's games is they use a scripting language for mods. That means there should be no ABI compatibility breakages between versions like you'd see with compiled programs; things should only break if an API hook or parent script changes. And Bethesda famously don't fix scripting errors in their games after the first few months of patches, leading to their titles universally receiving unofficial patches maintained by the community to fix the thousands of bugs Bethesda leaves intact.

Which makes it weird that their updates still tend to break mods, since the parts of the game that mods interact with* should be stable. Granted, they're messing with the Creation Club so some impact should be expected, but the vast majority of mods don't rely on that.

* Mods reliant on the third-party Skyrim Script Extender being a major exception, as that's a compiled library that uses hardcoded memory offsets to target unexposed functions in the engine, meaning unlike scripts it has to be changed and recompiled after every engine update.