ModsUp
REPO游戏交流QQ群:824639225。 Runtime compatibility patcher for R.E.P.O. v0.4x. Fixes BetterMap v1.0.5, AntiTumble Cooldown v1.1.0, ItemsBounceBack v1.2.0, MoreInventorySlots v1.0.3.ModsUp / 模组批量修复
支持 R.E.P.O. 最新 v0.4。 REPO 游戏交流 QQ 群:824639225
中文说明
ModsUp 是一个社区补丁模组,专门修复 0.4x 版本中其他模组的兼容性问题。
每个修复仅对指定的模组版本生效。版本不匹配时自动跳过。
BetterMap 修复
- 原模组:https://thunderstore.io/c/repo/p/clay/BetterMap/
- 目标版本:
1.0.5 - 说明:修复在 v0.4x 版本中导致的怪物不刷新、地图标记失效等兼容性问题。
- 补充说明:本修复不会改变 BetterMap 原本的敌人显示设计。若 BetterMap 自身配置里的
ShowEnemies = true,已生成的敌人仍会按原模组逻辑在地图上实时显示。 - 不想显示敌人红点时:请到
BepInEx/config/BetterMap.cfg中将ShowEnemies改为false。ExploreAllRooms仍由 BetterMap 自己控制,ModsUp 不会强制开启全图探索。
AntiTumble Cooldown 修复
- 原模组:https://thunderstore.io/c/repo/p/PurpleDude_Modding/AntiTumble_Cooldown/
- 目标版本:
1.1.0 - 说明:修复 v0.4x 版本中即时起身功能失效以及每帧报错导致的控制台卡死问题,额外修复"摔倒后不能坐车"的 bug。
ItemsBounceBack 修复
- 原模组:https://thunderstore.io/c/repo/p/SeroRonin/ItemsBounceBack/
- 目标版本:
1.2.0 - 说明:修复 v0.4x 下
ItemsBounceBack初始化时序失效导致的可装备物品掉入伤害坑或死亡坑后仍被直接销毁的问题。恢复原模组对非 Arena 热键可装备物品的弹回逻辑。
MoreInventorySlots 修复
- 原模组:https://thunderstore.io/c/repo/p/nickklmao/MoreInventorySlots/
- 目标版本:
1.0.3 - 说明:修复在 v0.4x 版本中扩展背包槽位无法使用的问题。修复 ILHook 失效导致的槽位注册越界和键盘输入未注入。
后续计划
更多模组修复正在开发中。如果你发现某个模组在 v0.4x 中有 Bug,欢迎在 QQ 群反馈。
安装
- 确保已安装目标模组且版本号匹配。
- 将
Zichen-ModsUp-1.0.5.dll放入BepInEx/plugins目录。
English
ModsUp is a community patch mod for R.E.P.O. v0.4x. It fixes compatibility issues for various mods.
Each fix only applies when the target mod version exactly matches.
BetterMap Fix
- Original: https://thunderstore.io/c/repo/p/clay/BetterMap/ — Target v1.0.5
- Description: Fixes monster spawning and map marker issues in v0.4x.
- Note: This fix does not change BetterMap's original enemy display behavior. If BetterMap's own config has
ShowEnemies = true, spawned enemies will still appear on the map in real time. - To hide enemy markers: set
ShowEnemies = falseinBepInEx/config/BetterMap.cfg.ExploreAllRoomsis still controlled by BetterMap itself; ModsUp does not force full-map reveal.
AntiTumble Cooldown Fix
- Original: https://thunderstore.io/c/repo/p/PurpleDude_Modding/AntiTumble_Cooldown/ — Target v1.1.0
- Description: Fixes instant tumble recovery not working in v0.4x, as well as console error spam/freeze, and the "can't sit in cart after tumble" bug.
ItemsBounceBack Fix
- Original: https://thunderstore.io/c/repo/p/SeroRonin/ItemsBounceBack/ — Target v1.2.0
- Description: Fixes the v0.4x initialization break that caused equippable items to still be destroyed by hurt or death pits. Restores the original bounce-back behavior for non-Arena hotbar-equippable items.
MoreInventorySlots Fix
- Original: https://thunderstore.io/c/repo/p/nickklmao/MoreInventorySlots/ — Target v1.0.3
- Description: Fixes broken ILHook causing extra inventory slots to not work in v0.4x. Expands internal slot list and adds keyboard input handling.
Configuration / 配置
BepInEx/config/zichen.modsup.cfg
| 配置项 | 默认值 | 说明 |
|---|---|---|
| 模组启用 | true | 总开关 |
| 启动提示 | true | 启动弹窗,仅弹出一次 |
| 修复怪物刷新 | true | BetterMap v1.0.5 |
| 修复翻滚冷却 | true | AntiTumble Cooldown v1.1.0 |
| 修复物品弹回 | true | ItemsBounceBack v1.2.0 |
| 修复扩展背包 | true | MoreInventorySlots v1.0.3 |
Config resets after version update.
