DePax Version 1.xx by Mikero
See ReadMe General
See fixes
DePax is a powerful analyser of any pac/paa file
Under all options, it lists the internal structure of the file:
In addition, it will scan given folder(s) for all paa's or
all paa's of a given type.
Thus, you can rapidly search for instance the p:/ca folder for DXT1 *paa
output is produced on screen
Syntax:
DePax [-options...] Anyfile[.pac | .paa]
DePax [-options] AnyFolder
DePax [-options] FileList[.txt | .lst]
DePax [-options] PboName[.pbo | .xbo | .ebo]
-options (case insensitive) can be listed separately
-N Noisy (default)
-B brief (dir listing). best used for folder and or T scan
-C=["]Comma,Separated,Typelist["]: only list pax of type n. must be last option
TYPE LIST
A typelist causes depax to only list specific types of paa.
A typelist is obviously only useful in conjunction with folder or pbo scan
The list consists of one or more comma separated values.
These values can either be expressed as hexadecimal, or the type name as follows
0xFF0n or "DXTn" (n==1..7)
0x1555 or "RGB5"
0x4444 or "RGB4"
0x8888 or "RGB8"
0x8080 or "GREY" or "GRAY" // alternate spelling
0x4747 or "INDX"
0x0000 or "DEMO" ofp demo (no number, since there is no 'type'
FILE LIST
A FileList is useful in your projects where you *should* be checking
quality-of-work before issuing to the public and you don't want
a folder scan because some pax are still under development
example:
DePax -B MyGreatListOfShould-Be-Good-Pax
or, simply point DePax to the folder under review
Specifying a pbo, obviously, looks for given pax in a given pbo
Examples:
DePax thisfile
DePax -bc=DXT1,DXT2,DXT5 ThisFolder // list (briefly) only files of type DXT
which might be in ThisFolder
DePax -C=INDX ThisPbo.pbo // list only ofp pac-pallete types if they're in this
pbo