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.

Sly 3 - Honor Among Thieves (PS2) - WAD file

Featured Replies

  • Author
  • Localization

frogz2007, posted Thu Jan 28, 2016 1:12 am (11074)


Well, I didn't realize that the full version of Sly 3 has the data file in plain sight, unlike the other 2 games where the WAL files are completely hidden from view. However, this one is a WAD, and not the normal WAL / WAC format. Here's the file, which was cut with that file cutter script and compressed using 7-Zip.

https://www.dropbox.com/s/n9cki8m1opw0n ... AD.7z?dl=1
  • Author
  • Localization

aluigi, posted Thu Jan 28, 2016 3:11 pm (11079)


It's seems a quite chaotic and complex format, there are no even filenames.
I can just see what it looks like some raw VAG audio.
  • Author
  • Localization

frogz2007, posted Thu Jan 28, 2016 4:33 pm (11081)


Oh, darn. It mystifies me as to why Sucker Punch did this with the Sly games, why they put so much protection on the files. I was all excited to see the third game had the main data file actually visible, but I suppose all hopes of anything being done to the game will be shot down immediately. Thanks for looking at it, though!
  • Author
  • Localization

aluigi, posted Thu Jan 28, 2016 7:27 pm (11087)


In what content are you interested?
If you want the music then you can use a lame ripper script to dump the SShd files and playing them in Winamp:
Code:
findloc OFFSET string "SShd"
do
    goto OFFSET
    get DUMMY long
    findloc NEXT_OFFSET string "SShd" 0 ""
    if NEXT_OFFSET == ""
        get SIZE asize
    else
        math SIZE = NEXT_OFFSET
    endif
    math SIZE -= OFFSET
    log "" OFFSET SIZE
    math OFFSET = NEXT_OFFSET
while NEXT_OFFSET != ""
  • Author
  • Localization

frogz2007, posted Fri Jan 29, 2016 2:31 am (11094)


I was actually aiming at getting it so I could extract the actual levels and swap them out.
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.