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.

TECMO Classic Game PSX .DA

Featured Replies

  • Author
  • Localization

indrasudo, posted Fri Oct 15, 2021 9:50 am (67030)


the archive from super shot soccer playstation classic.
I want to edit some files inside it & rebuild again.

sorry im not english. thx regard
  • Author
  • Localization

aluigi, posted Fri Oct 15, 2021 11:48 am (67031)


Those files are only containers.
You probably have smaller files with same name and different extensions, that's what we need.
  • Author
  • Localization

BloodRaynare, posted Fri Oct 15, 2021 1:57 pm (67038)


And those files wasn't even the game's main assets data, but it's a RAW 16-bit PCM audio data (in other words, CD audio tracks for the game's BGM).
The files you need are inside the CDALL.BIN and CDINDEX.BIN if you really want to modify the game.

Anyway, here's the QuickBMS script for those files:

Code:
open FDSE CDINDEX.BIN
open FDSE CDALL.BIN 1

IDString "TWC2002     "
get FILES long
for i = 0 < FILES
   get OFFSET long
   get SIZE long
   log "" OFFSET SIZE 1
next i




Don't expect any real filenames, there's nothing in the game's data that references it, even on the main executable file (SLUS_014.64)
Good news is, most of the game's textures are in TIM format, so it should be compatible with any PSX editing tools.

twc2002.bms

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.