A Windows desktop tool for decompiling and compiling .mrs files used by GunZ: The Duel private servers. Built with C# / .NET Framework 4.0 (WinForms).
- Decompile
.mrsfiles into their original formats (XML, DDS, WAV, etc.) - Compile folders back into
.mrsarchives - Decompile all
.mrsfiles in batch with a single click - Supports encryption methods used by legacy private servers (Lambda, Steven)
- Windows (x86 / x64)
- .NET Framework 4.0 or later
The tool extracts
mrsencryption.exe,encryptcustom.dll, andzlib.dllinto its working directory on first launch, and removes them on exit.
- Place
MRSTools.exein the same directory as your.mrsfiles (or navigate to them from within the tool). - Launch the application.
- Right-click any
.mrsfile to Decompile, or right-click any folder to Compile it back. - Use Decompile All from the menu to process every
.mrsfile in the directory at once. - The log panel at the bottom shows real-time output from the encryption engine.
- Clone the repo:
git clone https://github.com/your-user/MRS-Tools.git - Open
MRSTools/MRSTools.csprojin Visual Studio (2019 or later recommended). - Build →
Release | x86.
The output binary will be at MRSTools/bin/Release/MRSTools.exe.
- Windows only — the encryption engine (
mrsencryption.exe) is a native Win32 binary. - macOS/Linux support is not available yet (planned via CLI port + Wine wrapper).
- Original tool by s00rk — GunZ modder and developer.
- Fixes and improvements by contributors on GitHub.
This project is provided as-is for educational and modding purposes within the GunZ community.