You are viewing a potentially older version of this package. View all versions.
nido-NoHunger-1.0.0 icon

NoHunger

This mod simplifies the hunger system by preventing the player from starving but still alows them to eat stuff

By nido
Date uploaded 2 years ago
Version 1.0.0
Download link nido-NoHunger-1.0.0.zip
Downloads 303
Dependency string nido-NoHunger-1.0.0

This mod requires the following mods to function

Gatohost-VoidMod-2.1.0 icon
Gatohost-VoidMod

VoidMod is a Blueprint Framework and Handler for Modding Voices of the Void

Preferred version: 2.1.0

README

NoHungerMod

Installation

1.Install VoidMod

2.Extract the zip, copy the VotV folder into your VotV game folder

How does it work?

By default, the game will detect if your hunger is below 60, if it is, it will refill your hunger up to 90.

I did it this way so the player could still eat stuff instead of always having 100+ food and letting everything spoil in your base.

How to use/setup

If you don't want to mess things up, don't touch anything and the mod will work properly.

You can change the values in the VoidMod configuration menu. "threshold" is the limit for your hunger (60 by default) and "maxfood" is the value at which it will refill (by default 90)

Disclaimer

This is the first mod i ever did ever so don't be surprised if things doesn't work properly (especially the custom threshold/maxfood) but i tested it for a pretty long time and everything worked correctly (even in 0.7.0).

In case things doesn't work, backup your save. If you have any question about the mod, my discord is "nido2"

CHANGELOG

Changelog

V1.1.4

  • Updated mod to VoidMod 2.1 (Mod config won't work anymore)

V1.1.3

  • Fixed incorrect dependencies version

V1.1.2

  • Updated mod to VoidMod 2.0

V1.1.1

  • Fixed automatic install

V1.1.0

  • Added option to make hunger always at 100
  • Fixed game crashing when hunger reached threshold while driving
  • Improved the code

V1.0.3

  • Updated mod description, readme and changelog

V1.0.2

  • Decreased the default threshold to prevent the game from crashing more often

V1.0.1

  • Improved the custom values
  • Other small adjustments