Samples: https://mega.nz/#!IsY3TLoI!2d_OjWRoz7i0 ... rTp__CSam8
The current Pokemon FARC script fails to extract anything or extracts things in a broken unusable state.
Pokemon Super Mystery Dungeon (3DS)
-
- Posts: 49
- Joined: Fri Dec 23, 2016 3:00 am
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Pokemon Super Mystery Dungeon (3DS)
There are 2 problems:
- the size of the second file specified in the header is bigger than the available data, the only thing I have been able to do is updating the script to "fix" these rare situations (probably your archive was corrupted?)
- the SIR0 file in pokemon_graphic.bin has an invalid size field and so the script isn't able to parse it, the only thing I did was adding a variable in the script that allows to dump the files "as-is" when set to 1
So I don't think they are problems caused by the script which has ever worked correctly so far..
- the size of the second file specified in the header is bigger than the available data, the only thing I have been able to do is updating the script to "fix" these rare situations (probably your archive was corrupted?)
- the SIR0 file in pokemon_graphic.bin has an invalid size field and so the script isn't able to parse it, the only thing I did was adding a variable in the script that allows to dump the files "as-is" when set to 1
So I don't think they are problems caused by the script which has ever worked correctly so far..