Skip to content

Configurable HUD created for Garry's Mod using Helix gamemode, all is configurable by the user

License

Notifications You must be signed in to change notification settings

JarssS8/ThestralHelixHUD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Thestral HUD

Free HUD created for Helix and configurable

Colorful HUD created by Jars and fre to use or edit. If you improved you can pull request on this repository.

Features

Options allowed for normal users on TAB helix menu:

  • Change color for every bar.
  • Can automatically hide health bar when is almost full.
  • Can automatically hide the rest of the bars when is almost full.
  • Allows hide all the HUD for cinematics
  • Allow have stamina on the left right corner

Instalation

  • Put file from plugins > thestral_hud.lua into your helixSchema > plugins
  • Create new addon with the materials

Problem

Maybe you have problems if you dont have Hunger and Thrist system. You can add this to allow you use GetHunger() in your character.

ix.char.RegisterVar("hunger", {
	field = "hunger",
	fieldType = ix.type.number,
	default = 100,
	isLocal = true,
	bNoDisplay = true
})

ix.char.RegisterVar("thirst", {
	field = "thirst",
	fieldType = ix.type.number,
	default = 100,
	isLocal = true,
	bNoDisplay = true
})

Bars Options on TAB

About

Configurable HUD created for Garry's Mod using Helix gamemode, all is configurable by the user

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages