[Reupload] QTG Health Bar

If you liked this item, please rate it up on Steam Workshop page.

Authors: entertainment dog, Zaurzo

Last revision: 3 Jul, 2022 at 03:43 UTC

File size: 12.26 KB

On Steam Workshop

Description:
Original Description

Github[github.com]

This mod can display various information of npc.
If you want to add more information, you can use a custom function (QTGHPBar.Addinfo) to add

Custom hook:

  1. QTG_OnHealthBarDrawText

Client ConVar:

  1. qtg_hpbar_on 1 – Enable or disable
  2. qtg_hpbar_bossbar 1 – Enable or disable boss bar
  3. qtg_hpbar_3d 0 – Enable 3D
  4. qtg_hpbar_showall 0 – Show all entities directly
  5. qtg_hpbar_r 0 – red
  6. qtg_hpbar_g 0 – greed
  7. qtg_hpbar_b 0 – blue
  8. qtg_hpbar_a 200 – alpha
  9. qtg_hpbar_distance 5000 – Visible distance
  10. qtg_hpbar_isboss 1500 – How much health will become a boss
  11. qtg_hpbar_entboss 0 – Entities will become bosses

Client Function:

  1. QTGHPBar.Addinfo(id = randomid,function(ent)) – Add npc info

Original Creator

Neptune QTG