Skip to content

Console utility to pack and unpack Fallout or Fallout 2 game data files

License

Notifications You must be signed in to change notification settings

falltergeist/dat-unpacker

Repository files navigation

dat-unpacker

Version Discord

Console utility to unpack Fallout 1 or Fallout 2 DAT files

Installation:

Ubuntu

sudo add-apt-repository ppa:falltergeist/falltergeist
sudo apt-get update
sudo apt-get install dat-unpacker

Compilation from source:

Dependencies:

Build:

cmake . && make

Usage

$ dat-unpacker --help                                               
Unpacker for Fallout 1/2 DAT files
v0.0.5 (c) 2012-2022 Falltergeist Developers
Example: dat-unpacker -f dat1 -s ~/fallout1/master.dat -d ~/unpacked
Arguments:
  --help                      Produce help message
  -f [ --format ] arg (=dat2) Fallout DAT file format version. 'dat1' or 
                              'dat2'. 'dat2' is default
  -q [ --quiet ]              Quite mode. Do not display anything
  -t [ --transform ]          Transform file names to lowercase
  -s [ --source ] arg         Path to the DAT file
  -d [ --destination ] arg    Where to extract files

About

Console utility to pack and unpack Fallout or Fallout 2 game data files

Resources

License

Stars

Watchers

Forks

Packages

No packages published