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.

Harry Potter Quidditch World Cup .dat files (proper post)

Featured Replies

  • Author
  • Localization

Puterboy1, posted Sun Sep 16, 2018 12:21 am (38437)


Not sure if audio and video files was the proper place for this, so I might as well repost post it here:

These archives contain the audio files for Harry Potter Quidditch World Cup. Although the music files are easily playable through vgmstream, it is the dialogue and SFX that I want to complete the bill, maybe even give away to the Sounds Resource.

Sound Effects https://drive.google.com/open?id=1zbGHX ... Gk35gcGGD0

And here is the dialogue: https://drive.google.com/open?id=12YIhv ... 2NWfRc1Jpy

All I need is a script or some other ripper for extracting the files (with proper names of course) if anyone is willing to help me get them.
  • Author
  • Localization

aluigi, posted Sun Sep 16, 2018 11:13 am (38455)


Please fix the links
  • Author
  • Localization

Puterboy1, posted Sun Sep 16, 2018 3:33 pm (38465)


aluigi wrote:
Please fix the links

Fixed.
  • Author
  • Localization

aluigi, posted Sun Sep 16, 2018 9:51 pm (38512)


Honestly I don't know mainly because it's unclear if that dat file is one unique BNKl or it includes more standalone files, for sure there is no index that references these files.

I bet this is just a container and the index is somewhere else, the good news is that it's easy to dump all the BNKl files:
Code:
findloc OFFSET binary "BNKl"
do
    goto OFFSET
    get DUMMY long
    findloc NEXT_OFFSET binary "BNKl" 0 ""
    if NEXT_OFFSET == ""
        get SIZE asize
    else
        math SIZE = NEXT_OFFSET
    endif
    math SIZE -= OFFSET
    log "" OFFSET SIZE
    math OFFSET = NEXT_OFFSET
while NEXT_OFFSET != ""
While for playing them I don't know if exists a converter or player.
I can move the topic in the Audio section if that's ok for you.
  • Author
  • Localization

Puterboy1, posted Sun Sep 16, 2018 10:17 pm (38518)


aluigi wrote:
Honestly I don't know mainly because it's unclear if that dat file is one unique BNKl or it includes more standalone files, for sure there is no index that references these files.

I bet this is just a container and the index is somewhere else, the good news is that it's easy to dump all the BNKl files:
Code:
findloc OFFSET binary "BNKl"
do
    goto OFFSET
    get DUMMY long
    findloc NEXT_OFFSET binary "BNKl" 0 ""
    if NEXT_OFFSET == ""
        get SIZE asize
    else
        math SIZE = NEXT_OFFSET
    endif
    math SIZE -= OFFSET
    log "" OFFSET SIZE
    math OFFSET = NEXT_OFFSET
while NEXT_OFFSET != ""
While for playing them I don't know if exists a converter or player.
I can move the topic in the Audio section if that's ok for you.

Okay, just make sure it goes to the one that I posted previously.
  • Author
  • Localization

Puterboy1, posted Sun Sep 16, 2018 10:29 pm (38519)


I would also like to add that the dialogue files are in a SCHl container/header, so you should also make a script for that.
  • Author
  • Localization

aluigi, posted Sun Sep 16, 2018 11:52 pm (38530)


That's another known header already seen in other topics, still related to audio stuff.
You can easily search these topics on Google:
"SCHl" site:zenhax.com
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.