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 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
preview - [Rusty Hearts] MIP Tool - RaGEZONE Forums
size - [Rusty Hearts] 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. ❤️
  • Like
Reactions: XepoX
Author
JuniorDark
Downloads
87
Views
1,323
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from JuniorDark

Latest updates

  1. Version 2.0

    Release Notes - Version 2.0.0 Features Create Zip FIles Introduced option to create ZIP files...
Back
Top