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.

Zuma (Original Xbox, XBLA) XBEFILES content archive

Featured Replies

  • Author
  • Localization

LolHacksRule, posted Thu Sep 30, 2021 6:17 am (66751)


I'm trying to explore the XBLA version of Zuma on the original Xbox. I recently acquired the game data from extracting the XBE but the game's content appears to be in an 13MB archive called XBEFILES. It isn't an XPR like those two other ports and it doesn't appear to use any form of compression but is it possible for a script to be written to extract the content? Thanks so much.
https://www.dropbox.com/s/7iu7dzdoim5xoea
  • Author
  • Localization

Ekey, posted Thu Sep 30, 2021 11:16 am (66758)


Code:
# XBEFILES
# script for QuickBMS http://quickbms.aluigi.org

get FILES long

for i = 0 < FILES
   get NAME_OFF long
   get SIZE long
   get OFFSET long
   savepos TEMP
   goto NAME_OFF
   get NAME string
   log NAME OFFSET SIZE
   goto TEMP
next i
  • Author
  • Localization

LolHacksRule, posted Thu Sep 30, 2021 4:34 pm (66768)


:D Thanks for the quick response!
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.