psforever / PSPack

A tool to work with PlanetSide 1's pack file format.
Other
3 stars 3 forks source link

Use getopt to enable advanced usage #5

Closed pschord closed 8 years ago

pschord commented 8 years ago

Options to consider

./pspack.exe [options] -[cx] [action args]

Pack example: ./pspack -c packtocreate.pak file1..filen Unpack with verbose: ./pspack -vx packtoextract.pak

psmook commented 8 years ago

At this point my version differs far too much (I think) for a simple pull request. So here's my run at this issue:

https://github.com/psmook/PSPack-Win/blob/master/pspack.c#L68

pschord commented 8 years ago

Started in #10