Console utility to unpack Fallout 1 or Fallout 2 DAT files
sudo add-apt-repository ppa:falltergeist/falltergeist
sudo apt-get update
sudo apt-get install dat-unpacker
- CMake (>= 2.8)
- zlib1g-dev (>= 1.2)
Build:
mkdir build && cd build && cmake .. && make
Usage: dat-unpacker [arguments]
Example: dat-unpacker -f dat1 -s ~/fallout1/master.dat -d ~/unpacked
Arguments:
--format, -f Fallout DAT file format version. 'dat1' or 'dat2'. 'dat2' is default
Possible values are: 'dat1', 'dat2'.
(Defaults to 'dat2')
--quiet, -q Quite mode. Do not display anything
--transform, -t Transform file names to lowercase
--source, -s Path to the DAT file
--destination, -d Where to extract files