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.

Help with biar7 QBMS script (.pak file version for Xbox 360)

Featured Replies

  • Author
  • Localization

Graveyard, posted Sun Nov 26, 2017 12:47 am (30314)


Hello aluigi and zenhaxers boys :D , you could take a look at the biar7 script (
http://aluigi.altervista.org/bms/biart7.bms), I'm trying to extract the .pak file from the Deep Black version of Xbox 360, and I get the message below.

Image

I tested the script and it worked perfectly in the PC version file.

I am attaching the file for easy analysis.

http://www.mediafire.com/file/hrcs2x9t5 ... lobal.pack

Thanks for the attention.

If I'm doing something wrong, forgive my ignorance.
  • Author
  • Localization

Acewell, posted Sun Nov 26, 2017 2:19 am (30316)


sample looks like big-endian, this slight modification to the script will get you on your way :)
Code:
# script for QuickBMS http://quickbms.aluigi.org

getdstring ID 8
if ID == "UWFPVF01"
    endian little
elif ID == "PFWU10FV"
    endian big
else
    print "Wrong file signature! Shutting down now."
    cleanexit
endif
get EXTS long
get DUMMY long
get FILES long
get BASE_OFF long
for i = 0     getdstring EXT 4
    get XOFFSET long
    get XFILES long
    savepos TMP
    math OFFSET = XOFFSET
    math OFFSET *= 0x28
    math OFFSET = BASE_OFF
    goto OFFSET
    for j = 0         getdstring NAME 0x20
        get OFFSET long
        get SIZE long
        string NAME = "."
        string NAME = EXT
        string NAME R= "_" "/"
        log NAME OFFSET SIZE
    next j
    goto TMP
next i

  • Author
  • Localization

aluigi, posted Sun Nov 26, 2017 11:52 am (30328)


Script 0.2.1
  • Author
  • Localization

Graveyard, posted Mon Nov 27, 2017 2:42 am (30358)


thank you Acewell and aluigi.
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.