ARCTool
ARCTool copied to clipboard
ARCTool is a Python script to extract RARC, Yaz0, and U8 archives.
When unpacking `MRAM.arc` from *Mario Kart: Double Dash*, I expected `itemslotlist.dat` to be 2028 bytes, but it was 3032 bytes. The extra 1004 bytes were filled with junk. (e.g. containing...
Attempting to run the script throws this error: ```Traceback (most recent call last): File "/usr/bin/ARCTool.py", line 397, in main() File "/usr/bin/ARCTool.py", line 390, in main unu8(f, of) File "/usr/bin/ARCTool.py", line...
updated os.mkdir to makedirs also fixed "NameError: global name 'f' is not defined"