Skip to content

Version_1.16_Build_BETA-2021.03.20

Pre-release
Pre-release
Compare
Choose a tag to compare
@jfgilliam jfgilliam released this 20 Mar 21:59
· 38 commits to master since this release

Scroll down, the download links are listed below under assets. Please refer to http://wiki.SIMRacingApps.com for detailed information on how to download, configure and use this software.

If you get a warning that it is unsafe and you downloaded the file from github.com, then you can ignore that message, click on more info and run it anyway. Being signed will prevent anyone from tampering with it and viruses from attaching to it.

For all release changes see http://SIMRacingApps.com/docs/documentation/SIMRacingApps_BETA-ReleaseNotes.txt

Instructions for installing the Voice Attack Profile: https://github.com/SIMRacingApps/SIMRacingApps/wiki/How-to-use-Voice-Attack#installation-importing-as-a-separate-profile

Version: 1.16_Build_BETA-2021.03.20

  1. Fixed #243 (#243)
    CarImage don't show correctly if user has a paint with a custom number
    Added check for custom paints with car numbers,
    if the Documents\iRacing\app.ini[Graphics]hideCarNum is not equal to zero(0).

  2. Added new widgets to compliment the new CarImage widget

    • CarImageExtended = that shows driver name
    • CarSelectorImages = to select cars when watching or broadcasting.
    • CarSelectorImages64 = to select cars when watching or broadcasting.

Version: 1.16_Build_BETA-2021.03.13

  1. Fixed issue when the users Documents folder was blank in the registry, to fall back to the default value.
    This was causing a Null Value Exception on some systems upon startup.

  2. iRacing added the ability to render your custom paints to a PNG file.
    I updated the CarImage widget to use it if available.

  3. Added new content from iRacing's March 2021 Build and Hotfixes.
    - A new pace car, Sedan
    - A new Road Car, the McLaren 570s GT4, is now available!
    - (Ford GT GT2) - Up-shift RPM lights have been updated to better match the engine power curve.
    - The Super Late Model has been re-built, using the latest 2021 NASCAR model!
    - Bark River International Raceway
    - A new Dirt Oval track configuration, Dirt, has been added to Bristol Motor Speedway!
    - A new Dirt Road track configuration, Rallycross, has been added to Circuit de Barcelona-Catalunya!
    - A new Road track, Hockenheimring Baden-Wurttemberg, is now available!
    - A new Road track configuration, IndyCar 2012-2018, has been added to Sonoma Raceway!

Version: 1.16_Build_BETA-2021.02.09

  1. In an attempt to fix stuttering issues in iRacing, SRA now reserves 2 cores by default for the iRacing to use.
    If the iRacing ever needs more cores, and you have enough to reserve more, add the following to your settings.
    A value of zero(0) will not reserve any cores.
    Example of reserving 3 cores:
    reserved-cores = 3

Version: 1.16_Build_BETA-2021.01.23

  1. Added more robust parsing logic for sound devices.

  2. Added /SIMPluginCallback/DataPublisher/Post/Results API for widgets to get access to the server results.

  3. Added code to Electron to help with the Stay On Top logic with versions of Electron later than 5.x.
    I've been testing with Electron 10.3.0 and it seems to be working fine.
    I'm still bundling version 5.x, but if you want to try any of the new versions to see if it helps with VR,
    you can get instructions here, https://github.com/SIMRacingApps/SIMRacingApps/wiki/How-to-setup-the-Electron-client#different-version-of-electron.

  4. Added option to start Electron minimized. Add the following to your settings.
    electron-startminimized = Y

  5. Implemented PitSvTireCompound from the previous iRacing's 2021 Season 1 Patch 3.
    Now you can see the Tire Compound you have selected to be put on during the next pit stop.