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.

Floigan Bros music.bin

Featured Replies

  • Author
  • Localization

Gumbo, posted Sun Oct 30, 2016 11:27 am (18475)


Hi Everyone,

Im attempting to extract the music from the MUSIC.BIN file from the Dreamcast game Floigan Bros.
I opened it up with HXD but there isnt anything in there that i recognize, And i have run it though comtype_scan2 with nothing apparently useful being produced.

Sample is attached and Full file is avalible here http://158.69.245.25/zenhax/MUSIC.BIN

If anyone can help out, that would be amazing.
Chris

EDIT: Just realized this might be better suited to the Game Archive forum.
  • Author
  • Localization

aluigi, posted Sun Oct 30, 2016 11:53 am (18480)


This script should be able to dump the raw data:
Code:
get BASE_OFF long
for
    get DUMMY long
    if DUMMY == 0
        break
    endif
    get OFFSET long

    savepos TMP
    goto OFFSET
    get DUMMY long
    if DUMMY == 6
        get DUMMY longlong
        get ZERO long
        get SIZE long
        get OFFSET long
        log "" OFFSET SIZE
    endif
    goto TMP
next
The data seems to be 16bit PCM stereo 22050hz.
Just let me know if you want a playable wav file instead of the raw data (I don't know what are your audio skills or preferences)
  • Author
  • Localization

Gumbo, posted Mon Oct 31, 2016 11:51 am (18500)


Oh wow, thank you so much for the fast reply,I will test it out right now :D
I don't think the email notifications are working on the site, i enabled them but never received one.
Anyway, thank you again.
Chris
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.