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.

One Piece Burning Blood (PC) .scz files

Featured Replies

  • Author
  • Localization

Liddius, posted Tue Aug 14, 2018 10:43 pm (37525)


Hi,

I would like to open ".scz" files from One Piece Burning Blood on pc, I tried to look for models in the ram from a dump file but the file is too big (4gb) it's nearly impossible to navigate in this file, plus I don't know how to find a specific model, so I wanted to open .scz and then look inside npki file with hex editor but found nothing on .scz file, I think quickbms has a .scz comtype but I'm not sure if it's related, can you help me open this file please ?

(or maybe someone could find me the adress of the player's animation in the game version 1.06 so maybe I could T-pose the model and ninja ripper it, can't do myself, my pc is too weak, I don't play the game, I just want the models in fact)
  • Author
  • Localization

aluigi, posted Wed Aug 15, 2018 12:14 pm (37538)


For decompressing the scz files ("$CMP" magic) use a script like the following:
Code:
endian big
idstring "$CMP"
get ZSIZE long
getdstring ZERO 8
get SIZE long
get ZSIZE long
math ZSIZE 0x10
comtype DRV3_SRD
get NAME basename
clog NAME 0 ZSIZE SIZE
  • Author
  • Localization

Liddius, posted Wed Aug 15, 2018 2:04 pm (37546)


Yes, it works, thank you, but seems that the npki and npkv are crypted or something, they don't want us to use their models lol.
  • Author
  • Localization

akderebur, posted Wed Aug 15, 2018 2:48 pm (37547)


Liddius wrote:
Yes, it works, thank you, but seems that the npki and npkv are crypted or something, they don't want us to use their models lol.

It is not encrypted, the file is full of raw model data. Here is the first mesh with hex2obj. Looks like a hat.

Image

It is just that I haven't seen the vertex/index counts inside the file, so you have to find the data start/finish yourself. The counts (and maybe offsets) might be inside another file.
  • Author
  • Localization

Liddius, posted Wed Aug 15, 2018 2:52 pm (37548)


Ah, I thought it was encrypted because there were full same bit at the end of each line, anyway thank you :)
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.