RAB

Rusty Armor Builds - Monster Hunter Rise Armor Set Creation Tool

Armor files used by RAB here: https://github.com/itytophile/monster-hunter-rise-armors

Installation

WARNING: The binary (the .exe file) must be next to the "armors" folder for it to work!!!!

If you use Windows or Linux, you can download the binary here https://github.com/itytophile/rab/releases

Screenshots

Choose the wished skills and RAB searches compatible builds for you:

Main RAB page

You can add your own talismans to RAB:

Talisman menu Talisman edition

Building

You have to install Rust first. Instructions here https://rustup.rs/ And you need git.

Then open a shell: sh git clone https://github.com/itytophile/rab.git Go to the rab folder: sh cd rab and clone the armors files repo (the armor files must be in a folder named "armors"): sh git clone https://github.com/itytophile/monster-hunter-rise-armors.git armors then you can run the software (execute the command directly in the rab folder): sh cargo run --release If you want to move the binary somewhere else, it is located here: rab/target/release/rab(.exe)

WARNING: The binary must be next to the "armors" folder for it to work!!!!