Skip to content
View in the app

A better way to browse. Learn more.

ResHax

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.
Help us keep the site running.

[3DS] Seven Deadly Sins: Unjust Sin (.pck)

Featured Replies

  • Author
  • Localization

Glor, posted Thu Jan 24, 2019 2:12 am (42703)


I've been messing with the files to Unjust Sin, and I've been trying to rip the character portraits from the game. Unfortunately, I haven't had a lot of luck after trying a few things (I also think I posted in the wrong subsection, which is my bad!). If anybody could manage to give me a hand, I'd really appreciate that.

Example .pck file
  • Author
  • Localization

aluigi, posted Mon Feb 04, 2019 1:03 pm (43151)


It's one of those few boring formats used by Nintendo that mix compressed and non-compressed files without giving any information to know if the file is or isn't compressed, additionally it's also a recursive format which means that you should use the script on the extracted files too.

I'm sure I already have a script on my collection but I don't remember what is may be, the following is the "basic" script:
Code:
comtype lz77wii
get FILES long
get NAMESZ long
get ZERO long
get ZERO long
for i = 0 < FILES
    get OFFSET long
    get SIZE long
    getdstring NAME NAMESZ
    log NAME OFFSET SIZE
next i

Regarding your sample, the first file extracted from the extracted 000_Meliodas_00 is compressed ("CTPK") while the second isn't. ("IANM").
Guest
This topic is now closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.