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.

Street Fighter III 3rd Strike (PS2) .bin file

Featured Replies

  • Author
  • Localization

Mysticus, posted Sat May 04, 2019 1:43 pm (47587)


Any script or program to extract .bin files from Street Fighter III 3rd Strike (PS2), please?
  • Author
  • Localization

aluigi, posted Sat Jun 01, 2019 8:12 pm (48245)


It's just a sequence of offsets:
Code:
get FILES long
math FILES / 4
goto 0
for i = 0 < FILES
    get OFFSET long
    putarray 0 i OFFSET
next i
    get OFFSET asize
    putarray 0 i OFFSET
for i = 0 < FILES
    getarray OFFSET 0 i
    math i 1
    getarray SIZE   0 i
    math SIZE - OFFSET
    log "" OFFSET SIZE
next
  • Author
  • Localization

Mysticus, posted Sun Jun 02, 2019 6:35 am (48337)


Thanks! It worked! Now how do I convert extracted dat files to png?
  • Author
  • Localization

aluigi, posted Mon Jun 03, 2019 12:31 pm (48385)


Custom formats are ever a mess. You can try asking the Graphics section.
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.