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
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()
- Switch DAIKATANA on - C11 instead of C89 - Clang is better than gcc ;)