Giter Site home page Giter Site logo

fse's Introduction

Fallout Save Editor (FSE)

This project provides a tool for reading and potentially editing the contents of savegame files for the classic game Fallout. This tool gives you the capability to view and modify various aspects of save files, including player stats, inventory, and game world state.

Overview

Fallout Savegame Editor (FSE) reads .DAT files which are archived data files containing everything about the player, party members, global variables, and state of the world map. Note that information about each town is stored in individual .SAV files instead of .DAT files.

Installation

To install FSE, follow these steps:

  1. Make sure you have the development files for GCC.
  2. Clone the repository or download the source code.
  3. cd into the root directory of the project.
  4. Run make install to compile and install the tool.

The project contains a Makefile for easy building of the tool.

Usage

After successfully building and installing FSE, you can use it with the following command:

fallout_save_editor <path to SAVE.DAT>

Replace <path to SAVE.DAT> with the actual path to your Fallout savegame .DAT file.

Build Targets

  • all: Build the shared library and CLI tool.
  • library-shared: Build a shared library.
  • cli: Build the command-line interface.
  • clean: Remove all compiled binaries and object files.
  • install: Install all necessary components for using the tool.
  • uninstall: Remove all installed components of the tool.

Contributing

Contributions are welcome!

License

This project is licensed under the MIT License.

Acknowledgments

I would like to give a special mention to the detailed documentation provided by falloutmods.fandom.com for their extensive breakdown of the SAVE.DAT file format, which has been invaluable to the development of this tool.

Disclaimer

This project is in no way affiliated with the developers or publishers of Fallout. It is an independent project developed by someone mad he made a bad character.

fse's People

Contributors

aleitner avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.