Skip to content

Version_1.0_Build_BETA-2016.02.19

Pre-release
Pre-release
Compare
Choose a tag to compare
@jfgilliam jfgilliam released this 19 Feb 19:26
· 228 commits to master since this release
  1. Added Car/(CARIDENTIFIER)/DriverNameShort to the API.
  2. Added new customizable widget called StandingsBanner that mimics the banner seen on TV.
    It is customizable with a StandingsBanner.json file placed in the "Documents/SIMRacingApps" folder.
    The Image URLs are relative to this folder as well.
    The sponsor files should use the aspect ratio of 4x1.
    The default window size calculates that to be 200x50 pixels.
    Whatever the size, it will scale it to fit.
    Also, any image format your browser supports can be used, such as, .jpg, etc.
    Here is the format of the StandingsBanner.json file:
        {
            "title":            "DAYTONA 500",
            "sponsorImageUrls": ["Sponsors/Sponsor1.png","Sponsors/Sponsor2.png"],
            "sponsorSeconds":   [60,120]
        }
  1. Fixed bug where the "sound-volume" setting did not work,
    if you did not specifically set the "pit-count-down-volume".
    Now you will be able to control all the sounds with the master setting.
  2. Added new App called StreamingOverlay.
    It is a preconfigured overlay to be used with the CLR Browser Plug-in in OBS.
    You can also run each widget individually from the CLR Browser,
    just add the "&BACKGROUNDCOLOR=transparent" to the URL.