Skip to content

Version_1.0_Build_BETA-2016.05.15

Pre-release
Pre-release
Compare
Choose a tag to compare
@jfgilliam jfgilliam released this 17 May 23:51
· 225 commits to master since this release
  • Added new Relative widgets that displays only the cars in your class.
    Thanks to Mark Hargett at HPP Simulations for this enhancement.
    If you're not in a multi-class session, it will display all cars.
  • Added new widget called LapsBanner that includes just the left box from the StandingsBannder.
    This can be customized separately from the Standings Banner if needed using LapsBanner.json.
    Thanks to Robert Moyer Jr for this enhancement.
  • Changed how the volume works so that the "sound-volume" setting effects all other volumes relatively.
    Before, the "sound-volume" was only used if the "pit-count-down-volume" was not set.
    Now, if "sound-volume=.8" and "pit-count-down-volume=.5" the final volume will be .4
    This will allow you to control the level of all sounds with the "sound-volume" setting and use the
    volume for each sound to balance the levels between each other.
    If you have both of them set now, you will want to adjust them for this new logic.
    I decided to make this change because it's the way a sound board works and I didn't want to get any grief :)
    More sounds will be coming in the future.
    Thanks to Robert Moyer Jr for this enhancement.
  • Added the ability to totally disable sound with the following entry in settings.txt.
    The default is true.
    sound = false
  • #26 You can now stop the MSPEC Shift RPM Light from turning on when speeding on pit road.
    Set the following variable in your settings.txt file. The default is true.
    mspec-speeding = false
  • #10 Added slow blink when Pit Limiter is on for MSPEC RPM Light, Tachs, and ShiftLights.
  • ShiftLight and ShiftLights widgets now turn on when speeding on pit road by default.
    There is also a version without it on the menu.
  • Added new API call, /Session/ClassNames, to get all the car classes in the session.