Base Resource
parties
The supplied manifest describes this resource as “VCore - Parties”.
Introduction
The supplied manifest describes this resource as “VCore - Parties”.
2Client Lua
2Server Lua
11Exports
7Events
0SQL tables
No manifest UI page detected.
Dependencies & References
| Resource | Detected as | Package status |
|---|---|---|
core | Manifest dependency | Included in Base |
logs | Manifest dependency | Included in Base |
Cross-resource export calls
| Resource | Functions called |
|---|---|
core | getCoreObject |
logs | Log |
Installation / Start Order
The supplied server.cfg enables this resource in the Core systems stage at enabled-resource position 29. Base installation also depends on the global prerequisites and consolidated VCORE_INSTALL.sql documented in Getting Started.
server.cfg
ensure partiesConfiguration
Config files
config.lua
Top-level config keys detected
No Config/VCOREConfig keys detected by the audit.
Events, Exports & Callbacks
Exports
Server exports11
BroadcastPartyEventCreateActivityPartyEndActivityPartyGetPartyDataGetPlayerPartyNotifyPartySetPartyDatacreateActivityPartyendActivityPartygetPartyDatasetPartyData
Callbacks
No Vcore callback registrations were detected.
Registered network events
Client registered events3
VCORE:Client:OnPlayerUnloadparties:client:inviteReceivedparties:client:partyEnded
Server registered events4
parties:server:acceptparties:server:declineparties:server:inviteparties:server:leave
Commands
No commands were detected.
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 | 2 |
| Server Lua | 2 |
| Other/shared Lua | 2 |
| JavaScript | 0 |
| HTML | 0 |
| CSS | 0 |
| SQL | 0 |
Troubleshooting
- Confirm all manifest dependencies are started before
parties. - 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.

