this post was submitted on 23 Feb 2025
626 points (99.4% liked)

Games

39141 readers
933 users here now

Welcome to the largest gaming community on Lemmy! Discussion for all kinds of games. Video games, tabletop games, card games etc.

Rules

1. Submissions have to be related to games

Video games, tabletop, or otherwise. Posts not related to games will be deleted.

This community is focused on games, of all kinds. Any news item or discussion should be related to gaming in some way.

2. No bigotry or harassment, be civil

No bigotry, hardline stance. Try not to get too heated when entering into a discussion or debate.

We are here to talk and discuss about one of our passions, not fight or be exposed to hate. Posts or responses that are hateful will be deleted to keep the atmosphere good. If repeatedly violated, not only will the comment be deleted but a ban will be handed out as well. We judge each case individually.

3. No excessive self-promotion

Try to keep it to 10% self-promotion / 90% other stuff in your post history.

This is to prevent people from posting for the sole purpose of promoting their own website or social media account.

4. Stay on-topic; no memes, funny videos, giveaways, reposts, or low-effort posts

This community is mostly for discussion and news. Remember to search for the thing you're submitting before posting to see if it's already been posted.

We want to keep the quality of posts high. Therefore, memes, funny videos, low-effort posts and reposts are not allowed. We prohibit giveaways because we cannot be sure that the person holding the giveaway will actually do what they promise.

5. Mark Spoilers and NSFW

Make sure to mark your stuff or it may be removed.

No one wants to be spoiled. Therefore, always mark spoilers. Similarly mark NSFW, in case anyone is browsing in a public space or at work.

6. No linking to piracy

Don't share it here, there are other places to find it. Discussion of piracy is fine.

We don't want us moderators or the admins of lemmy.world to get in trouble for linking to piracy. Therefore, any link to piracy will be removed. Discussion of it is of course allowed.

Authorized Regular Threads

Related communities

PM a mod to add your own

Video games

Generic

Help and suggestions

By platform

By type

By games

Language specific

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

Combining oblivion, morrowind and Skyrim into one game mod: Bethesda broke it. Fallout London: Bethesda broke it. Both very soon after release by an update which was specifically designed to break the mod. Yeah, they do actively break mods to screw too enthusiastic modders who will create more and better content using their platforms, which will show their failure, laziness and not-caring-at-all-about-their-customers-at-all, because they only think of money and how to get as much as much as possible by screwing their customers over again and again. Todd is an asshole and Bethesda is a rotten company which still profits and milks their old successes from the time they weren't rotten.

[–] Ledivin@lemmy.world 6 points 3 months ago

an update which was specifically designed to break the mod.

[Citation Needed]

[–] Zahille7@lemmy.world 5 points 3 months ago

How are you even getting upvoted? You're clearly just talking out of your ass.

[–] BradleyUffner@lemmy.world 5 points 3 months ago* (last edited 3 months ago)

WTF are you smoking? It was not "specifically designed to break the mod". It was specifically designed to coincide with the Fallout TV series on Amazon prime.

[–] Schadrach 1 points 3 months ago (1 children)

Both very soon after release by an update which was specifically designed to break the mod.

I'm now curious about this from a technical perspective - how did the update specifically break their mod in particular? Were they doing a bunch of custom DLL hooks or something?

I know with Skyrim SE modding it's usually that any update breaks SKSE and a tiny handful of other mods that directly hook DLLs or the executable (these mods are usually scripting engine extensions and are a dependency for a variety of other mods), and depending on the update sometimes it takes longer than average to get a new version of those running (the AE update was one of those because they switched compiler version and that broke the method SKSE was using to find hooks). But in general that only breaks 1) mods using those (think SkyUI) until a new version comes out, after which most of those mods start working again without the individual mods needing an update and 2) mods that include their own plugin DLL, (think SkyClimb) which have to wait on an update and then compile a new version of the DLL for the new version of both the game and the other mod, because addresses and functions they are hooking may have changed. Mods not using SKSE or similar generally run just fine between versions of SSE (including AE).

[–] Demdaru@lemmy.world 2 points 3 months ago (1 children)

Full recompilation of exec from scratch - memory positions changed and basically f4se became extremely borked.

[–] Schadrach 1 points 3 months ago (1 children)

So basically what happened with the AE release for Skyrim SE where Bethesda switched to a new compiler version and the tool the script extender team was using to find the correct offsets couldn't handle it so they had to track down the offsets manually like before they'd written the tool, leading to a longer than usual time for the script extender to update than usual?

Which if it's anything like SSE means that mods that didn't use F4SE were basically unaffected, mods that use F4SE had to wait for it to update which took longer than usual after which they would mostly work unmodified, and mods that involved a plugin DLL for F4SE had to at the very least be recompiled against the new versions of the game and F4SE. Nothing about that specifically targets Fallout: London though from what it sounds like.

[–] Demdaru@lemmy.world 1 points 3 months ago (1 children)

Exactly, nothing target mod specifically, it's just dramatic people being dramatic. It DOES suck for Fallout London creators, but whatchu gonna do.

[–] Schadrach 1 points 3 months ago (1 children)

I mean, it would suck for any mod using F4SE. The answer for what to do is the same as every other update - recommend people not update until F4SE is updated.

Did they have their own plugin DLL or were they just using F4SE as is? If the former that would make it suck for them even worse since they'd potentially need to find some new hook addresses of their own and wait for the new F4SE and then reconcile their DLL.against that and then test it all again to make sure nothing broke.

[–] Demdaru@lemmy.world 1 points 3 months ago

Yeah, that's what Fallout Londond creators advised - delay the update. A lot of folk got already hit with it by this time tho, so a lot of people were pissed.

And they DID insert their own IIRC, may be wrong on that one.