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] Kuon - all.bnd

Featured Replies

  • Author
  • Localization

hnnewgames, posted Thu Apr 11, 2019 11:30 pm (46827)


Image
Image

Hello everyone, I'm translating the Kuon from PS2 a while ago, the texts are already fully translated, but I'm facing a problem when importing the modified files back to all.bnd I'm using a script made by chrrox, but every time I import larger files the game crashes. Could someone please help?

Code:
#Kuon all.bnd extractor
#by chrrox
#quickbms script
goto 0xC
get FILES long
savepos TMP
for i = 0 goto TMP
get ID long
get OFFSET long
get SIZE long
get NOFF long
savepos TMP
goto NOFF
get NAME string
log NAME OFFSET SIZE
next i


all.bnd
https://www.mediafire.com/file/4kism6re1et8lv1/all.7z/file
  • Author
  • Localization

aluigi, posted Sat Jun 01, 2019 3:17 pm (48189)


Open all.bnd with a hex editor.
Go to the last byte and write the hexadecimal offset on notepad, remember to add 1 to it because you need the full size of the file (offset of last byte last byte).
Go at offset 8 and replace the 4 little endian bytes of the old size with the new size.
If your new size is 0x11223344 you must write (overwrite) 44 33 22 11.
Enjoy :)
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.