Members Andree Posted August 21 Members Posted August 21 (edited) Seems like Nihon Falcom made their own file format similar to .p3a archive format from YS X (international version). .pac file Sample.zip Edited August 21 by Andree Changed text
im__tem Posted August 21 Posted August 21 The file format itself isn't too terribly complex it seems? There's seemingly no compression for those files either (at least in the demo). I've written a basic file extractor, it's probably far from perfect though.pac_extract.py 1
Engineers Thief1987 Posted August 21 Engineers Posted August 21 (edited) 26 minutes ago, im__tem said: There's seemingly no compression for those files either (at least in the demo). I don't have demo, but data of the package in the OP is obviously compressed with LZ-like algo. Falcom usually used their own custom LZ fork afaik, though it's worth to try quickbms scanner on it Edit hmm no, it seems you are right. These jsons looks strange, they look compressed in the beginning but later there are clear repeating patterns which shouldn't be there if data was really compressed. Edited August 21 by Thief1987
Members Solution Andree Posted August 21 Author Members Solution Posted August 21 1 hour ago, im__tem said: The file format itself isn't too terribly complex it seems? There's seemingly no compression for those files either (at least in the demo). I've written a basic file extractor, it's probably far from perfect though.pac_extract.py Seems like you're late. https://github.com/eArmada8/kuro_mdl_tool They recently made a .pac extraction tool already.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now