Documentation
Docs/Resources/Base/vcore_minigames
Base Resource

vcore_minigames

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

v1.0.0VCore FrameworkVCORE foundation

Introduction

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

1Client Lua
0Server Lua
6Exports
5Events
0SQL tables

UI page: html/index.html

Dependencies & References

ResourceDetected asPackage status
coreManifest dependencyIncluded in Base

Cross-resource export calls

ResourceFunctions called
coregetCoreObject

Installation / Start Order

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

server.cfg
ensure vcore_minigames

Configuration

Config files

  • No dedicated config file detected.

Top-level config keys detected

No Config/VCOREConfig keys detected by the audit.

Events, Exports & Callbacks

Exports

Client exports6
  • GetGames
  • IsActive
  • MemoryGame
  • Start
  • Stop
  • memorygame

Callbacks

No Vcore callback registrations were detected.

Registered network events

Client registered events5
  • VCORE:Client:OnPlayerUnload
  • VCORE_minigames:result
  • VCORE_minigames:start
  • VCORE_minigames:stop
  • core:resetUi

Commands

Client commands2
  • +cancelVcoreMinigame
  • -cancelVcoreMinigame

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 Lua1
Server Lua0
Other/shared Lua7
JavaScript5
HTML1
CSS3
SQL0

Troubleshooting

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