Mod manager for Risk of Rain 2
Go to file
2021-01-31 11:42:18 +01:00
api Added check if mod exists 2021-01-30 21:02:49 +01:00
cli Reimplement dependency list builder in tools instead of cli 2021-01-31 11:25:17 +01:00
tools Reimplement dependency list builder in tools instead of cli 2021-01-31 11:25:17 +01:00
utils Make sure we do not download R2API, BepInEx or the same dependency multiple times 2021-01-31 11:42:18 +01:00
.gitignore Search, version, API fixes, new help command 2021-01-29 16:28:21 -04:00
go.mod Search, version, API fixes, new help command 2021-01-29 16:28:21 -04:00
go.sum Search, version, API fixes, new help command 2021-01-29 16:28:21 -04:00
main.go Make sure we do not download R2API, BepInEx or the same dependency multiple times 2021-01-31 11:42:18 +01:00
README.md Update 'README.md' 2021-01-29 17:07:34 -04:00

r2mod-go

risk of rain 2 mod updater/manager/installer/uninstaller/lister/searcher/info-getter

how to use

  • clone
  • go install
  • use
  • or get from releases

currently implemented

  • downloading
  • info getting
  • uninstalling
  • toggling mods
  • listing mods
  • updating api cache and mods
  • fuzzy searching
  • version info
  • dependency-getting

todo for feature parity with other tools

  • r2modman modpack support
  • 'edit' command
  • 'hold' command ?? is this truly necessary
  • 'run' command
  • 'setup' functionality
  • 'version' command
  • 'search' command

longer-term todo

  • self updater
  • tui?
  • better info command
  • fully separate api and frontend
  • segment the program into r2mod-api and r2mod-cli
  • make some fun gui or smth in gtk/qt/whatever

fuck

  • windows support
  • macos support? (does risk of rain even run?)