Atelier Sophie 2 [*.PAK]

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
MSQ
Posts: 20
Joined: Sat Oct 30, 2021 7:59 pm

Atelier Sophie 2 [*.PAK]

Post by MSQ »

Hey everyone, here's a compiled version of gust_pak from Gust Tools Github which allows you to unpack and repack archives. The source code has been modified so you can use it with Atelier Sophie 2.

Code: Select all

dGGKXLHLuCJwv8aBc3YQX6X6sREVPchs
is the current key for the game.

To unpack:

Code: Select all

gust_pak -k dGGKXLHLuCJwv8aBc3YQX6X6sREVPchs "<input pak file>"
To repack:

Code: Select all

gust_pak -k dGGKXLHLuCJwv8aBc3YQX6X6sREVPchs "input_json_file>
All credits to VitaSmith for gust_pak and 20051231 for the changes to the source code.