extract .pack files [DMC 1]

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
gabsalmeida
Posts: 4
Joined: Fri Sep 03, 2021 12:51 am

extract .pack files [DMC 1]

Post by gabsalmeida »

Hello. Well, I would like to translate DMC 1 from the switch to my location, but I am not able to extract the files, I have already used some aluigi scripts, but without success. Someone, could you help me?

https://drive.google.com/file/d/1Nq6T3S ... sp=sharing
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: extract .pack files

Post by aluigi »

Probably already exists a script but the format is very simple so I made it on the fly:

Code: Select all

get FILES long
for i = 0 < FILES
    get SIZE long
    get OFFSET long
    log "" OFFSET SIZE
next i
gabsalmeida
Posts: 4
Joined: Fri Sep 03, 2021 12:51 am

Re: extract .pack files

Post by gabsalmeida »

aluigi wrote:Probably already exists a script but the format is very simple so I made it on the fly:

Code: Select all

get FILES long
for i = 0 < FILES
    get SIZE long
    get OFFSET long
    log "" OFFSET SIZE
next i



Thanks for the script *-*
But after extracting it, it provided me with some dds files, and I was in doubt if I'm on the right path. I was pretty sure this was the menu text file
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: extract .pack files [DMC 1]

Post by aluigi »

That's the whole content of the pack file you provided. There is nothing else.