this post was submitted on 04 Mar 2026
-15 points (29.7% liked)

Games

46906 readers
772 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
 

Fallout 4's Anniversary Edition can no longer do mods, nor can I access the free creations I spent extra on and on top of everything my game crashed, so I did the obvious checked for updates, Disk Cleanup, Defragment and Optimize Drives, went to Nvidia settings to ensure everything there is up to date and everything was good. The case and point lies with the mods F4SE in particular, so I went to https://github.com/ianpatt/f4se Only to later realize they deal with bug fixes not updates! Thank you very much MC I will not forget that embarrassment, If only closed issues could be deleted. Sorry about the poor image resolution, I've been having an issue with that and don't know how to fix it, It pops in and out every now and then clear to blurry. FYI I have tried twice to downgrade Fallout 4 but I just can't seem to do it right, no I rely on the modding community now, I have little choice.

you are viewing a single comment's thread
view the rest of the comments
[–] tal@lemmy.today 12 points 1 day ago* (last edited 1 day ago)

I mean, it's telling you to update the Address Library mod. If Fallout 4 gets an update, it may take them a bit, but they should roll it out.

https://www.nexusmods.com/fallout4/mods/47327

You probably want the current version of that. If Fallout 4 just updated, then you may need to wait for it to be updated.

That thing is required to know where in memory other mods need to fiddle to do stuff outside of the APIs that Bethesda provides, so it's extremely dependent on the version of Fallout 4


basically, it being updated means that all the other mods can rely on it knowing what the relevant addresses are and don't have to be updated themselves. If Fallout 4 gets updated, you're probably going to need to update it.

EDIT: Some people who run heavily-modded Fallout just buy the thing via GOG to avoid Steam pushing updates entirely, so that they don't have a window where an update comes out but relevant mods haven't been updated. You can prevent Steam from doing updates via breaking the update mechanism, but as of 2026, Steam normally updates games automatically, and GOG's mode of operation is to only update manually.

My own view is that the real issue is that Bethesda really should (a) expose some of the stuff that Address Library provides via supported APIs to mods, so that Address Library isn't necessary, and (b) should use Steam's beta branch functionality to establish a "stable" branch for people running mods to have an option for. Not really what Steam intends the feature for, but there isn't really a better way to both permit updates and deal with the "mod authors need time to update their mods" issue in 2026 in Steam.

EDIT2: I don't think that you can directly blame Bethesda for Fallout 4 updates breaking compatibility there, aside from maybe not providing APIs for some stuff that mods would like to do so that they don't need Address Library. Address Library is twiddling values in memory. It'd be unreasonable for Bethesda to commit to having a fixed memory layout across versions; no game developer is likely going to do that.