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
extract .pack files [DMC 1]
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: extract .pack files
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
-
- Posts: 4
- Joined: Fri Sep 03, 2021 12:51 am
Re: extract .pack files
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
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: extract .pack files [DMC 1]
That's the whole content of the pack file you provided. There is nothing else.