I want to express my gratitude for the support during the development of dx_hud. However, I've decided to discontinue its development as my interests have shifted. I'm now focusing on my real job and life goals. Thank you all for the great journey.
Moving forward, I will consider merging only very small fixes directly into the repository as long as it exists. For any other substantial changes, I encourage you to fork the repository and proceed with the necessary modifications.
dx_hud is a FiveM HUD for ox_core or ESX Legacy.
This also requires a framework of your choice between ox_core and es_extended. Note that if you are using ESX, you will also need esx_status and esx_basicneeds.
- Go to the releases page and download the latest release
- Place it inside the
resources
directory - Add the resource to your
server.cfg
after dependencies to make sure it's started correctly at server startup:
ensure dx_hud
You can add these settings directly to your 'server.cfg', or add them to a separate file (i.e. hud.cfg) and call it with exec. Convars must be set before starting dx_hud.
The values below are defaults and should not be explicitly set unless changing the value.
### Shared
# Seabelt system
setr hud:seatbelt false
### Client
# Stress Indicator
setr hud:stress false
# Stamina Indicator
setr hud:stamina false
# Fuel Indicator
setr hud:fuel false
# Vehicles speed: "imperial" or "metric"
setr hud:unitsystem "imperial"
# Radar mode: by default, the radar is only enabled while sitting on a vehicle.
# Set this to true to have it always enabled. This will also enable the map cycler.
setr hud:persistentRadar false
# Radar shape
setr hud:circleMap true
# Keys for map cycler and seatbelt
setr hud:cyclemapKey "Z"
setr hud:seatbeltKey "B"
# Voice Indicator
setr hud:voice false
# Voice system: "pma-voice" or "saltychat"
setr hud:voiceService "pma-voice"
# Server logo
setr hud:logo true
# Version check against GitHub repo (Recommended)
setr hud:versioncheck true
Overextended Community for always being supportive 🐂❤️
nojdh for Cosmo HUD, which initially this was a fork of
dx_hud
Copyright © 2023 Demxn This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/ |