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.

[PS2] Shadow Hearts .PKB (Series)

Featured Replies

  • Author
  • Localization

aluigi, posted Sun Jul 15, 2018 2:35 am (36762)


How many PKB files you have there?
Apparently PKFINFO.TBL says that there are at least 14 PKB archives.

I leave my work-in-progress script here for updating it later:
Code:
putarray 0 -1 "BTLBG.PKB"
putarray 0 -1 "COMMON.PKB"
putarray 0 -1 "EFFECT.PKB"
putarray 0 -1 "MODELS.PKB"
putarray 0 -1 "MOVIE.PKB"
putarray 0 -1 "MPS.PKB"
putarray 0 -1 "PIC.PKB"
putarray 0 -1 "SOUND.PKB"
putarray 0 -1 "TEXTURE.PKB"

open FDSE "PKFINFO.TBL"

get FILES short
get ENTRY_SIZE short  # or INFO_OFF
get TBL_SIZE long
goto ENTRY_SIZE
math PKB_IDX = -1
for i = 0 < FILES
    get DUMMY longlong
    get OFFSET long
    get SIZE long
    if SIZE & 0x80000000
    else
        if OFFSET == 0
            math PKB_IDX 1
            getarray TMP 0 PKB_IDX
            open FDSE TMP 1
        endif
        log "" OFFSET SIZE 1
    endif
next i
  • Author
  • Localization

aluigi, posted Mon Jul 16, 2018 2:01 am (36803)


No idea. There are for sure more than 12 references to archives based on the offsets 00000000 and no reference to the name of the archive so don't know what set of entries is assigned to what package
  • Author
  • Localization

aluigi, posted Tue Jul 17, 2018 3:20 am (36822)


Feel free to share your working script if you plan to continue working on it.
  • Author
  • Localization

ShadowCross, posted Wed Aug 08, 2018 12:28 pm (37323)


Is there any way to open the .txd files from shadow heart covenant? I would like to edit the textures in the game.
  • Author
  • Localization

jeimisson, posted Fri Jul 05, 2019 12:46 am (49146)


Could you make the Uplod files to download please? Because the links are OFF
"File has expired and does not exist anymore on this server"
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.