Skip to content

Version_1.16_Build_2021.04.20

Compare
Choose a tag to compare
@jfgilliam jfgilliam released this 21 Apr 01:15
· 36 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.

I am now only providing a "signed" Server exe. It is self signed, so 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 self signed will prevent anyone from tampering with it and viruses from attaching to it, but certified authorities will not recognize it. If you have any problems with the signed version please send a screen shot of the error to support@simracingapps.com,

For all release changes see http://SIMRacingApps.com/docs/documentation/SIMRacingApps_ReleaseNotes.txt

**Changes in this release Version: 1.16_Build_2021.04.20 **

  1. Added more robust parsing logic for sound devices.

  2. Added code to Electron to help with the Stay On Top logic with versions of Electron later than 5.x.

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

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

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

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

  7. iRacing added the ability to render your custom paints to a PNG file.
    I updated the CarImage widget to use it if available.
    It also checks the Documents\iRacing\app.ini[Graphics]hideCarNum setting.

  8. 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!

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

  10. Added code to try and bring iRacing Process to the foreground before sending
    keystrokes to it. The name of the process it looks for is "iRacing.com Simulator".
    This can be changed with the following variable in the settings.
    iracing-title = iRacing.com Simulator

  11. Fixed #246 (#246)
    Shift Overrides in settings are not working