Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 440 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 440 Bytes

Gamebryo Savegame parser

Savegame parser for the games Fallout 3, Fallout NV, Fallout 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