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.

Monsters, Inc. (PS2) .WAD animation extractor?

Featured Replies

  • Author
  • Localization

frogz2007, posted Fri May 08, 2015 5:34 pm (5128)


I was wondering; Could somebody make a .WAD extractor and repacker? They contain animations used by the game characters. If one could extract these, the animations could be more easily replaced (they can be replaced with a hex editor such as HxD, but it is tedious). Thanks!

Link:

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

aluigi, posted Sat May 09, 2015 11:55 am (5150)


I don't know if it works also with the other WAD archives because the offset may change:
Code:
math OFFSET = 0x1f58
for
    goto OFFSET
    get DUMMY long
    getdstring NAME 0x18
    get SIZE long
    savepos OFFSET
    log NAME OFFSET SIZE
    math OFFSET SIZE
next
  • Author
  • Localization

frogz2007, posted Sat May 09, 2015 2:06 pm (5156)


It worked for the most part, but it won't reimport (or extract all of the files, it seems). To be specific it gave this exact error when trying to reimport:

incomplete input file 0: C:\Users\Me\Documents\PS2 Games\scareflr.wad
Can't read 4 bytes from offset 3fa1d3f9.

When extracting the file, it will give this error:

Can't read 4 bytes from offset 00510547

I tested it on the other .WAD files, and it seems to work.
  • Author
  • Localization

aluigi, posted Sat May 09, 2015 7:40 pm (5161)


Don't worry for the error in scareflr.wad, I didn't add a way to check the end of the archive.
  • Author
  • Localization

frogz2007, posted Sat May 09, 2015 7:49 pm (5162)


Oh, ok. But, how would the reimporting work? Or is this script not valid for it?
  • Author
  • Localization

aluigi, posted Sat May 09, 2015 7:53 pm (5163)


The reimport must work for sure, the script is valid and simple.
  • Author
  • Localization

frogz2007, posted Sat May 09, 2015 8:12 pm (5164)


It works perfect 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.