SlowHunger
Slows or disables natural hunger drain in Muck, with discrete duration presets in the in-game Gameplay settings and a configurable BepInEx cfg.
By PigeonsMods
| Date uploaded | a day ago |
| Version | 1.1.0 |
| Download link | PigeonsMods-SlowHunger-1.1.0.zip |
| Downloads | 44 |
| Dependency string | PigeonsMods-SlowHunger-1.1.0 |
This mod requires the following mods to function
BepInEx-BepInExPack_Muck
BepInEx pack for Muck. Preconfigured and ready to use.
Preferred version: 5.4.1101MrBoxxy-BetterSettingsApi
Mod of Terrain's SettingsApi mod. Fixes incompatibilities with other mods like SaveUtility. Reverts back original settings and makes the menu a little bit better.
Preferred version: 1.0.1README
SlowHunger
SlowHunger lets you choose how long the hunger bar lasts by reducing or disabling only Muck's natural hunger drain. Food, health, stamina, combat, and other survival mechanics are not modified.
In-game configuration
Open Settings > Gameplay > Hunger duration and choose one of these presets:
| Preset | Natural hunger drain |
|---|---|
| Vanilla — 1x | Normal |
| 1.25x | 20% less |
| 1.5x | 33% less |
| 1.67x | 40% less |
| 2x | 50% less |
| 2.5x | 60% less |
| 3x | 67% less |
| 4x | 75% less |
| 5x | 80% less |
| 10x | 90% less |
| 20x | 95% less |
| Infinite | No natural hunger drain |
The default for a fresh installation is 1.67x — 40% less drain.
Changes are saved immediately. Existing custom values are shown as a temporary Custom preset and are not overwritten just by opening the menu.
Configuration file
You can also edit:
BepInEx/config/com.sillas.muck.slowhunger.cfg
The DrainMultiplier setting accepts values from 0.00 to 2.00:
1.00= vanilla drain0.25= 4x duration / 75% less drain0.00= infinite / no natural hunger drain
The configuration file remains functional even if the optional settings UI cannot be created.
Compatibility
- Uses Terrain's SettingsApi and BetterSettingsApi for the in-game control.
- Includes a compatibility adjustment for MuckSaveGame's Auto Save setting so both controls occupy separate rows.
- Does not edit save files.
Installation
Install with r2modman or Thunderstore Mod Manager. Manual installation is also supported by placing SlowHunger.dll inside BepInEx/plugins together with the dependencies listed in the manifest.
CHANGELOG
Changelog
1.1.0
- Added an in-game Hunger duration slider under Settings > Gameplay.
- Added discrete presets from Vanilla to 20x duration, plus Infinite.
- Added descriptive duration and drain-reduction text beside the slider.
- Added support for zero natural hunger drain.
- Preserved custom values from existing configuration files.
- Added compatibility with BetterSettingsApi and MuckSaveGame's Auto Save row.
- Kept the BepInEx configuration file as a fallback when the settings UI is unavailable.
1.0.1
- Added configurable natural hunger drain through
DrainMultiplier.