The game I am attempting to translate is...
Magical Girl Lyrical Nanoha A's Portable: The Battle of Aces
It's a Japanese psp game that came out in Jan 2010.
Wikia LinkOfficial Site
June 04, 2011, 03:35:36 AM - (Auto Merged - Double Posts are not allowed before 7 days.)
I was look through the files and saw this....
Hex3Hex4Hex5Hex6Is this the table? Looks like it based on what henke37 said...
I follow the values in the 00 and 01 (reversed) and for the K lines they led to an line the had - LZS ||? 2 ?? (the 2 could be any number and the ? were weird symbols)
the J lines led to a line that said HEADQ and had a symbol always under the 0C column --- They lead to the start
The second set - 04 05 - They seem the be the end point for the file....though not sure.....?
There seems to be a third set 0C possibly 0D but not sure....might be file size....or something else?
From what it looked....the K line - LZS - Are the contents of the .pac file and the J line - HEADQ - Are links to audio files (they are stored elsewhere)
And between the table and the start of the files is what seems to be a list of all files
EDIT:This is my interpretation of the table in the files....how can I use this to extract the file from the pac?
Notes -
UPDATEDAlso I believe the PAC is like a TAR file....just a container to hold the related LZS files