Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
HungerPangs
Visual hunger warnings as your food buffs expire — amber screen vignette, on-screen label, and a HUD status icon that escalate in urgency as food slots empty.
By DeathMonger
| Date uploaded | a month ago |
| Version | 1.0.0 |
| Download link | DeathMonger-HungerPangs-1.0.0.zip |
| Downloads | 28 |
| Dependency string | DeathMonger-HungerPangs-1.0.0 |
This mod requires the following mods to function
denikson-BepInExPack_Valheim
BepInEx pack for Valheim. Preconfigured and includes unstripped Unity DLLs.
Preferred version: 5.4.2202README
Hunger Pangs
Visual hunger warnings that escalate as your food buffs approach expiry. No gameplay changes — pure notification.
Features
- Screen vignette — amber glow creeps in from the screen edges as your hungriest food slot ticks down. Intensity and extent are configurable. The vignette oscillates to draw your eye: slow pulse at first, faster as urgency increases.
- On-screen label — "You are starting to feel hungry" → "You are getting hungry." → "You are hungry." The text color shifts from orange toward red as urgency rises.
- HUD status icon — a "Hungry" icon appears in the same row as Rested and Shelter, so you can spot hunger state at a glance without reading the label.
All effects are off when you have 3 full food slots. Warnings begin when your hungriest slot crosses the configurable threshold (default 90 seconds remaining).
Configuration
Open BepInEx/config/DeathMonger.HungerPangs.cfg to adjust settings.
| Setting | Default | Description |
|---|---|---|
| Enabled | true |
Master toggle for all effects |
| Show Status Icon | true |
Show/hide the Hungry HUD icon |
| Hunger Threshold (seconds) | 90 |
Seconds remaining when warnings begin |
| Vignette Intensity | 0.20 |
Max edge opacity (0–1) |
| Vignette Extent | 0.50 |
How far the vignette reaches toward center (0–1) |
Console Commands
Open the console with F5. Run devcommands first if commands are not recognized.
| Command | Description |
|---|---|
hp_foodstatus |
Print name and remaining time for each food slot |
hp_drainfood <slot> [seconds] |
Subtract seconds from one slot (default 60s) |
hp_drainfoods [seconds] |
Subtract seconds from all slots (default 60s) |
hp_setfoodtime <slot> <seconds> |
Set a slot to exactly X seconds remaining |
hp_clearfood |
Instantly remove all food buffs |
Slot numbers are 1, 2, or 3.
Example test flow:
- Eat 3 foods, then
hp_foodstatusto confirm all slots are tracked. hp_setfoodtime 1 91— slot 1 is 1 second above the threshold.- Wait ~2 seconds — amber vignette and label should fade in.
hp_clearfood— all slots empty, full-urgency vignette and "You are hungry." label appear immediately.