Can anyone have a look please here on this archive ? It is from X360 version.
Code: Select all
http://dl.dropbox.com/u/38234344/Pars.rarCode: Select all
https://www.rapidshare.com/files/473367003/Pars.rarCode: Select all
http://dl.dropbox.com/u/38234344/Pars.rarCode: Select all
https://www.rapidshare.com/files/473367003/Pars.rar

Code: Select all
comtype COMPRLIB_RLE3 # wrong algorithm!
endian big
idstring "PARC"
int hdr_unknownA;
int hdr_unknownB;
int hdr_unknownC;
int hdr_numFolders;
int hdr_foldersOfs;
int hdr_numFiles;
int hdr_filesOfs;
math foldNames = 32
math fileNames = hdr_numFolders
math fileNames *= 64
math fileNames += 32
math foldInfos = hdr_foldersOfs
math fileInfos = hdr_filesOfs
for i = 0 < hdr_numFolders
goto foldInfos
int foi_unknownA;
int foi_unknownB;
int foi_numFiles;
int foi_fileOfs;
int foi_unknownE;
int foi_unknownF;
int foi_unknownG;
int foi_unknownH;
savepos foldInfos
goto foldNames
char foiName[64];
savepos foldNames
for j = 0 < foi_numFiles
math TMP = foi_fileOfs
math TMP += j
math TMP *= 32
math TMP += fileInfos
goto TMP
int fi_comprFlags;
int fi_fileSize;
int fi_fileSizeComp;
int fi_fileOfs;
int fi_unknownE;
int fi_unknownF;
int fi_unknownG;
DWORD fi_chkSum; //guessing
math TMP = foi_fileOfs
math TMP += j
math TMP *= 64
math TMP += fileNames
goto TMP
char fiName[64];
set fn string foiName
string fn += /
string fn += fiName
if fi_comprFlags & 0x80000000
goto fi_fileOfs
getdstring SIGN 4
if SIGN == "SLLZ"
math fi_fileOfs += 0x10
math fi_fileSizeComp -= 0x10
clog fn fi_fileOfs fi_fileSizeComp fi_fileSize
else
log fn fi_fileOfs fi_fileSizeComp # ???
endif
else
log fn fi_fileOfs fi_fileSize
endif
next j
next i
aluigi wrote:it doesn't work with the compressed files, so it's of no use or maybe partial use.
I have posted it only for giving a chance to extract the uncompressed files and studying the compressed ones, so nothing "stable" because the compression algorithm remains the only problem

DUMPaluigi wrote:here it works with all the files you provided.
are you sure you are not using an old (very old in this case) version of quickbms?
Code: Select all
http://dl.dropbox.com/u/38234344/font.rar