
GodMode
A working GodMode mod for R.E.P.O. Toggle invincibility with a configurable key (default G). Optional infinite stamina while GodMode is on. Always shows status on screen.GodMode
Author: DaanDeReus (.com) Version: 2.2.0
Features
- Prevents all incoming damage to the player.
- Toggle GodMode on/off with a configurable key (default: G).
- Always-visible on-screen status indicator.
- Infinite energy (stamina) while GodMode is on (configurable).
Configuration
After the first launch, BepInEx creates BepInEx/config/DaanDeReus.GodMode.cfg:
[General]
InfiniteStamina = true
ToggleKey = G
ToggleKey accepts any Unity KeyCode name (case-insensitive). Examples: G, F5, LeftControl.
See the full list of valid key names in the Unity KeyCode documentation.
When InfiniteStamina is true, your energy stays at maximum only while GodMode is enabled (configured toggle key). With GodMode off, stamina drains normally.
Set to false if you only want invincibility without infinite stamina.
Why?
I made this mod because I couldn't find a GodMode mod for R.E.P.O. that actually worked. If you have issues or suggestions, feel free to contact me at DaanDeReus.com.
2.2.0
- Configurable toggle key via
ToggleKey(default:G). - Use any Unity KeyCode name, e.g.
G,F5,LeftControl.
2.1.0
- Optional infinite energy (stamina) while GodMode is enabled.
- Config option
InfiniteStamina(default:true).
2.0.1
Patch release: readme
2.0.0
Fixed it for the new update, it works again! Upgrade now!!!
Enjoy being invincible!