- Notifications
You must be signed in to change notification settings - Fork0
Rusty Armor Builds - Monster Hunter Rise Armor Set Creation Tool
License
itytophile/rab
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Web version available:https://itytophile.github.io/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
Localization files here:https://github.com/itytophile/rab-locale
MH Icons fromhttps://monsterhunter.fandom.com/wiki/User:YukiHerz/SVG_Icons
Other icons from Font Awesomehttps://fontawesome.com/license/free
If you use Windows or Linux, you can download the binary herehttps://github.com/itytophile/rab/releases
RAB will download on its own the armor and localization files if they are not present.
However you can still download the files manuallyhere andhere. The armor files must be in a folder named "armors" and the localization files in a folder named "locale". Both folders must be next to the executable.
At the moment, the skills and armors are translated into
- English
- Polish
- French
- German
- Italian
- Russian
- Spanish
I need help for translating the UI in all these languages except French (English is done but as I am not a native speaker I can't really say this is perfect).
Unfortunately Chinese, Korean and Japanese can't be supported yet. The GUI library (iced) I use doesn't support them.
If you are interested, you can check how a localization is done here:https://github.com/itytophile/rab-locale
It should be understandable, you can compare the French and English localization to see how this is done.
Choose the wished skills and RAB searches compatible builds for you:
You can add your own talismans to RAB:
Manage your builds!
You have to install Rust first. Instructions herehttps://rustup.rs/And you need git.
Then open a shell:
git clone https://github.com/itytophile/rab.git
Go to the rab folder:
cd rab
clone the armors files repo (the armor files must be in a folder named "armors"):
git clone https://github.com/itytophile/monster-hunter-rise-armors.git armors
and clone the localization files repo (must be in a folder named "locale"):
git clone https://github.com/itytophile/rab-locale.git locale
then you can run the software (execute the command directly in the rab folder):
cargo run --release
If you want to move the binary somewhere else, it is located here:rab/target/release/rab(.exe)
About
Rusty Armor Builds - Monster Hunter Rise Armor Set Creation Tool