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

speIIbound/dat-unpacker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dat-unpacker Build Status 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:

  • CMake (>= 2.8)
  • zlib1g-dev (>= 1.2)

Build:

mkdir build && cd build && cmake .. && make

Usage

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 97.2%
  • CMake 2.8%