Skip to content

Releases: matsn0w/MISS-ELS

v2.2.0

18 Nov 23:13
28ddd02
Compare
Choose a tag to compare

Updating

We moved from NativeUI to WarMenu. You don't have to remove NativeUI (you might need it for some other resource), but make sure you have WarMenu installed!

Also see the general Updating guide.

What's Changed

  • feature: flash high beam by @matsn0w in #89
  • feature: add stop sign beeping by @matsn0w in #101
  • Create FUNDING.yml by @matsn0w in #106
  • feature: switch to personal keybinds by @matsn0w in #109
  • docs: add more info about the 'move-over' question in the FAQ by @ImperiousTT in #112
  • fix: disable auto repair when toggling extras by @matsn0w in #114
  • feat: only disable siren when all lights are turned off by @matsn0w in #115
  • fix: remove accidental object key by @matsn0w in #116
  • feat: add high beams toggle to menu, refactor code by @matsn0w in #118
  • feat: move from NativeUI to WarMenu by @matsn0w in #120
  • feat: support miscs as light sources by @matsn0w in #152
  • v2.2.0 by @matsn0w in #90

New Contributors

  • @ImperiousTT made their first contribution in #112

Full Changelog: 2.1.1...2.2.0

v2.1.1

08 Mar 15:48
4f64a99
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.0...2.1.1

v2.1.0

03 Mar 11:24
03e7453
Compare
Choose a tag to compare

Updating

This update introduced some changes to the config.lua file. You should remove the Config.ELSFiles section.

Reference the provided config.example.lua file.

Also see the general Updating guide.

What's Changed

New Contributors

Full Changelog: 2.0.1...2.1.0

v2.0.1

08 Feb 20:33
950e322
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.0...2.0.1

v2.0.0

08 Feb 20:13
4e539d3
Compare
Choose a tag to compare

Changelog

  • Added configuration option to allow passengers to control the sirens
  • Added configuration option to customize indicator controls
  • Added configuration option to customize environmental light reflections
  • Added new documentation
  • Added /extra <extra> command to quickly toggle a vehicle extra
  • Added an option to control the sirens regardless of the light stage
  • Added a in-game menu for static extra's
  • Added automatic check for updates
  • Added a VCF configuration GUI
  • Added some documentation
  • VCF: Added AllowUse flag to enable or disable the main horn
  • VCF: Added SoundSet flag to specify a custom sound for the main horn
  • VCF: Added new STATIC section
  • VCF: IsElsControlled is now actually respected
  • VCF: It's no longer needed to specify flash numbers within a pattern (Flash01, Flash02, etc. can now be Flash Flash Flash!)
  • Fixed AllowEnvLight setting not doing anything
  • Fixed AudioString on MainHorn not doing anything
  • Fixed some weird keybind behaviour
  • Fixed crash on invalid VCF syntax
  • Removed fallback to default patterns when no VCF is present for an ELS-enabled vehicle
  • Organized file structure
  • Updated SLAXML parser to version 0.8
  • Lots of code improvements and optimizations

v2.0.0-rc.3

16 Jan 19:07
53d5cf3
Compare
Choose a tag to compare
v2.0.0-rc.3 Pre-release
Pre-release

-- THIS RESOURCE IS STILL A WORK IN PROGRESS! --

Please report bugs here or start a discussion topic if you have any questions or other idea's.

What's Changed

  • feat: control the sirens regardless of the light stage by @matsn0w in #31
  • feat: add extra toggles for static extra's by @matsn0w in #33

Full Changelog: 2.0.0-rc.2...2.0.0-rc.3

v2.0.0-rc.2

12 Jan 11:02
933a54d
Compare
Choose a tag to compare
v2.0.0-rc.2 Pre-release
Pre-release

-- THIS RESOURCE IS STILL A WORK IN PROGRESS! --

Please report bugs here or start a discussion topic if you have any questions or other idea's.

What's Changed

  • fix: do not halt the script if a vcf file is not found by @matsn0w in #14
  • fix: bad argument if Extras key not specified by @matsn0w in #16
  • fix: do not fall back to default pattern by @matsn0w in #17
  • chore: exclude additional (repository) files by @matsn0w in #22
  • feat: respect IsElsControlled setting by @matsn0w in #23
  • fix: properly handle keybinds by @matsn0w in #25

Full Changelog: 2.0.0-rc.1...2.0.0-rc.2

v2.0.0-rc.1

12 Jan 10:56
8a0aa3f
Compare
Choose a tag to compare
v2.0.0-rc.1 Pre-release
Pre-release

-- THIS RESOURCE IS STILL A WORK IN PROGRESS! --

Please report bugs here or start a discussion topic if you have any questions or other idea's.

What's Changed

  • Added configuration option to allow passengers to control the sirens
  • Added configuration option to customize indicator controls
  • Added configuration option to customize environmental light reflections
  • Added new documentation
  • VCF: Added AllowUse flag to enable or disable the main horn
  • VCF: Added SoundSet flag to specify a custom sound for the main horn
  • VCF: It's no longer needed to specify flash numbers within a pattern (Flash01, Flash02, etc. can now be Flash Flash Flash!)
  • Added /extra <extra> command to quickly toggle a vehicle extra
  • Fixed AllowEnvLight setting not doing anything
  • Fixed AudioString on MainHorn not doing anything
  • Updated SLAXML parser to version 0.8
  • Lots of code improvements and optimizations