Version 1.32.0
1.29.0 or newer before updating sky_jobs_base.Highlights
- Locations can be shared between jobs - selected jobs can reuse a physical location while keeping their own storage, garage, wardrobe, and job configuration separate.
- Reliable radial toggle and providers - the radial now opens with registered job actions ready, closes consistently with the configured key, and no longer blocks other job interaction keybinds.
- New shared select controls - management, tablet, and configurator screens now use a consistent searchable select with keyboard navigation and reliable dropdown positioning.
- Broader Job Configurator support - integer settings, hospital bed fields, wheel-damage groups, and connected job locale coverage have been expanded.
- More reliable creator and map workflows - creator interactions, trunk actions, hydrant markers, tablet markers, and cleanup behavior now stay aligned more consistently.
Notable Changes
- Improved management themes - light-theme management views and select dropdowns now remain readable across their supported screens.
- Better configurator guidance - warnings now appear with the settings they describe, and duplicate creator sections are removed.
- Hospital and vehicle configuration expanded - hospital creator fields and localized vehicle wheel-damage settings are now available to connected job resources.
- Database-dependent job registration stabilized - job registration now waits for database migrations to finish.
- Trunk navigation and availability fixed - trunk prop navigation includes a back action and unavailable trunk options no longer remain usable after a restart.
- Tablet map behavior improved - map zoom, markers, hydrants, and blip cleanup are more reliable.
Other Changes
- Added and synchronized configurator locales for ambulance, mechanic, and fire job settings.
- Standardized internal debug output and refined creator interaction handling.
- Updated the resource version to
1.32.0.
- Update sky_base to version
1.29.0or newer. - Download sky_jobs_base from the CFX Portal and create a backup.
- Replace the
/sourcefolder, including the rebuilt in-game interface under/source/html. - Replace the
/config/localesfolder. - Replace
/fxmanifest.luaso version1.32.0is loaded. - Restart sky_jobs_base and all dependent job resources.
- No SQL migration is required.
Use this only if a Job Configurator is broken and cannot be repaired through /jobconfig. This permanently removes the saved jobs, features, settings, and interactions for the selected resource.
- Stop the server and create a database backup.
- Replace
sky_ambulancejobin both statements with the affected configuration key:sky_ambulancejob,sky_policejob,sky_mechanicjob, orsky_firejob. - Run:
DELETE FROM `sky_jobs_configurator_settings` WHERE `config_key` = 'sky_ambulancejob'; DELETE FROM `sky_jobs_configurator_jobs` WHERE `config_key` = 'sky_ambulancejob'; - Start the server again. The affected job resource imports its shipped Job Configurator defaults automatically.
- Open
/jobconfigand verify the restored jobs and settings.
This reset does not delete separate creator data such as hospitals, hospital beds, jails, or other placed creator entries.