Beta merged to main, this is now redundant. Use the original repository! (it still works, but will recieve no more updates as of 2025-07-05)
REPO beta build has settings and mod button overlap. The mod owner won't release for beta, so I fixed it.
All credit goes to original creator IsThatTheRealNick and his repository.
The only change has been made to a single line (in ConfigMenu.cs):
MenuAPI.AddElementToMainMenu(parent => MenuAPI.CreateREPOButton("Mods", CreateModMenu, parent, new Vector2(48.3f, 55.5f)));
to
MenuAPI.AddElementToMainMenu(parent => MenuAPI.CreateREPOButton("Mods", CreateModMenu, parent, new Vector2(120f, 54.1f)));
Just overwrite the file in <your-mod-package-here>\BepInEx\plugins\nickklmao-REPOConfig.
You can navigate to the right folder by opening R2modman, selecting a profile, and going into settings. There will be an option to "Browse profile folder".
