Configuration Guide
Updated 2 weeks agoConfiguration Guide
How to Adjust Settings HealthRegenMod offers two ways to configure its settings: through REPOConfig (in-game GUI) or by manually editing the configuration file.
Method 1: Using REPOConfig (Recommended) REPOConfig provides a user-friendly in-game interface for adjusting mod settings.
Installation Download and install REPOConfig from Thunderstore
Place the REPOConfig.dll file in your BepInEx/plugins folder
Accessing the Configuration Menu From Lobby Menu:
Launch the game
In the main lobby/menu
Find and click the "Mods" button
From In-Game Menu:
While playing, press ESC to open the pause menu
Click the "Mods" button
Navigating HealthRegenMod Settings Once in the REPOConfig menu, find "HealthRegenMod" in the list
Click on it to open the settings panel
You'll see these categories:
General Settings EnableLogging: Toggle debug messages in console
ShowDebugInfo: Display health information on screen
Gameplay Settings EnableGodMode: Enable/disable invincibility
MaxHealth: Adjust maximum health (slider from 100-100000)
HealthRegenPerFrame: Set health regeneration per frame (0-1000)
Applying Changes Adjust settings using sliders, toggles, and input fields
Click "Save Changes" to apply immediately
Changes take effect in real-time - no restart required
Advanced REPOConfig Features Search: Use the search bar at the top to find specific settings
Revert: Click "Revert" to undo unsaved changes
Reset to Default: Restore all settings to their original values
Method 2: Manual Configuration (Editing CFG File) For users who prefer text-based configuration or don't have REPOConfig installed.
Locating the Configuration File The configuration file is located at:
text BepInEx/config/hyy.HealthRegenMod.cfg File Structure The configuration file uses INI format with the following structure:
ini [General] EnableLogging = false
[Gameplay] EnableGodMode = true MaxHealth = 10000 HealthRegenPerFrame = 0
[UI] ShowDebugInfo = false Editing Instructions Close the game completely before editing
Open hyy.HealthRegenMod.cfg with a text editor (Notepad, Notepad++, VS Code, etc.)
Modify the values as needed:
true or false for boolean settings
Whole numbers for integer settings
Ensure values stay within acceptable ranges
Save the file
Launch the game - changes will load automatically
Acceptable Value Ranges When editing manually, respect these limits:
MaxHealth: 100 to 100000
HealthRegenPerFrame: 0 to 1000
Boolean values must be true or false (case-sensitive)
Configuration Examples Example 1: Balanced Play text [Gameplay] EnableGodMode = false MaxHealth = 5000 HealthRegenPerFrame = 50 Example 2: Full God Mode text [Gameplay] EnableGodMode = true MaxHealth = 10000 HealthRegenPerFrame = 0 Example 3: Extreme Challenge text [Gameplay] EnableGodMode = false MaxHealth = 100 HealthRegenPerFrame = 1 Troubleshooting Configuration Issues REPOConfig Not Showing HealthRegenMod Ensure both mods are properly installed
Check BepInEx console for loading errors
Verify you're using compatible versions
Configuration Not Applying REPOConfig: Did you click "Save Changes"?
Manual editing: Did you save the file before launching the game?
Check file permissions - ensure the file isn't read-only
Resetting to Default Via REPOConfig:
Open HealthRegenMod settings
Click "Reset To Default"
Confirm the action
Manually:
Delete hyy.HealthRegenMod.cfg
Launch the game - a new file with default values will be created
Best Practices Backup Your Config: Copy your cfg file before making major changes
Test Incrementally: Change one setting at a time to see its effect
Check Console: Enable logging temporarily to verify changes are applied
Update Regularly: New versions may add or change configuration options
Notes REPOConfig provides the best user experience with real-time changes
Manual editing works without additional mods but requires game restart
Settings are saved per computer, not per save file
Configuration changes don't affect existing save files
For further assistance with configuration, visit the mod's support page or community forums.