8 hours ago8 hr Localization I'm looking for existing tools and a file format spec to unpack data with filenames. https://mega.nz/file/BbYHETDI#8CuguIhT80tz0WKtKF_wOWYQqLDZPzOFGg0MVXhgTOk
6 hours ago6 hr Localization Solution Here file structure. It simple archive with zlib compressed dataimport std.mem; struct FileEntry{ char path[while(std::mem::read_unsigned($, 1) != 0x0)]; padding[1]; u32 compressedSize; u32 uncompresedSize; u32 offset; // zlib compressed data std::mem::Bytes<compressedSize> data @ offset; }; struct MNG { char magic[4]; u32 filesCount; FileEntry files[filesCount]; }; MNG mng @ 0x0;Here simple unpackermng_unpacker.pyUsagepython mng_unpacker.py <mng_file> [output_dir] Edited 6 hours ago6 hr by MrIkso
5 hours ago5 hr Supporter I put some info on the wikihttps://rewiki.miraheze.org/wiki/Rage_Software_MNG
Create an account or sign in to comment