Welcome!

Join our community of MMORPG enthusiasts and private server developers! By registering, you'll gain access to in-depth discussions on source codes, binaries, and the latest developments in MMORPG server files. Collaborate with like-minded individuals, explore tutorials, and share insights on building and optimizing private servers. Join us today and unlock the full potential of MMORPG server development!

Join Today!
MIP Tool

Tool MIP Tool 2.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
previ - MIP Tool - RaGEZONE Forums
siz - MIP Tool - RaGEZONE Forums


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

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: Compress files to MIP format.
- 2. Decompress MIP: Decompress MIP files.
- 3. Compress files: Compress files to ZIP format, can be used for creating client download files.
- 4. Generate filelist - Generate a filelist of files in the 'Input' folder with name, size and hash
- 5. Exit: Quit the program.
4. The resulting 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 option 1.
4. Place the MIP files including the `filelist.txt` in the `patch` directory of the Rusty Hearts API

Creating client download
You can place ZIP files in the `client/download` directory of the Rusty Hearts API to download the client using the Rusty Hearts Launcher.

Setup
1. Place the client folder/files in the "Input" folder within the program directory.
3. Compress files: Select option 3.
4. Place the ZIP files including the `filelist.txt` in the `client/download` 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. ❤️
Author
JuniorDark
Downloads
98
Views
1,665
First release
Last update

Ratings

0.00 star(s) 0 ratings

More resources from JuniorDark

Back