I'm trying to unpack a .PAK file that was dumped from a game, "Fatal Twelve", a visual novel released on switch. The first four bytes are this.
Code: Select all
00 c8 00 00
Here are the two files that was dumped with the splitter, along with the original .PAK file.
https://mega.nz/folder/akVz2QxT#Dp-nFCprCz3Hvb9WgM6gLQ
If anyone could spare the time to help in looking into this, I'd really appreciate it! Seeing as it's a visual novel, I was thinking that the image files would be easy enough to mod, but I have to get through the gate of figuring out how the heck to unpack and repack this file!! I'm also trying to figure out what engine it was made in for any pointers.
UPDATE: With a little more digging I figured that I'd probably need to write a quickBMS script on my own to extract the files for this, seeing as I can't seem to figure out what kind of engine (possibly custom) this novel is using. If anyone coming across this thread would be kind enough to lend a hand, it would be super appreciated!