File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # DAT2 - Fallout DAT file packer/unpacker
2+
3+ A command-line tool for packing/unpacking Fallout 1/2 DAT files.
4+
5+ Original author: ** Anchorite (TeamX)**
6+
7+ ## Usage
8+
9+ dat2 <command> [options] [-t dir] [-d dir] DAT_file [list | @response_file]
10+
11+ ### Commands
12+ a: Add files to DAT file. Create new if DAT file does not exist
13+ x: Extract files from DAT file
14+ d: Delete files from DAT file (only info about files)
15+ l: List files in DAT file
16+ k: Shrink DAT file
17+
18+ ### Options
19+ -s: create Fallout 1 DAT file
20+ -r: recurse into subdirectories
21+ -0..9: Compression method
22+ (Fallout1: 0 - store, other numbers - compress (default)
23+ (Fallout2: 0 - store, 1 - best speed, 9 - best compression (default)
24+ -p: extract without paths
25+ -d: extract files into specified directory
26+ -t: add files to specified directory of DAT file
27+ --: end of options
You can’t perform that action at this time.
0 commit comments