Releases: pnwparksfan/rph-live-lights
Releases · pnwparksfan/rph-live-lights
Compatibility for RPH 1.109 and miscellaneous fixes
- Updated RPH and RNUI NuGet dependencies for RPH 1.109
- Replaced Reflection method for accessing Siren Setting ID with direct getter
- Improved menu toggle keybind behavior
- Improved export menu behavior
- Minor code cleanup and readme typo fixes
Public release v1.0 with import/export improvements and SSLA support for >20 sirens
Major update for version 1.0 🎉
- Added new import/export menu
- Bulk export of multiple siren settings to a single file
- Bulk import from carcols.meta files
- Tracked siren setting IDs from imports and customizable for exports
- Moved siren number comments above
<Item>
tags instead of nested within for easier XML editing - Other miscellaneous menu improvements
- Added support for >20 sirens with SirenSetting Limit Adjuster
Release Candidate for updated RPH and RNUI
- RagePluginHook 0.81 fixes the issue which necessitated the EmergencyLightingWrapper workaround
- RNUI 1.7 contains several breaking changes which necessitated updates
This is the first release candidate for upcoming version 1.0, public release.
Export bug fixes and improved siren color options
- Fixed several bugs in meta/xml export process
- Env lighting was always toggled on when exporting files
- Rotator delta/start values were exported in degrees instead of radians
- Added prompt on export for what siren ID you want in the saved file
- Added new custom colors in INI (update your INI) with defaults for the halogen and LED colors used on default vehicles. You can add your own in the the INI with the format
label = 0xAARRGGBB
.
Detailed siren settings copy menu
Sequence quick edit menu improvements
Improved the sequence quick-edit menu:
- Formatted sequences with
monospace
font so1
s and0
s will line up visually. - Color coded
1
s and0
s for easier visualization of sequences. - Added hotkeys to facilitate editing sequences:
C
to copy sequence andV
to paste. This doesn't use the real clipboard and doesn't work in the detailed siren menus, it's just a local copy-paste within the quick edit menu. You don't need to press Ctrl. (Regular Ctrl+C and Ctrl+V still works whenever the black text input box is open. )PgUp
andPgDown
to reorder sirens in the sequence quick-edit menu. This does not affect the sirens themselves in any way, it is only a visual aide in the menu to put related sirens next to each other for easier editing.🠄
and🠆
(arrow keys) to shift sequence 1 bit to the left or right. HoldCtrl
to shift 4 bits left/right. Helpful if you've set up a sequence once, and want to shift it to alternate with another (or to appear unsynced).
Demo of new features:
Sequence quick-edit menu and improved export
- Added a new sequence quick-edit menu so you can modify the flashiness sequence values for all sirens (plus headlights and taillights) easily from one place without having to switch through multiple menus.
- Improved carcols.meta export process to allow entering relative or absolute paths to any location you want to export your files to.
- Added a checkbox to allow overwriting existing files on export. Defaults to false, changeable in INI.
- Minor updates to other menus.
Added Dependency and Update Checks
This release adds a dependency check for RPH 78+ to ensure compatibility with all features, and adds a version check for future updates.
Initial Release - 0.1 Beta
The first beta version of LiveLights is now available! Please read the README.txt in the download carefully (it's different from the readme on github).