Commit graph

4 commits

Author SHA1 Message Date
Daniel Gibson
55d4ca2007 Update README to mention that Sin and Daikatana
and to describe commandline options
2017-07-05 19:13:28 +02:00
Daniel Gibson
218f2e2bdf Support Sin .sin pak files
Apparently the only differences to Q2 paks are the header being "SPAK"
instead of "PACK" and directory entry's names being 120chars long
instead of 56, see:
https://github.com/id-Software/RTCW-SP/blob/master/src/bspc/l_qfiles.h#L71

This even seems to work.
Refactored a bit to easily support Q2, DK and Sin (and maybe more?) paks
and rewrote mktree() in a shorter, more elegant way without malloc() :)
2017-04-08 22:57:06 +02:00
Daniel Gibson
1248383e46 Add Daikatana pak file format description to README 2016-04-02 17:04:30 +02:00
Yamagi Burmeister
5e70aa132e Add a tool to extract pakfiles 2012-04-04 15:30:26 +00:00