100% Blueprint Stamina, Hunger, and Thirst System

Available in the marketplace:
https://www.unrealengine.com/marketplace/stamina-hunger-system

UE4 Stamina, Hunger, & Thirst System

VIDEO AND DEMO LINKS:

**Overview:**https://youtube.com/watch?v=WS_Mmo0OCpU
**Implementation Tutorial:**https://youtube.com/watch?v=_IP1BuoDJSw
Playable HTML5 Demo:
Razmus Media - Brand & Product Development

We’ve created a simple to use 100% blueprint stamina, hunger, and thirst system. The example project shows how to add the system to your actions that deplete stamina continuously or with a single point subtraction.

Deplete stamina, thirst, or hunger while doing certain actions. For example, while running both stamina and thirst can be depleted. To regain stamina it could cost both thirst and hunger.

Hunger and thirst are also depleted over time. By default it will deplete a certain amount of points every 10 seconds of game play.

Easily configure running, jumping, or even swinging an axe to deplete stamina, thirst, and hunger.

A stamina system is just what you need for your game!

By popular demand we have added an example of how to implement crouch and prone functionality. Using replicated variables and transition states you can now smoothly crouch and lay down in the prone position.

TECHNICAL SPECIFICATIONS:

Latest version: v1.0.4

Features:

  • Multiplayer support
  • Easily change HUD (colors, size, etc.)
  • Fully commented blueprints

Includes:

  • 5 Blueprints, including: StaminaHungerSystem Component, Character Blueprint, Player Controller, HUD, and Game Mode
  • 3 ENUM’s, uncluding: StaminaTypes, HungerThirstTypes, and Camera Modes
  • 2 2D Blendspace’s, including: Standing walk/run and Crouched walk
  • UMG Stamina, Hunger, Thirst, and Health bars
  • Example crouch and prone states (Uses Anim Starter Pack)
  • Example random player start location spawn
  • Example camera toggle between first and third person perspectives

Changelog:
v1.0.4

  • Added crouch and prone examples
  • Added 2D blendspace examples
  • Added prone speed change to “SetMovementSpeed”
  • Fixed stamina only draining when moving forward
  • Fixed bug with crouch bool reversed on server
  • Fixed crouch walk speed not changing issue

v1.0.3

  • Added hunger system
  • Added thirst system

v1.0.2

  • Moved core functions to Actor Component

v1.0.1

  • Initial release

Version 1.0.5 of the Stamina, hunger, and thirst system is now available.

This update addresses multiple issues, see project description for change log.

Thanks everyone!

New Tutorials:

Add Stamina, Hunger, and Thirst to Realistic Blueprint Weapons

Add Stamina, Hunger, and Thirst to Generic Shooter Sample Project