Skip to content
This repository was archived by the owner on Jul 5, 2025. It is now read-only.

MaybeHoot/REPOConfig-overlap-patch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

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)


REPOConfig-overlap-patch

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)));

Installation

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".

Visual showcase

What this patch does

About

The beta build has settings and mods button overlap. The mod owner won't release for beta, so I fixed it. All credit still goes to him (https://github.com/IsThatTheRealNick/)

Resources

Stars

Watchers

Forks

Contributors