Open PHandlerC opened 4 years ago
Was able to extract images by change the 0C to 01, but tiles and colors get completed messed up because of additional bytes of info later on the file. Gonna leave an example for 2 equal images with the same resolution but used for different purposes in-game. (The later is blurrier than its supposed to be.) BG101051.zip
did you find a solution?
I am running into the same issue with a vita game called Meiji Tokyo Renka [PCSG00896]. This is what the error shows.
INFO: Extracting from BG024_0L.MZP
DEBUG: header: mrgd00
DEBUG: found 249 entries
Unknown type 0x0C
Press any key to continue . . .
What's especially inconvenient is that the thumbnail images extract fine but the full sized images all have this error. BG024_0.zip I'm attaching this for examples of what worked and what didn't. They are all presumably the same images but in different sizes.
Each tile represents a file with data starting with 'HEP\x0'. The first 32 bytes contain information, followed by image data, and the last 1024 bytes comprise the image palette.
been having a problem extracting the MZPs from Recode LOL
Here's the error I encounter
C:\Users\daiya\downloads\PCSG00420\image\allpac-unpacked>py _extract_mzp.py *.mzp Traceback (most recent call last): File "C:\Users\daiya\downloads\PCSG00420\image\allpac-unpacked\_extract_mzp.py", line 18, in <module> from mzx.decomp_mzx0 import mzx0_decompress ModuleNotFoundError: No module named 'mzx'
Idk if it's because I only have the scripts the documentation specifies, but it is quite ironic I'm having issues with the same game years later! ^^
If you have found out how to unzip them, please tell me! I have big plans for Recode
Used this tool to extract files from the DRAMAtical Murder re:code game for the PS Vita. While most of the files are able to be extracted just fine, some specific MZP files from the image MRG result in an "Unknown type 0x0C" error, with the program closing after it. All files were extracted from the original MRG/HED/NAM using the hedunit tool and _extract_mzp DEBUG do show that the files have a "mrgd00" header and entries but its unable to extract them. What could be causing this? (Files attached) BG.zip