Skip to content

Commit bb1466e

Browse files
committed
Added readme file and new binary
1 parent 48d5873 commit bb1466e

2 files changed

Lines changed: 27 additions & 0 deletions

File tree

README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
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

dat2.exe

4 KB
Binary file not shown.

0 commit comments

Comments
 (0)