Conversation
Adds Fallout 4 to games.json and introduces a new fallout4 handler that reconstructs Bethesda WGS chunked saves (toc + ChunkDataN) into .fos files. The implementation mirrors the Starfield logic while accounting for Fallout 4’s save-slot folder layout and naming. README.md updated accordingly.
|
so new to GitHub is fallout 4 compatible now or not? sorry for the stupid question! |
Don't be sorry! No worries at all. Long story short, it is not compatible within this repository yet. The maintainers have to accept my proposed changes to make it compatible. However, it is compatible in my forked repository. My fork has the updated code to make Fallout 4 compatible. You would need to clone it to your local computer, then run main.py (using python). You could potentially use AI to help you do this if you are not a developer. If you don't feel comfortable doing that, then you will have to wait until the maintainers accept my changes. I noticed there are a handful of others who have proposed other game changes, but the maintainers have not touched the threads since November 2025, so the timeline seems uncertain. |
Adds Fallout 4 to games.json and introduces a new
fallout4handler that reconstructs Bethesda WGS chunked saves (toc + ChunkDataN) into .fos files. The implementation mirrors thestarfieldlogic while accounting for Fallout 4’s save-slot folder layout and naming. README.md updated accordingly.