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.

Extraction of PS2 game graphics PartB-A???(?)

Featured Replies

  • Author
  • Localization

Parasite, posted Fri Nov 04, 2022 1:45 am (74077)


If anyone knows how to extract the graphics of the PS2 game "Shijuu Hachi", I would appreciate it if you could tell me.
Please let me know if there is a tool that can extract graphics from PS2 games.
  • Author
  • Localization

BloodRaynare, posted Thu Jan 05, 2023 10:27 pm (74889)


This is quite a tough one.
Anyway, I made a script to extract all the files inside:

Code:
for i = 0
   get OFFSIZE long
   if OFFSIZE == 0
      break
   endif
   xmath OFFSET "(OFFSIZE & 0xfffff) * 0x800"
   xmath SIZE "OFFSIZE >> 0x10"
   math SIZE y 0x10
   math SIZE * 0x80
   string NAME p "d." i
   log NAME OFFSET SIZE
next i


No real filename in the TOCs though, so don't expect any real ones.
You can try tools like Kuriimu2 or TiledGGD to extract the graphics however some of them are compressed with game's own algorithm so it will require some reverse engineering.
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.