speedlimiter
Applies model, vehicle-class or default speed caps to the vehicle currently owned by the local driver. Values are configured in either mph or km/h and aircraft are exempt by default. The resource also owns the effective cap used by the mechanic M-key personal limiter. A personal limit can only lower the configured global cap; disabling it restores the configured cap rather than bypassing it. Current limit data is exposed through the vcoreSpeedLimit player state bag.
Introduction
Applies model, vehicle-class or default speed caps to the vehicle currently owned by the local driver. Values are configured in either mph or km/h and aircraft are exempt by default. The resource also owns the effective cap used by the mechanic M-key personal limiter. A personal limit can only lower the configured global cap; disabling it restores the configured cap rather than bypassing it. Current limit data is exposed through the vcoreSpeedLimit player state bag.
No manifest UI page detected.
Dependencies & References
| Resource | Detected as | Package status |
|---|---|---|
core | Manifest dependency | Included in Base |
Cross-resource export calls
| Resource | Functions called |
|---|---|
core | getCoreObject |
Installation / Start Order
The supplied server.cfg enables this resource in the Gameplay systems stage at enabled-resource position 60. Base installation also depends on the global prerequisites and consolidated VCORE_INSTALL.sql documented in Getting Started.
ensure speedlimiterConfiguration
Config files
config.lua
Top-level config keys detected
ClassLimitsDebugDefaultLimitIdleIntervalMinimumDriverLimitModelLimitsRefreshIntervalShowDriverLimitNotificationsUnitUseClassLimitsEvents, Exports & Callbacks
Exports
Client exports7
ApplyLimitClearDriverLimitGetConfiguredDisplayLimitGetConfiguredLimitGetEffectiveLimitIsDriverLimitActiveSetDriverLimit
Callbacks
No Vcore callback registrations were detected.
Registered network events
Client registered events1
speedlimiter:client:refresh
Commands
No commands were detected.
Database / SQL
No resource-local SQL file was detected.
The root Base package also ships the consolidated VCORE_INSTALL.sql.
Source Layout
| Area | Detected files |
|---|---|
| Client Lua | 1 |
| Server Lua | 0 |
| Other/shared Lua | 2 |
| JavaScript | 0 |
| HTML | 0 |
| CSS | 0 |
| SQL | 0 |
Troubleshooting
- Confirm all manifest dependencies are started before
speedlimiter. - 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_pagewhen one is declared.

