- Jul 21, 2018
- 1,364
- 1,951
Informing on behalf of others, these Linux (have not tested others) uploads are malformed (zips concatenated, a broken non-spec wrong way to combine a zip). GoFile, Mega, PixelDrain, they all fail with unzip and Ark.Linux: ... (v3.61) ...
For anyone with such an issue there are several ways to handle it:
One (easiest), 7z, it's tolerant of broken non-spec concatenations like this.
Two (tedious),
binwalk -e
it and use 0 as the base, the next zip over top 0 and continue onward.Three (blegh), download the Windows version and hope it doesn't do this, then grab the latest NWJS and extract over, launch
./nw
(may need to chmod +x
it, you can also rename it to ./Game
).
Code:
Offset: 0x0 ZIP archive, file count: 6, total size: 372769859 bytes
Offset: 0x16380443 ZIP archive, file count: 10379, total size: 3947721912 bytes
Good luck all, Happy Belated New Year.
Last edited: