shenren-REPO_ModDisabler icon

REPO ModDisabler

Turn mods on/off in-game for R.E.P.O.: expand this mod in the Mods menu and toggle any plugin (restart to apply). F10 opens a quick window. 游戏内开关 MOD,重启生效。

By shenren
Last updated 26 minutes ago
Total downloads 1
Total rating 0 
Categories Mods Tools Libraries Quality Of Life
Dependency string shenren-REPO_ModDisabler-1.0.0
Dependants 0 other packages depend on this package

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2305 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2305
nickklmao-MenuLib-2.5.4 icon
nickklmao-MenuLib

A library for creating UI!

Preferred version: 2.5.4
nickklmao-REPOConfig-1.2.6 icon
nickklmao-REPOConfig

Edit mod configs in-game!

Preferred version: 1.2.6

README

REPO Mod Disabler

A small BepInEx plugin for R.E.P.O. that lets you turn other mods on and off from inside the game, instead of digging through the plugins folder and renaming files by hand.

What it does

Open the Mods menu (the one added by REPOConfig), expand this mod, and every installed plugin gets its own ON/OFF toggle. Turn something off, restart the game, and it stays off until you turn it back on. Disabled mods are not deleted - the DLL just gets a .disabled suffix, so everything is reversible.

There is also a quick window you can open in-game with F10 (the key can be changed in the config). It shows the same list, with Enable / Disable per mod plus Enable All / Disable All buttons.

How to use

  1. Install BepInEx (BepInExPack 5.4.2305 or newer) and REPOConfig.
  2. Drop the mod into BepInEx/plugins.
  3. In game, open the Mods menu and expand 模组禁用.
  4. Toggle whatever you want, then restart the game.

Notes

  • Changes only take effect after a restart.
  • Do not disable dependencies like REPOLib or MenuLib, or the mods that need them will stop loading too.
  • Disabling just renames files - fully reversible.

模组禁用

一个 R.E.P.O. 的 BepInEx 小插件,可以在游戏里直接开关其它 MOD,不用再去 plugins 文件夹里手动改文件。

功能

打开游戏里的 Mods 菜单(REPOConfig 提供),展开「模组禁用」,每个已安装的插件都有一个 开/关 开关。关掉某个插件后重启游戏,它就会保持禁用,直到你重新打开。被禁用的 MOD 不会被删除,只是把 DLL 改成了 .disabled 后缀,随时可以恢复。

游戏里按 F10 还能呼出一个快捷窗口(按键可以在配置里改),里面是同样的列表,带 启用/禁用 按钮和 全部启用/全部禁用。

使用方法

  1. 安装 BepInEx(BepInExPack 5.4.2305 及以上)和 REPOConfig。
  2. 把本 MOD 放进 BepInEx/plugins。
  3. 进游戏打开 Mods 菜单,展开「模组禁用」。
  4. 想关哪个关哪个,重启游戏生效。

注意事项

  • 所有改动在重启游戏后生效。
  • 不要禁用 REPOLib、MenuLib 这类前置库,否则依赖它们的 MOD 也会一起失效。
  • 禁用只是改文件名,完全可逆。