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) textures?

Featured Replies

  • Author
  • Localization

frogz2007, posted Wed Apr 15, 2015 11:41 pm (4543)


There is this game (Monsters, Inc.) and it has textures stored in a .DIC file. I was wondering if anyone could make something that can extract and repack them into the .DIC archive so textures can be modified? Thanks!


File:

https://www.dropbox.com/s/nl08g9x4qp4bo ... r.dic?dl=0
  • Author
  • Localization

aluigi, posted Thu Apr 16, 2015 5:33 am (4554)


Hope it's useful:
Code:
get DIC_SIZE asize
math DIC_SIZE - 0x28
for OFFSET = 0 < DIC_SIZE
    getdstring DUMMY 0x34
    getdstring PS2_SIGN 4
    getdstring DUMMY 0x10
    get NAME string
    padding 4
    getdstring DUMMY 0xc
    get NAME2 string
    padding 4
    getdstring DUMMY 0x4
    get SIZE long
    getdstring DUMMY 0x8
    savepos OFFSET
    math SIZE - 4
    log NAME OFFSET SIZE
    math OFFSET SIZE
    goto OFFSET
next
  • Author
  • Localization

frogz2007, posted Thu Apr 16, 2015 10:42 am (4565)


Thank you! I do have an issue, however; I upgraded to Windows 8.1 recently, and for some reason QuickBMS gives errors no matter what I do. It says

An error or crash occurred:
ExceptionCode c00000005 access violation
ExceptionAddress 766b383c

and it mentions something about Shell32.DLL
  • Author
  • Localization

aluigi, posted Thu Apr 16, 2015 11:05 am (4566)


Are you using quickbms 0.6.2?
  • Author
  • Localization

frogz2007, posted Thu Apr 16, 2015 4:15 pm (4573)


Yep. I am using that version
  • Author
  • Localization

aluigi, posted Sat Apr 18, 2015 8:40 am (4609)


The problem is not caused by quickbms but some software or even driver on your computer.
For example it happened that Asus Xonar and Unixonar drivers caused the crash of quickbms because those drivers were written badly, you can find a detailed and technical explanation in quickbms.txt, just search for the keyword "driver".

Here on Windows 8.1 there are absolutely no problems and nobody else reported issues.
  • Author
  • Localization

frogz2007, posted Sat Apr 18, 2015 2:28 pm (4620)


Huh. I guess I will have to use a Windows 7 virtual machine or something, then. No idea what program it could be.
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.