Base Resource
hud
The supplied manifest describes this resource as “VCore - HUD”.
Introduction
The supplied manifest describes this resource as “VCore - HUD”.
1Client Lua
0Server Lua
0Exports
0Events
0SQL tables
UI page: html/index.html
Dependencies & References
| Resource | Detected as | Package status |
|---|---|---|
core | Manifest dependency | Included in Base |
core_game | Manifest dependency | Included in Base |
Cross-resource export calls
| Resource | Functions called |
|---|---|
core | GetHudStyleSettings, SetHudStylePreview, SetHudStyleSettings |
core_game | IsCrosshairEnabled, SetCrosshairMode, SetCrosshairPreview |
Installation / Start Order
The supplied server.cfg enables this resource in the Core systems stage at enabled-resource position 38. Base installation also depends on the global prerequisites and consolidated VCORE_INSTALL.sql documented in Getting Started.
server.cfg
ensure hudConfiguration
Config files
- No dedicated config file detected.
Top-level config keys detected
No Config/VCOREConfig keys detected by the audit.
Events, Exports & Callbacks
Exports
No export definitions were detected.
Callbacks
No Vcore callback registrations were detected.
Registered network events
No registered network events were detected.
Commands
Client commands1
hud
Database / SQL
No resource-local SQL file was detected.
No CREATE TABLE statements detected inside this resource.
The root Base package also ships the consolidated VCORE_INSTALL.sql.
Source Layout
| Area | Detected files |
|---|---|
| Client Lua | 1 |
| Server Lua | 0 |
| Other/shared Lua | 1 |
| JavaScript | 1 |
| HTML | 1 |
| CSS | 1 |
| SQL | 0 |
Troubleshooting
- Confirm all manifest dependencies are started before
hud. - Check the supplied start-order note above; resources absent from server.cfg need an explicit decision before enabling.
- If database queries fail, import the consolidated Base SQL and any resource-local SQL listed above.
- If the UI fails, verify the resource's NUI files and
ui_pagewhen one is declared.

