
You are viewing a potentially older version of this package. View Latest Version

Visual hunger warnings that escalate as your food buffs approach expiry. No gameplay changes — pure notification.
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).
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) |
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:
hp_foodstatus to confirm all slots are tracked.hp_setfoodtime 1 91 — slot 1 is 1 second above the threshold.hp_clearfood — all slots empty, full-urgency vignette and "You are hungry." label appear immediately.