You are viewing a potentially older version of this package. View all versions.
PigeonsMods-SlowHunger-1.1.0 icon

SlowHunger

Slows or disables natural hunger drain in Muck, with discrete duration presets in the in-game Gameplay settings and a configurable BepInEx cfg.

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-5.4.1101 icon
BepInEx-BepInExPack_Muck

BepInEx pack for Muck. Preconfigured and ready to use.

Preferred version: 5.4.1101
Terrain-SettingsApi-1.1.1 icon
Terrain-SettingsApi

Settings API for allowing mods to add settings.

Preferred version: 1.1.1
MrBoxxy-BetterSettingsApi-1.0.1 icon
MrBoxxy-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.1

README

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 drain
  • 0.25 = 4x duration / 75% less drain
  • 0.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.