Documentation
Docs/Resources/Base/outfit-bag
Optional Addon

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.

v1.0.0VCore FrameworkNot enabled in supplied server.cfg

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.

1Client Lua
1Server Lua
0Exports
11Events
1SQL tables

No manifest UI page detected.

Dependencies & References

ResourceDetected asPackage status
clothingManifest dependencyIncluded in Base
coreManifest dependencyIncluded in Base
inventoryManifest dependencyIncluded in Base
oxmysqlManifest dependencyExternal / prerequisite
polyzoneManifest dependencyIncluded in Base
logsReferenced by sourceIncluded in Base

Cross-resource export calls

ResourceFunctions called
coregetCoreObject
inventoryAddItem, RemoveItem
logsLog

Installation / Start Order

The updated server.cfg explicitly classifies outfit-bag under Addons and extras. It is optional and is not started by default.

server.cfg
ensure outfit-bag

Keep 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

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

Client registered events6
  • VCORE:Client:OnPlayerLoaded
  • outfit_bag:client:beginPlacement
  • outfit_bag:client:create
  • outfit_bag:client:openWardrobe
  • outfit_bag:client:remove
  • outfit_bag:client:sync
Server registered events5
  • outfit_bag:server:cancelPlacement
  • outfit_bag:server:pickup
  • outfit_bag:server:place
  • outfit_bag:server:requestSync
  • outfit_bag:server:use

Commands

No commands were detected.

Database / SQL

FileType
install/outfit_bag.sqlResource SQL file
vcore_outfit_bags

The root Base package also ships the consolidated VCORE_INSTALL.sql.

Source Layout

AreaDetected files
Client Lua1
Server Lua1
Other/shared Lua3
JavaScript0
HTML0
CSS0
SQL1

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_page when one is declared.