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.

Attack of the Movies 3-D (Wii) - Assets.dfs/.dir/.idx

Featured Replies

  • Author
  • Localization

AlphaTwentyThree, posted Mon May 23, 2016 2:59 pm (13656)


I cannot make any sense off the TOC tables because there are different numbers of entries. There are names in the dir and offsets in the idx but both are different numbers. Can anyone help? Here's the archive: http://www70.zippyshare.com/v/TRm7gGsP/file.html
Thanks for your help!
  • Author
  • Localization

Ekey, posted Mon May 23, 2016 6:19 pm (13657)


Well

Code:
struct IDXEntry
{
   uint32_t   dwOffset; //File data offset ??
};

struct DIRHeader
{
   uint32_t   dwTableSize;
   uint32_t   dwTotalFiles;
};

struct DIREntry
{
   uint32_t   dwFileNameOffset; //Offset in string table
   uint32_t   dwUnknown; //File ID i guess
};

   uint32_t   dwStringsOffset = dwTotalFiles * 8 8; //For DIR file
  • Author
  • Localization

AlphaTwentyThree, posted Mon May 23, 2016 6:59 pm (13658)


Thanks for that!

What would be the according QuickBMS script? Just for this one time to see how the transition is made, the next time I can do it on my own I think.
  • Author
  • Localization

Ekey, posted Mon May 23, 2016 7:05 pm (13659)


Ok. Seems IDX file contained only offsets for files, but anyway it contains more records than DIR file.
  • Author
  • Localization

AlphaTwentyThree, posted Mon May 23, 2016 8:48 pm (13661)


That's the problem I was talking about. Any ideas?
  • Author
  • Localization

Ekey, posted Mon May 23, 2016 10:33 pm (13668)


I have no idea at the this moment.
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.