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.

Snoopy Vs. The Red Baron .XPS files?

Featured Replies

  • Author
  • Localization

aluigi, posted Wed Nov 04, 2015 12:41 pm (9310)


This is the max I can do at the moment, extracts 10% of the archive (raw ps vag audio):
Code:
get DUMMY short
get DUMMY short
get DUMMY short
get DUMMY short
get DUMMY long
get ENTRIES long
savepos BASE_OFF
xmath BASE_OFF "BASE_OFF (ENTRIES * 0x18)"
for ENTRY = 0 < ENTRIES
    get DUMMY long  # 0x111
    get ZERO long
    get DUMMY long
    get ZERO long
    get SIZE long
    get OFFSET long

    savepos BACKUP_OFF
    math OFFSET BASE_OFF
    goto OFFSET
    get DUMMY1 long
    get DUMMY2 long
    get FILES long
    get DUMMY4 long
    get DUMMY5 long
    get DUMMY6 long
    get DUMMY7 long
    padding 0x800
    for i = 0 < FILES
        get OFFSET long
        putarray 0 i OFFSET
    next i
    padding 0x20
    savepos FILE_OFF
    for i = 0 < FILES
        getarray OFFSET 0 i
        math OFFSET FILE_OFF
        goto OFFSET
        get OFFSET long
        get SIZE long
        math OFFSET FILE_OFF
        string NAME p "%d/" ENTRY
        log NAME OFFSET SIZE
    next i
    goto BACKUP_OFF
next ENTRY
  • Author
  • Localization

UltimateXeallar, posted Thu Nov 05, 2015 6:45 am (9330)


Thanks a bunch. Thought it would be worth noting there's TGA files inside the archive (Or at least, data would lead you to believe), but the audio is fine for now.
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.