Ks_Hud V2 [Release] [ESX 1.1 Final] [ESX 1.2] [EXM] [NEW] [HUD] [V2]

The new and innovative kl_hud V2 is here


Content of the script

  • Config File
  • Easy to configure
  • New aesthetic
  • Download

Compatibility
this script is 100% compatible with esx, esx 1.2, exm


Configuration

Images


image

image


With stress activated

image

image


Installation

go to ‘esx_status/client/main.lua’

seatch search :onTick

Change this to


Ready to use :smiling_face_with_three_hearts: :smiling_face_with_three_hearts:


Download

22 Likes

Very nice pana

After starting the ressource i get the message:

"Warning: Resource Kl_HudV2 does not support the current game (gta5)."

in server console

Edit: Fix should be to change following thing in fxmanifest.lua:

Change:

fx_version ‘adamant’

games ‘gta5’

name ‘Kilichi Hud V2’

description ‘Ks Hud Fivem’

ui_page ‘html/ui.html’

author ‘Kilichi#0001 | Kilichi’

to

fx_version ‘adamant’

game ‘gta5’

name ‘Kilichi Hud V2’

description ‘Ks Hud Fivem’

ui_page ‘html/ui.html’

author ‘Kilichi#0001 | Kilichi’

And it should run.

EDIT2: Confirmed that this is the solution.

Greetings

GG Bto guapisimo

Nice Hud!

I can not Startet this Script look my Consol:

I Have the fxmainfest.lua change to

fx_version ‘adamant’
game ‘gta5’
name ‘Kilichi Hud V2’
description ‘Ks Hud Fivem’
ui_page ‘html/ui.html’
author ‘Kilichi#0001 | Kilichi’

and it still doesn’t work

I really like this.

Super clean and lean.

Thanks for sharing this with us.

How can I change the hud to horizontal when one gets into the vehicle? thank you very much for the script

sorry for my bad english but i use google translate xd

nice hud, locks good

Looking really clean! :heart_eyes:

2 Likes

Nice HUD, but it doesn’t respect the HideHud thing.
HypeLevels is doing a PR right now with the fix.

Maybe create a fxmanifest.lua yourself with the following text

fx_version ‘adamant’

game ‘gta5’

name ‘Kilichi Hud V2’

description ‘Ks Hud Fivem’

ui_page ‘html/ui.html’

author ‘Kilichi#0001 | Kilichi’

Maybe its a file permission issue?

I’m writing an auto deployer recipe for ESX v1.2 and decided to use this HUD.
Just did an pull request to make the default config be consistent with fivem’s default HUD behavior:


This is kinda necessary for me to distribute this HUD in the recipe.
2 Likes

done :smiley:

1 Like

For reference:

  ## KL HUD v2
  - action: download_github
    src: https://github.com/Kilichi/Kl_HudV2
    ref: ac8a321ff335706509bdc6122a2984a80082e669
    dest: ./resources/Kl_HudV2

  - action: replace_string
    file: ./resources/[esx]/esx_status/client/main.lua
    search: 'esx_status:onTick'
    replace: 'Kl_Hud:onTick'

Just saying would love a none esx (no food, no hungry)

1 Like

and the oxigen ??

1 Like

The food and water levels doesn’t show up. image

5 Likes

You have to change this.
Line 12 and 13.
From Kl_Hud:onTick to esx_status:onTick.

In my case, happened the same like you. But I changed that, and works properly