Jump to content

Trails in the Sky 1st Chapter - .pac file


Go to solution Solved by Andree,

Recommended Posts

Posted

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

  • Like 1
  • Engineers
Posted (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 by Thief1987
  • Members
  • Solution
Posted
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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...