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.

Sonic Shuffle (MDT)

Featured Replies

  • Author
  • Localization

Kawasuzu, posted Sat Oct 10, 2015 1:27 am (8288)


I'm guessing that this will be an ADX file (or multiple ADX files) judging by the fact that another file in the same folder in this one has the name "ADXVOICE".

MDT files
  • Author
  • Localization

einstein95, posted Sat Oct 10, 2015 5:10 am (8292)


Code:
get FILEZ long
math FILEZ / 4
goto 0
for i = 0 < FILEZ
   get OFF long
   putarray 0 -1 OFF
next i

for i = 0 < FILEZ
   getarray OFF 0 i
   goto OFF
   get SIZE long
   math OFF 4
   log "" OFF SIZE
next i


The ADX files have a .dat extension, that's just due to a small limitation in quickbms. The music and jingles are sequenced.
  • Author
  • Localization

aluigi, posted Sat Oct 10, 2015 8:10 am (8298)


I will add the magic 0x80 0x00 0x00 0x20 to sign_ext
  • Author
  • Localization

einstein95, posted Sat Oct 10, 2015 9:39 am (8305)


aluigi wrote:
I will add the magic 0x80 0x00 0x00 0x20 to sign_ext

According to the Wikipedia page for the ADX format, it's 0x80 0x00 [offset to copyright]. I believe that the only way to correctly identify it is to check for 0x80 0x00 then go to the offset - 2 and check for "(c)CRI".
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.