This Packit tool will pack or un-pack a PFF.
There is a “Packit help Readme” in the zip file.
———————————————————————-
The pack program requires 2 files in order to work, the pack.exe and the packPFF MS Dos Batch File
Right click on the packPFF batch file and select “Edit” in order to edit it’s commands
General structure of the coding is like so:
pack Name.pff +*.bin
Name is the name of your mod.
+ or – tells if you want to add (+) or take out (-) a file from the .pff
Name of the file you want to be packed. using a *.xxx is a wildcard pack or un-pack. It basically packs everything in the same folder as the “pack.exe” and “packPFF batch file” that is of file type .xxx OR takes everything out of the .pff that is of file type .xxx
pack Name.pff opt
Name is the name of your mod.
opt(timise) essentially “de-frags” the .pff by moving all of the files into white space created by “deleted” files, thereby making the .pff as small as possible
Download