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.

Extracting .PAK file from Ghost Recon 2001.

Featured Replies

  • Author
  • Localization

BloodRaynare, posted Fri Jan 07, 2022 3:09 am (68786)


"Access Denied", can't download the file
  • Author
  • Localization

aluigi, posted Fri Jan 07, 2022 9:47 pm (68805)


In the meantime this is a raw dumper of all the data inside the PAK:
Code:
get PAK_SIZE asize
for OFFSET = 0 != PAK_SIZE
    get DUMMY long
    if DUMMY != 2   # last is 0x63
        break
    endif
    get NAMESZ long
    getdstring NAME NAMESZ
    get TYPE long
    get DUMMY long
    get DUMMY long
    string NAME /
    if TYPE == 0
            get SIZE long
            savepos OFFSET
            log NAME OFFSET SIZE
            math OFFSET SIZE
            goto OFFSET
    else    # 0x13
        for x = 0 < 2
            get SIZE long
            savepos OFFSET
            log NAME OFFSET SIZE
            math OFFSET SIZE
            goto OFFSET
        next x
    endif
next

No idea about the content of the extracted data, it may be some compression (???) or audio encoded with some codec (but it's not PS adpcm which is strange for a PS game)
  • Author
  • Localization

AlphaTwentyThree, posted Sun Jan 09, 2022 6:43 am (68884)


Can you upload an audio sample for me to look at?
  • Author
  • Localization

AlphaTwentyThree, posted Sun Jan 09, 2022 9:26 am (68890)


No I meant one of the files that are unplayable
  • Author
  • Localization

JackKrowell, posted Sun Jan 09, 2022 5:44 pm (68915)


AlphaTwentyThree wrote:
No I meant one of the files that are unplayable


Sure Thing, here you go.
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.