Documentation
Docs/Resources/Base/carhandling
Base Resource

carhandling

Administrator-only live handling editor for supported road vehicles. Run /handling while in the driver seat. Values are clamped by config.lua, preview immediately and can be reset to the captured originals. XML replacement fields, Lua presets and JSON can be exported from the UI. The editor uses VCORE permissions, notifications, shared font/cursor styling and central logs. Handling overrides remain after closing by default, but are restored when the resource stops. Set Config.RestoreOnClose = true if every editor session should be temporary.

v1.0.0VCore FrameworkGameplay systems

Introduction

Administrator-only live handling editor for supported road vehicles. Run /handling while in the driver seat. Values are clamped by config.lua, preview immediately and can be reset to the captured originals. XML replacement fields, Lua presets and JSON can be exported from the UI. The editor uses VCORE permissions, notifications, shared font/cursor styling and central logs. Handling overrides remain after closing by default, but are restored when the resource stops. Set Config.RestoreOnClose = true if every editor session should be temporary.

1Client Lua
1Server Lua
0Exports
7Events
0SQL tables

UI page: html/index.html

Dependencies & References

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

Cross-resource export calls

ResourceFunctions called
coregetCoreObject
logsLog

Installation / Start Order

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

server.cfg
ensure carhandling

Configuration

Config files

  • config.lua

Top-level config keys detected

BlockedVehicleClassesCategoriesCommandEnableMaxPerformanceFieldsLogActionsPermissionRequireDriverRestoreOnCloseRestoreOnResourceStopSessionMinutes

Events, Exports & Callbacks

Exports

No export definitions were detected.

Callbacks

No Vcore callback registrations were detected.

Registered network events

Client registered events4
  • VCORE:Client:OnPlayerUnload
  • carhandling:client:close
  • carhandling:client:open
  • carhandling:client:requestOpen
Server registered events3
  • carhandling:server:action
  • carhandling:server:close
  • carhandling:server:requestOpen

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 Lua1
Server Lua1
Other/shared Lua2
JavaScript1
HTML1
CSS1
SQL0

Troubleshooting

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