efossvold / fallout2-save-editor

Fallout 2 Save Game Editor
GNU General Public License v3.0
5 stars 2 forks source link

Fallout 2 Save Game Editor

Basic save game editor for Fallout 2 for MacOS (Windows support might be added later).

Image from Gyazo

I wrote this editor for fun as hobby project for learning react-native. While replying the classic Fallout 2 recently I ran into an issue where I got the reputation "childkiller" when a kid accidentally got hit by a shrapnel. This reputation blocks a LOT of quests and AFAIK there's no way of removing it. To make matters worse I also got eye damage which gives you severely poor aim. One can remove this if you have the doctor skill, but there was also a bug in Fallout CE, where when using the doctor skill the screen would go black. Thus, two major pains ruining the fun. So I could start over or write an editor, obviously I chose the latter.

Mainly tested with the amazing Fallout CE (check it out), but also briefly verified it works with the GoG version.

Update: I migrated from react-native to Wails as it is much easier to work with both in terms of support for web libraries and native OS components across supported platforms (Mac, Windows and Linux).

Features

Editable stats:

Supported platforms:

Todo

Disclaimer

This editor is not in any way extensively tested. The author is not responsible for data lost or corrupted. Use on your own responsibility.

When clicking "Save" no backup is created. Therefore, always manually create a backup.

Known Issues

Credits

Inspired by https://github.com/freesalu/fallout-2-editor. Item data (for inventory) is taken from this repository.

Based on the great documentation from http://falloutmods.wikia.com/wiki/SAVE.DAT_File_Format

App icon from getdrawings.com

License

GNU General Public License v3.0