Version 1.16.0
Highlights
- Wardrobe outfits can now be restricted by role / job grade - outfit editors can define which grades may use an outfit. The cloakroom UI shows unavailable outfits as disabled, and the server enforces the restriction when an outfit is applied.
- Mechanic carry props can now integrate with station storage - when
sky_mechanicjobis running, supported carried props can be deposited into station storage from the storage interaction and withdrawn back into the carry system. - Added server exports
AddStorageItem(...)andAddStorageItems(...)so trusted integrations can add one or many items directly to station storage while respecting storage capacity.
Notable Changes
- CCTV tablet app access now works for every job in the same registered job group instead of only one exact job key.
- Tablet map labels no longer clip in tight layouts.
Other Changes
- Added Russian (
ru) translation. - Enhanced tablet homescreen details
- Download sky_jobs_base from the CFX Portal.
- Create a backup.
- Replace the
/sourcefolder. - Replace the
/config/localesfolder (newru.luaand updatedde.lua). - Replace
fxmanifest.luaif you track the resource version from the manifest. - If
Config.AutoExecuteQuery = false, run the wardrobe migration manually:
ALTER TABLE `sky_jobs_wardrobes` ADD COLUMN IF NOT EXISTS `allowed_grades` LONGTEXT NULL;
- Optional for creator integrations: marker, interaction and extra interaction definitions may now set
interactionDistance = 2.5(or another number) to tune the use distance for that specific point.