A Risk of Rain 2 mod to queue items up based on item tier
| .vscode | ||
| RoR2TierSelector | ||
| .gitattributes | ||
| .gitignore | ||
| nuget.config | ||
| README.md | ||
| RoR2TierSelector.sln | ||
Configuration
Note all item names use their internal names. You can find a list of their actual names here1 or here2
1 https://risk-of-thunder.github.io/R2Wiki/Mod-Creation/Developer-Reference/Items-and-Equipments-Data/
Authors
Change Log
- TBW
Installation
TBW
Contributing
- Clone this repo
- Grab the required libraries from here
- Move the dlls in the ExamplePlugin
libsfolder to this project'slibsfolder (if using WSL2 you can useexplorer.exe .(dot matters) to open current directory in File Explorer) - Run a
nuget installin the repo to install the other dependencies. Then run adotnet restore
Credits
- Inspired by RoR2TierSelection