Changelog
Base Resource
Features
- Support for translation and multiple languages using QBCore Frameworks translation class. 🔤
- HUD scale now saved on change, you no longer need to save profile for HUD scale changes. 💾
- Improved resource start up time and overall efficiency. 🏃💨
- Improved error handling and logging when no profile found 💻
- New menu header image in preparation for LVC:Fleet release
- Added beta version release notification option convar
beta_checking
in fxmanifest. 👨🔬
Changes
- Support for prerelease / beta versioning using lua package semver for version comparison.
- Corrected some out of date or unclear menu descriptions.
Bug Fixes
- Finally fixed tone options failing to save / load properly. 🐛 🥳
- Fix incorrect tone name being displayed when renaming aux and manual tones.
- Silence NUI warnings for 'no property left' when moving / scaling HUD.
- Empty copy profile menu when the only saved profile was the current. (0/1 menu items)
- Trim tone strings larger than 33 characters when displayed during renaming to avoid running off dialog box.
Plugins
⚠️ All plugins from 3.2.8 on will require 3.2.9 for locale support, they are not backwards compatible.
Features
- New header images for all plugins menus. 🖼️
- Extra Controls: disable controls when shortcut menu is open.
- Extra Controls: add controller support menu item to toggle controller keys. 🎮
- Extra Integration: ability to enable out-of-vehicle EI state checking (useful for door + seat checking on entry)
- Extra Integration: brake light support for non-emergency vehicles thanks to WolfKnight permission. Make sure to disable other brake light resources. 🚗
Changes
- Plugins menu now displays all installed plugins, button is disabled based on respective plugin's masterswitch.
- Plugins menu: improve background efficiency when main menu is closed.
- Extra Integration: disable auto-park list when blackout mode enabled.
Bug Fixes
- Extra Integration: incorrect blackout logic PR: #54 thanks to @nick-perry14 for your contribution.
- Extra Integration: auto park mode menu description missing timer.
- Extra Integration: fix broken brake trigger, typo in trigger key.
- Extra Integration: auto park mode disable option not selectable.
- Extra Controls: ec_masterswitch disabled causes storage to crash.
Attention SETTINGS.lua Changes:
Please add the following to /PLUGINS/Extra Integrations/SETTINGS.lua
:
ei_run_out_of_vehicle = false
-- Continue running state checks when player is out of vehicle, only after EI vehicle was last driven. (this is necessary for proper seat / door check)
-- Disable this to improve runtime efficiency. (Default: Disabled / False)
Revisions
- Rev1: Fix tone options not respected on siren activation, fixed false plugin update notification..
- Effected Files:
\UTIL\cl_lvc.lua
,\UTIL\sv_lvc.lua
- Effected Files: