Documentation
Base Resource

mdt

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

v1.0.0VCore FrameworkCore systems

Introduction

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

4Client Lua
4Server Lua
6Exports
31Events
13SQL tables

UI page: html/index.html?build=ankle-map-20260722-3

Dependencies & References

ResourceDetected asPackage status
anklemonitorManifest dependencyIncluded in Base
coreManifest dependencyIncluded in Base
dispatchManifest dependencyIncluded in Base
logsManifest dependencyIncluded in Base
oxmysqlManifest dependencyExternal / prerequisite
inventoryReferenced by sourceIncluded in Base
PDAddonsReferenced by sourceIncluded in Base

Cross-resource export calls

ResourceFunctions called
coregetCoreObject
inventoryGetPlayerItems
logsLog
PDAddonsVerifyEvidencePhoto

Installation / Start Order

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

server.cfg
ensure mdt

Configuration

Config files

  • config.lua
  • configCarCleanup.lua
  • configMdt.lua

Top-level config keys detected

AccessJobsChargeCategoriesCommandEvidenceLocationsEvidenceTypesFallbackCommandFullAccessRanksKeybindMarkersPageSizePermissionsRequireOnDutySearchLimitSupervisorGradeTabletAnimation

Events, Exports & Callbacks

Exports

Client exports2
  • OpenEvidence
  • OpenEvidenceForm
Server exports4
  • AddMedicalReport
  • GetPlateBolosForOfficer
  • LookupPlateForOfficer
  • SetPlateBoloForOfficer

Callbacks

No Vcore callback registrations were detected.

Registered network events

Client registered events25
  • VCORE:Client:JobsUpdated
  • VCORE:Client:OnJobUpdate
  • dispatch:client:callAdded
  • dispatch:client:callRemoved
  • dispatch:client:callUpdated
  • dispatch:client:unitRemoved
  • dispatch:client:unitUpdated
  • mdt:client:announcement
  • mdt:client:announcementDeleted
  • mdt:client:announcementStatus
  • mdt:client:announcementUpdated
  • mdt:client:caseLifecycle
  • mdt:client:caseLiveSnapshot
  • mdt:client:caseLiveUpdate
  • mdt:client:casePresence
  • mdt:client:caseSaved
  • mdt:client:close
  • mdt:client:incidentLifecycle
  • mdt:client:incidentLiveSnapshot
  • mdt:client:incidentLiveUpdate
  • mdt:client:incidentPresence
  • mdt:client:incidentSaved
  • mdt:client:notification
  • mdt:client:open
  • mdt:client:openEvidence
Server registered events6
  • mdt:server:caseLiveUpdate
  • mdt:server:incidentLiveUpdate
  • mdt:server:joinCase
  • mdt:server:joinIncident
  • mdt:server:leaveCase
  • mdt:server:leaveIncident

Commands

No commands were detected.

Database / SQL

FileType
sql/mdt.sqlResource SQL file
mdt_alertsmdt_announcementsmdt_attachmentsmdt_auditsmdt_casesmdt_civiliansmdt_crimesmdt_evidencemdt_evidence_custodymdt_incidentsmdt_medic_reportsmdt_notificationsmdt_records

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

Source Layout

AreaDetected files
Client Lua4
Server Lua4
Other/shared Lua4
JavaScript6
HTML1
CSS2
SQL1

Troubleshooting

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