Base Resource
printing
The supplied manifest describes this resource as “VCore - Printing”.
Introduction
The supplied manifest describes this resource as “VCore - Printing”.
3Client Lua
1Server Lua
0Exports
17Events
0SQL tables
UI page: html/index.html
Dependencies & References
| Resource | Detected as | Package status |
|---|---|---|
core | Manifest dependency | Included in Base |
inventory | Manifest dependency | Included in Base |
logs | Referenced by source | Included in Base |
Cross-resource export calls
| Resource | Functions called |
|---|---|
core | getCoreObject |
inventory | AddItem, GetPlayerItems, RemoveItemAtSlot, SetItemDescriptionFormatter, UpdateItemMetadata |
logs | Log |
Installation / Start Order
The supplied server.cfg enables this resource in the Gameplay systems stage at enabled-resource position 57. Base installation also depends on the global prerequisites and consolidated VCORE_INSTALL.sql documented in Getting Started.
server.cfg
ensure printingConfiguration
Config files
config.lua
Top-level config keys detected
AllowedAllowedImageExtensionsAllowedImageSchemesAreasCardRaritiesDebugGradingInteractionDistanceMaxNoteLengthMaxTitleLengthMaxUrlLengthPublicPrintTypesSessionTimeoutShareDistanceTypesEvents, Exports & Callbacks
Exports
No export definitions were detected.
Callbacks
Server callbacks2
printing:server:getAvailableTypesprinting:server:getCards
Registered network events
Client registered events8
VCORE:Client:OnPlayerUnloadprinting:client:beginPrintprinting:client:notifyprinting:client:showCardprinting:client:useDocumentprinting:client:useOrderprinting:client:usePackprinting:client:useSleeve
Server registered events9
printing:server:createOrderprinting:server:degradeCardprinting:server:finishPrintprinting:server:gradeCardprinting:server:openPackprinting:server:shareCardprinting:server:signPrintprinting:server:sleeveCardprinting:server:startPrint
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 | 3 |
| Server Lua | 1 |
| Other/shared Lua | 2 |
| JavaScript | 1 |
| HTML | 1 |
| CSS | 1 |
| SQL | 0 |
Troubleshooting
- Confirm all manifest dependencies are started before
printing. - 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.

