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!
Attack of the Movies 3-D (Wii) - Assets.dfs/.dir/.idx
-
- Posts: 909
- Joined: Sat Aug 09, 2014 11:21 am
-
- Posts: 1383
- Joined: Sat Aug 09, 2014 2:34 pm
Re: Attack of the Movies 3-D (Wii) - Assets.dfs/.dir/.idx
Well
Code: Select all
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
Last edited by Ekey on Mon May 23, 2016 7:00 pm, edited 1 time in total.
-
- Posts: 909
- Joined: Sat Aug 09, 2014 11:21 am
Re: Attack of the Movies 3-D (Wii) - Assets.dfs/.dir/.idx
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.
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.
-
- Posts: 1383
- Joined: Sat Aug 09, 2014 2:34 pm
Re: Attack of the Movies 3-D (Wii) - Assets.dfs/.dir/.idx
Ok. Seems IDX file contained only offsets for files, but anyway it contains more records than DIR file.
-
- Posts: 909
- Joined: Sat Aug 09, 2014 11:21 am
Re: Attack of the Movies 3-D (Wii) - Assets.dfs/.dir/.idx
That's the problem I was talking about. Any ideas?
-
- Posts: 1383
- Joined: Sat Aug 09, 2014 2:34 pm
Re: Attack of the Movies 3-D (Wii) - Assets.dfs/.dir/.idx
I have no idea at the this moment.
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Attack of the Movies 3-D (Wii) - Assets.dfs/.dir/.idx
Strange format, the names in dir are totally useless because they are less than the real number of files.
http://aluigi.org/bms/attack_movies_3d.bms
http://aluigi.org/bms/attack_movies_3d.bms