Documentation
Base Resource

printing

The supplied manifest describes this resource as “VCore - Printing”.

v1.0.0VCore FrameworkGameplay systems

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

ResourceDetected asPackage status
coreManifest dependencyIncluded in Base
inventoryManifest dependencyIncluded in Base
logsReferenced by sourceIncluded in Base

Cross-resource export calls

ResourceFunctions called
coregetCoreObject
inventoryAddItem, GetPlayerItems, RemoveItemAtSlot, SetItemDescriptionFormatter, UpdateItemMetadata
logsLog

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 printing

Configuration

Config files

  • config.lua

Top-level config keys detected

AllowedAllowedImageExtensionsAllowedImageSchemesAreasCardRaritiesDebugGradingInteractionDistanceMaxNoteLengthMaxTitleLengthMaxUrlLengthPublicPrintTypesSessionTimeoutShareDistanceTypes

Events, Exports & Callbacks

Exports

No export definitions were detected.

Callbacks

Server callbacks2
  • printing:server:getAvailableTypes
  • printing:server:getCards

Registered network events

Client registered events8
  • VCORE:Client:OnPlayerUnload
  • printing:client:beginPrint
  • printing:client:notify
  • printing:client:showCard
  • printing:client:useDocument
  • printing:client:useOrder
  • printing:client:usePack
  • printing:client:useSleeve
Server registered events9
  • printing:server:createOrder
  • printing:server:degradeCard
  • printing:server:finishPrint
  • printing:server:gradeCard
  • printing:server:openPack
  • printing:server:shareCard
  • printing:server:signPrint
  • printing:server:sleeveCard
  • printing: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

AreaDetected files
Client Lua3
Server Lua1
Other/shared Lua2
JavaScript1
HTML1
CSS1
SQL0

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