Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!
[Rusty Hearts] MIP Tool

[Rusty Hearts] MIP Tool 1.0.0

No permission to download
Hello ragezone! :)
Since there's no movement in the development of Rusty Hearts I've decided to kickstart some Open Source projects. :msmile:

Rusty Hearts MIP Tool
A c# command-line tool for creating and decompressing Rusty Hearts .MIP files.

Screenshots
preview.png
size.png


Getting Started
To get started with this tool, simply download the latest release from the GitHub repository.

Compression Formats
The Rusty Hearts MIP Tool supports two compression formats:
- Deflate: Main format. Used by the Rusty Hearts Launcher
- Zlib: Legacy support. The original Rusty Hearts MIP compression format. May have issues with some files. Work with the official MPatcher. Dont work with Rusty Hearts Launcher)

Usage
1. Ensure that the input files to be compressed/decompressed are located in the "Input" folder within the program directory.
2. Run the program.
3. Choose one of the following options:
- 1. Compress to MIP: Select a compression format (Deflate or Zlib) and the program will compress the input files to MIP format.
- 2. Decompress MIP**: Select a decompression format (Deflate or Zlib) and the program will decompress the input files from MIP format.
- 3. Exit: Quit the program.
4. The resulting compressed/decompressed files will be located in the "Output" folder within the program directory.

Creating client patch
You can place the MIP files in the `patch` directory of the Rusty Hearts API to patch the client using the Rusty Hearts Launcher.Setup
1. Unpack all client files using Rusty Hearts PCK Tool
2. Place the files in the "Input" folder within the program directory.
3. Compress to MIP: Select the Deflate compression format.
4. Place the MIP files including the `filelist.txt` in the `patch` directory of the Rusty Hearts API

Contributing
Contributions from the community are welcome! If you encounter a bug or have a feature request, please submit an issue on GitHub. If you would like to contribute code, please fork the repository and submit a pull request.

Support
If you need help with the tool, please submit an issue on GitHub.

Consider leaving a like/star on github if you like it. ❤️
Author
juniordark
Downloads
10
Views
244
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from juniordark

Back
Top