Documentation
Docs/Resources/Base/vangelico
Base Resource

vangelico

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

v1.0.0VCore FrameworkGameplay systems

Introduction

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

3Client Lua
3Server Lua
2Exports
6Events
0SQL tables

No manifest UI page detected.

Dependencies & References

ResourceDetected asPackage status
coreManifest dependencyIncluded in Base
dispatchManifest dependencyIncluded in Base
doorlocksManifest dependencyIncluded in Base
inventoryManifest dependencyIncluded in Base
vcore_minigamesManifest dependencyIncluded in Base
logsReferenced by sourceIncluded in Base

Cross-resource export calls

ResourceFunctions called
coregetCoreObject
doorlocksSetDoorState
inventoryAddItem, GetPlayerItems, RemoveItemAtSlot
logsLog
vcore_minigamesStop

Installation / Start Order

The supplied server.cfg enables this resource in the Gameplay systems stage at enabled-resource position 62. Base installation also depends on the global prerequisites and consolidated VCORE_INSTALL.sql documented in Getting Started.

server.cfg
ensure vangelico

Configuration

Config files

  • config.lua

Top-level config keys detected

ActionDurationsActionLabelsActionTokenGraceSecondsDebugDispatchReportDoorGroupPrefixInteractionRadiusItemsMinigamesPoliceJobsRelockDoorsOnStopRequestCooldownMsRewardsServerActionDistanceStoresTiersToolLoss

Events, Exports & Callbacks

Exports

Server exports2
  • GetStoreState
  • ResetStore

Callbacks

No Vcore callback registrations were detected.

Registered network events

Client registered events3
  • VCORE:Client:OnPlayerUnload
  • vangelico:client:dispatch
  • vangelico:client:performAction
Server registered events3
  • vangelico:server:beginAction
  • vangelico:server:cancelAction
  • vangelico:server:completeAction

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 Lua3
Other/shared Lua4
JavaScript0
HTML0
CSS0
SQL0

Troubleshooting

  • Confirm all manifest dependencies are started before vangelico.
  • 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.