Changelog
Files Changed
Not every update requires replacing the entire folder. To avoid redoing your configs, use the option that applies
| Key | Meaning |
|---|---|
| Full Re-Download Required | Delete the old folder and replace it with the latest version. Reuse your config.lua unless told otherwise. |
| Update Specific Files | Only the files listed below need to be replaced. |
| Config Update Required | Your config.lua must be updated for this version. |
| Requires Auto SQL Enabled | Enable Config.AutoInsertSQL in config.lua to apply required database updates. |
Skipping Updates
If you’ve skipped previous updates, it’s recommended to update all files to avoid issues.
For example, if you're on v4.0.1, skipped v4.0.2, and are updating to v4.0.3, use the Full Download option.
Important Notice (cd_bridge dependency)
cd_mechanic requires cd_bridge to work.
This improves compatibility and makes future updates easier.
v1.0.20
Released: 2026-08-21 Update Specific Filesbash
fxmanifest.lua
locales/locales.js
HTML #(full folder)Fixes
- All selection amounts are now unique (per item) in the Autoparts app
- Billing now properly displays the character name if enabled
- Fixed the job grade check when creating a new business
v1.0.19
Released: 2026-08-21 Update Specific Filesbash
fxmanifest.lua
client/tablet/work_orders.lua
server/tablet/commission.lua
HTML #(full folder)Fixes
- Fixed the built-in anti-cheat being incorrectly triggered on low-cost orders due to commission rounding down to 0 instead of up to 1.
- Fixed engine repairs not working correctly through the Service App.
- Fixed slips not printing correctly when printing from the Work Orders App.
v1.0.18
Released: 2026-08-20 Update Specific Filesbash
fxmanifest.lua
client/tablet/tablet.lua
client/tablet/billing.lua
client/tablet/service.lua
configs/config.lua (added Config.PlayerListMethod)Added
- Added Config.PlayerListMethod, allowing you to choose whether nearby players are displayed by server ID only, character name only, or both server ID and character name.
- You can now bill yourself when using the service and billing apps.
v1.0.17
Released: 2026-08-19 Update Specific Filesbash
fxmanifest.lua
client/tablet/service.lua
client/other/mileage.lua
server/main/server.lua
server/main/statebags.lua
server/other/mileage.luaFixes
- Fixed not being able to bill yourself when servicing a vehicle.
- Renamed the mileage export to GetMileage to prevent conflicts with the bridge's GetVehicleMileage function.
- Fixed mileage not being retrieved from the database correctly on script start.
- Fixed issues with vehicle state bags being set incorrectly from cached data or being unexpectedly reset.
v1.0.16
Released: 2026-08-03 Update Specific Filesbash
fxmanifest.lua
client/main/client.lua
client/customs/customs_upgrades.luaChanges
- When a vehicle's listed price is 0, the fallback vehicle price is now used instead.
- Improved the UI loading debug and warning messages to confirm when the UI has successfully loaded.
v1.0.15
Released: 2026-07-17 Update Specific Filesbash
fxmanifest.lua
client/main/tablet/admin.lua
server/main/tablet/admin.lua
locales/locales.js
locales/ui/*
HTML (full folder)Added
- Added a starting money field to the business creation menu.
v1.0.14
Released: 2026-07-16 Update Specific Filesbash
fxmanifest.lua
client/main/client.lua
client/other/mileage.luaFixes
- Final fix for jobs not appearing when the server starts.
v1.0.13
Released: 2026-07-13 Update Specific Filesbash
fxmanifest.lua
client/main/client.luaFixes
- Fixed jobs list sometimes not loading on script start.
v1.0.12
Released: 2026-07-07 Update Specific Filesbash
fxmanifest.lua
client/tablet/billing.luaFixes
- Fixed closest players being undefined in the billing UI.
v1.0.11
Released: 2026-07-01 Update Specific Filesbash
fxmanifest.lua
server/tablet/work_order.lua
client/main/functions.lua
client/customs/customs.luaFixes
- Fixed an issue where the customer’s job was being added to the work order instead of the business job, preventing mechanics from receiving the work order unless they had the same job.
- Fixed turbo preview not resetting correctly when resetting upgrades or closing the customs UI.
- Fixed money not being returned to the player when cancelling a work order.
- Fixed cancelled work orders not refunding offline players. If the player is offline, the money is now returned directly to their bank balance through the database.
v1.0.0
Released: 2026-05-12 Full Re-download Required Config Update Required Requires Auto SQL EnabledTesting
- Alpha Testing : Complete
- Beta Testing: Complete