outfit-bag
Persistent VCORE outfit bags that open the rebuilt Clothing saved-outfit menu. Edit config.lua to change the item, prop, placement distance, interaction timing and per-character bag limit. Database tables create automatically by default; install/outfitbag.sql is provided for manual schema management. The rebuilt Core shared catalogue already contains the outfitbag item and uses the existing huntingbag.webp inventory image. Change the shared image field if a dedicated outfit-bag icon is added later.
Introduction
Persistent VCORE outfit bags that open the rebuilt Clothing saved-outfit menu. Edit config.lua to change the item, prop, placement distance, interaction timing and per-character bag limit. Database tables create automatically by default; install/outfitbag.sql is provided for manual schema management. The rebuilt Core shared catalogue already contains the outfitbag item and uses the existing huntingbag.webp inventory image. Change the shared image field if a dedicated outfit-bag icon is added later.
No manifest UI page detected.
Dependencies & References
| Resource | Detected as | Package status |
|---|---|---|
clothing | Manifest dependency | Included in Base |
core | Manifest dependency | Included in Base |
inventory | Manifest dependency | Included in Base |
oxmysql | Manifest dependency | External / prerequisite |
polyzone | Manifest dependency | Included in Base |
logs | Referenced by source | Included in Base |
Cross-resource export calls
| Resource | Functions called |
|---|---|
core | getCoreObject |
inventory | AddItem, RemoveItem |
logs | Log |
Installation / Start Order
The updated server.cfg explicitly classifies outfit-bag under Addons and extras. It is optional and is not started by default.
ensure outfit-bagKeep the addon after its required framework dependencies. Global Vcore prerequisites and database setup are documented in Getting Started.
Configuration
Config files
config.lua
Top-level config keys detected
Events, Exports & Callbacks
Exports
No export definitions were detected.
Callbacks
No Vcore callback registrations were detected.
Registered network events
Client registered events6
VCORE:Client:OnPlayerLoadedoutfit_bag:client:beginPlacementoutfit_bag:client:createoutfit_bag:client:openWardrobeoutfit_bag:client:removeoutfit_bag:client:sync
Server registered events5
outfit_bag:server:cancelPlacementoutfit_bag:server:pickupoutfit_bag:server:placeoutfit_bag:server:requestSyncoutfit_bag:server:use
Commands
No commands were detected.
Database / SQL
| File | Type |
|---|---|
install/outfit_bag.sql | Resource SQL file |
vcore_outfit_bagsThe root Base package also ships the consolidated VCORE_INSTALL.sql.
Source Layout
| Area | Detected files |
|---|---|
| Client Lua | 1 |
| Server Lua | 1 |
| Other/shared Lua | 3 |
| JavaScript | 0 |
| HTML | 0 |
| CSS | 0 |
| SQL | 1 |
Troubleshooting
- Confirm all manifest dependencies are started before
outfit-bag. - This addon is intentionally commented out in the supplied server.cfg. Enable it only after its dependencies are installed.
- 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.

