Commit graph

4 commits

Author SHA1 Message Date
Daniel Gibson
7dd6c848ec Support Daikatana and Quake(2) .pak files in same binary, -dk switch
by default pakextract now assumes Quake(2) format paks, add the -dk
switch to the commandline for Daikatana format.
e.g.: pakextract -dk -l /path/to/Daikatana/data/pak1.pak
will list the files in Daikatana's pak1.pak
2016-04-02 12:49:04 +02:00
Daniel Gibson
5f69e932eb dir entries array instead of linked list, other cleanups
also, read structs element-wise instead of the whole struct at once.

small fix in Makefile - use -std=gnu11, else on Linux I don't get
strsep()
2016-04-02 12:48:30 +02:00
Yamagi Burmeister
bb50d7486e Overhaul the Makefile:
- Switch DAIKATANA on
- C11 instead of C89
- Clang is better than gcc ;)
2016-04-01 23:41:17 +02:00
Yamagi Burmeister
5e70aa132e Add a tool to extract pakfiles 2012-04-04 15:30:26 +00:00