Skip to content

Releases: pnwparksfan/rph-live-lights

Compatibility for RPH 1.109 and miscellaneous fixes

22 Apr 06:27
Compare
Choose a tag to compare
  • 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

25 Oct 07:54
e92d04e
Compare
Choose a tag to compare

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

17 Aug 07:34
Compare
Choose a tag to compare
  • 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

23 Apr 06:54
Compare
Choose a tag to compare
  • 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

10 Apr 08:30
Compare
Choose a tag to compare
Pre-release

Added thorough new copy menu. Select which properties you want to copy, which siren setting to copy to/from, and which siren IDs to copy the properties for.

edit siren menu

Sequence quick edit menu improvements

07 Apr 07:40
Compare
Choose a tag to compare
Pre-release

Improved the sequence quick-edit menu:

  • Formatted sequences with monospace font so 1s and 0s will line up visually.
  • Color coded 1s and 0s for easier visualization of sequences.
  • Added hotkeys to facilitate editing sequences:
    • C to copy sequence and V 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 and PgDown 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. Hold Ctrl 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:

LiveLights Quick Sequence Editor

Sequence quick-edit menu and improved export

05 Apr 07:57
Compare
Choose a tag to compare
  • 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

04 Apr 07:33
Compare
Choose a tag to compare
Pre-release

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

03 Apr 07:15
Compare
Choose a tag to compare
Pre-release

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).