Skip to content

Savegame parser for Fallout 3, Fallout NV, Fallout 4, Oblivion, Skyrim and Skyrim Special Edition

License

Notifications You must be signed in to change notification settings

Nexus-Mods/node-gamebryo-savegames

Repository files navigation

Gamebryo Savegame parser

Savegame parser for the games Fallout 3, Fallout NVFallout 4, Oblivion, Skyrim and Skyrim Special Edition

Compiling

Windows

Libraries are built automatically from source as needed.

Linux

Libraries must be installed prior to building.

  • Arch
sudo pacman -Syu zlib lz4
  • Debian
sudo apt install zlib1g-dev liblz4-dev
  • Fedora
sudo dnf install zlib-devel lz4-devel