A Risk of Rain 2 mod to queue items up based on item tier
Find a file
2023-07-27 23:16:20 -04:00
.vscode chore(editor): add recommened extensions for project 2023-02-04 14:36:05 -05:00
RoR2TierSelector re-enabled configGUI/ disabled item sync testing 2023-07-27 23:16:20 -04:00
.gitattributes Initial Commit 2022-09-15 23:36:24 -04:00
.gitignore Initial Commit 2022-09-15 23:36:24 -04:00
nuget.config chore(deps): update deps, use nuget to reduce steps require for contributers 2023-02-04 15:21:52 -05:00
README.md chore(readme): update contributing to include restore command 2023-07-07 19:06:19 -04:00
RoR2TierSelector.sln Initial Commit 2022-09-15 23:36:24 -04:00

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/

2 https://github.com/risk-of-thunder/R2Wiki/wiki/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 libs folder to this project's libs folder (if using WSL2 you can use explorer.exe . (dot matters) to open current directory in File Explorer)
  • Run a nuget install in the repo to install the other dependencies. Then run a dotnet restore

Credits