Version 1.10.0
Highlights
- Improved vehicle repair reliability so fix kit repairs now also reset mechanic wear consequences and limp-mode states.
- Stabilized Stancer defaults, persistence, wheel size, and wheel width handling across tuning, checkout, parking, and restarts.
- Added stronger RGB xenon and neon persistence guards so saved light settings are not overwritten by temporary stock-like vehicle reads.
- Added Workshop Lift debug diagnostics to help investigate invisible, duplicated, or incorrectly synced lift props.
- Improved Job Configurator integration by disabling the legacy Workshop Creator when the configurator flow is active.
Notable Changes
- Fixed normal
fix_kitrepairs so they clear transmission limp mode, electric limp mode, engine damage, undriveable state, and related wear effects. - Fixed stale physical carry item states so mechanics can take parts from storage again without needing to reconnect.
- Updated the mileage HUD runtime toggle so it appears or disappears immediately for active drivers after Job Configurator changes.
- Reworked Stancer reset/default handling so vehicle defaults are captured once and custom stance changes are saved separately.
- Preserved persisted Stancer values when unstable native reads return stock-like values during save or restore windows.
- Improved Wheel Size and Wheel Width handling with dedicated Stancer option detection, tire/rim collider updates, and debug readback output.
- Protected saved xenon and underbody neon settings from being replaced by transient disabled/default live reads outside active tuning sessions.
- Added localized Workshop Creator disabled messages for all supported mechanic locale files.
- Added detailed debug-only lift logs for model names, hashes, entities, coordinates, nearby objects, cleanup, creator sync, and attach/detach broadcasts.
- Update sky_base and sky_jobs_base first.
- Download sky_mechanicjob from the CFX Portal.
- Create a backup.
- Replace the
/sourcefolder. - Replace
fxmanifest.luaso version1.10.0is loaded (it now also loads the newconfig/init.lua). - Add the new
/config/init.luafile. - Important — the global table initialization moved to
config/init.lua. If you keep your ownconfig/config.luainstead of replacing it, remove these two lines from the top of the file (they are now set ininit.lua):
-Locales = {} -- edit translation in config/locales
-Config = {}
- Replace the mechanic locale files if you want the new Workshop Creator disabled message in all supported languages.
- Restart the server or fully restart
sky_base,sky_jobs_base, andsky_mechanicjob. - Test fix kit repairs, Stancer reset/persistence, RGB xenon/neon persistence, carry-item storage pickup, mileage HUD toggles, and workshop lift behavior.