Skip to content

Commit

Permalink
chore(README): redid readme (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
Manason authored Oct 28, 2024
1 parent 6c75a4d commit 490ba31
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 21 deletions.
49 changes: 28 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,39 @@
![title](https://cdn.discordapp.com/attachments/1027004645912088686/1300262386011476019/hud.jpg?ex=67203336&is=671ee1b6&hm=19669587a83114d4410f36a00714c6b553693688ae5788517dd80ce8461979bc&)

# Things you should know:
* To open the menu in-game the **default key** is **"I"** or you can type **"/menu"**
* Your settings will **always** be **stored locally**, so even if you delete the resource it **will** keep your current settings. The **only** way you can wipe the local storage sucessfully is by clicking the **"Reset Settings"** button on the in-game menu
(comes with new open menu sound, close menu sound, click menu sound)
* If you receive ```attempt to index a nil value (global 'Lang')``` in your F8 console, the fastest way you can fix that issue is by downloading a new version via txAdminRecipe but if you are unable to do that because of the progress you’ve made on your existing build; you’ll have to unfortunately go through and download each one from the GitHub which I do not recommend. Save yourself a lot of time and pain by just downloading the recipe!
# qbx_hud

# FAQ
##
**Q:** Why do my borders not align with the maps?
Shows UI elements such as health, hunger, thirst, etc.

**A:** Most of the time it generally means your safezone is not set to default in your GTA settings. (Settings/Display/"Restore Defaults")
##
## Features

##
**Q:** How do I enable dev mode?
### Player HUDs
- Hunger
- Thirst
- Health
- Voice Volume
- Armor
- Stamina
- Stress
- Oxygen
- Parachute
- Radio
- Money

**A:** Simple! All you have to do is type /admin and navigate through the menu to the last section called "Developer Options" and inside there you should see "Dev Mode", this will keep you invincible and add a cool developer icon in your circles/radials
##
### Vehicle HUDs
- Altitude
- Speed
- Nitro
- Harness Health
- Seatbelt Status
- Engine Health
- Fuel

##
**Q:** What does the purple circle/radial do?
### Settings Menu
Each player can customize the look and feel of their own HUD through a settings menu.
The **default key** is **"I"**, but each player can rebind this. One can also open the settings menu using **"/menu"**

**A:** That is your harness indicator! When you have the item "harness" in your inventory and while in a vehicle it will appear. Also, when you use your item "harness", the circle/radial will reflect the amount of uses left and decrease overtime.
##
## Previews

# Previews
### menu config (this is just a preview more options included than what is shown here)
![menu](https://media.discordapp.net/attachments/1118131412097310790/1133084683333287966/oBPvnf50cK8W6Z.png)
### all radials
![all radials](https://user-images.githubusercontent.com/91661118/143668930-e9475c53-284c-4054-ad9c-88aa98f76768.png)
### dead health
Expand Down
2 changes: 2 additions & 0 deletions server/main.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
lib.versionCheck('Qbox-project/qbx_hud')

local config = require 'config.server'
local sharedConfig = require 'config.shared'
local resetStress = false
Expand Down

0 comments on commit 490ba31

Please sign in to comment.