Unreal Engine 4 - Stamina, Hunger, and Thirst System
Overview:
https://www.youtube.com/watch?v=WS_Mmo0OCpU
Implementation Tutorial:
https://www.youtube.com/watch?v=_IP1BuoDJSw
Playable HTML5 Demo:
http://numberfiveone.com/games/stamina/
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 DETAILS
Features:
- Multiplayer Support
- Easily change HUD (colors, size, location, 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.7
- Updated to Engine version 4.13
- Updated deprecated method
v1.0.6
- Improved game mode spawn for code migration
- Switched some macros to pure functions
- Added ApplyDamage
- Added death state and animation
v1.0.5
- Fixed private variable issue
- Improved code for migration
- Added project thumbnail
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
INTENDED PLATFORM:
Desktop
ENGINE COMPATIBILITY:
4.8, 4.9, 4.10, 4.11 Preview 1
Contact and Support
support email: contact@numberfiveone.com
website: http://numberfiveone.com/ue4-blueprint-stamina-system