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.

Halo Online Resources.dat

Featured Replies

  • Author
  • Localization

sleepyzay, posted Mon Mar 30, 2015 11:46 pm (4224)


After a little digging I was able to find this game. I would take a crack at writing an importer for the models but my skills at quickbms fall short. The help would be grand. Please excuse the large file sizes.

https://mega.co.nz/#F!kg5nHaJD!q5OhCx_3QemO3Bz0EEV08g
  • Author
  • Localization

aluigi, posted Tue Mar 31, 2015 1:45 pm (4237)


I don't understand if the files are compressed, anyway you can dump them with the following script:
Code:
get ZERO long
get INFO_OFF long
get FILES long
goto INFO_OFF
    get OFFSET long
for i = 1 <= FILES
    if i == FILES
        math NEXT_OFFSET = INFO_OFF
    else
        get NEXT_OFFSET long
    endif
    if NEXT_OFFSET != 0xffffffff
        xmath SIZE "NEXT_OFFSET - OFFSET"
        log "" OFFSET SIZE
        math OFFSET = NEXT_OFFSET
    endif
next i
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.