Skip to content

Version_1.20_Build_2023.10.25

Compare
Choose a tag to compare
@jfgilliam jfgilliam released this 29 Oct 15:29
· 5 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

1.20_Build_2023.10.25

  1. Fix issue with VIR not working with the Track Map Widget.

1.20_Build_2023.10.08

  1. Added content from iRacing's December 2022, March 2023, June 2023 and September 2023 builds and patches up through this release date.
    - BMW M Hybrid V8
    - Mercedes-AMG W13 E Performance
    - Toyota GR86
    - Lincoln Speedway
    - Circuit de Nevers Magny-Cours
    - Daytona Rallycross No Joker versions of Long and Short
    - [Legacy] Phoenix Raceway - 2008 Rallycross No Joker
    - Late Model Stock is replacing the existing iRacing Late Model vehicle, the Chevrolet Monte Carlo SS.
    - Ray FF1600
    - Renault Clio R.S. V
    - Circuito de Jerez - Angel Nieto (2 configs Grand Prix, and Moto)
    - NASCAR Cup Series Next Gen Cars
    Engine rev limiters have been reduced.
    Shift light RPM have been updated.
    These cars now report brake pressure bias in the garage which matches with the dcBrakeBias value in telemetry.
    This does not match the In Car Black Box, though. Not sure what iRacing is trying to do. Will wait and see.
    - Changed the InGarage widget to use the new variable, IsGarageVisible that's in the telemetry.
    It is faster and works even if you're not driving in a team event (according to the iRacing release notes).
    - NASCAR Cup Series Gen 4 Chevrolet
    - Cadillac V-Series.R GTP
    - Ligier JS P320
    - Porsche 911 GT3 R (992)
    - MotorLand Aragon (7 configs)
    - Willow Springs International Raceway
    - New Track Configuration: Chicago Street Course - 2023 Cup
    - Acura ARX-06 GTP
    - Ferrari 296 GT3
    - NASCAR Classic Pontiac Grand Prix - 1987
    - Porsche 963 GTP
    - Super Formula SF23 (Toyota, Honda)
    - Circuit de Ledenon
    - Kern County Raceway Park (Asphalt Track, Dirt Track, Legends, and Dirt Mini Oval)
    - Circuit Zandvoort, 2023 rescan and full update (Grand Prix, Grand Prix w/ Chicane, Nationaal, and Oostelijk)

  2. Fixed issue where it as not detecting if SRA was already running and starting another instance.

  3. New widget called ABSActive
    - New API for gauges /Car/{REFERENCECAR}/Gauge/ABSActive

  4. Closed #267 (#267)
    ReplayControl - change >>>>> to say LIVE

  5. Closed #266 (#266)
    Camera names with slash in their name do not work
    Fixed issue with CameraControl widget when camera names had special characters in them.

  6. Added 2 new API calls get and set the restart method.
    - /Session/Restart
    - /Session/setRestart (DOUBLEFILE, SINGLE)

  7. Added Button to Race Administrator to change the restart method. It will detect the current method and offer to change it.

  8. Fixed Brake Bias Issue with the new Late Model Stock car.
    Thanks to Jacob Elliott for reporting this.

  9. Enhanced the Race Administrator app by changing the admin commands to use the driver's name instead of their number.
    iRacing made some changes for teams that changed how the numbers work.
    I also added support for the commands to be changed in the settings.
    In the commands below, the variables in brackets [] will be substituted. Here are the supported variables.
    - [TEXT] = All text sent to the chat window, including admin commands.
    - {ENTER} = Replaced with the Enter key.
    - [DRIVER] = The driver's car number, for legacy support.
    - [NUMBER] = The driver's car number.
    - [DRIVERNAME] = The driver's name with spaces replaced with dots.
    - [TIME] = The number of minutes or laps depending on the command.
    = [NAME] = The name of the Radio Channel.

    Here are all the commands you can add in the settings with their default values.
    Just copy/paste them to the top of the settings and restart SRA.
    Refer to iRacing's help at https://support.iracing.com/support/solutions/articles/31000133518-session-admin-chat-commands

    iracing-sendkeys-CHAT-ALL = [TEXT]{ENTER}
    iracing-sendkeys-CHAT-DRIVER = /[DRIVERNAME] [TEXT]
    
    iracing-sendkeys-ADMIN_COMMANDS-ADMIN = !admin [DRIVERNAME]
    iracing-sendkeys-ADMIN_COMMANDS-ADVANCE = !advance
    iracing-sendkeys-ADMIN_COMMANDS-BLACK = !black [DRIVERNAME] [TIME]
    iracing-sendkeys-ADMIN_COMMANDS-CHAT = !chat [DRIVERNAME]
    iracing-sendkeys-ADMIN_COMMANDS-CLEAR = !clear [DRIVERNAME]
    iracing-sendkeys-ADMIN_COMMANDS-DQ = !dq [DRIVERNAME]
    iracing-sendkeys-ADMIN_COMMANDS-EOL = !eol [DRIVERNAME]
    iracing-sendkeys-ADMIN_COMMANDS-NADMIN = !nadmin [DRIVERNAME]
    iracing-sendkeys-ADMIN_COMMANDS-NCHAT = !nchat [DRIVERNAME]
    iracing-sendkeys-ADMIN_COMMANDS-REMOVE = !remove [DRIVERNAME]
    iracing-sendkeys-ADMIN_COMMANDS-WAVEBY = !waveby [DRIVERNAME]
    iracing-sendkeys-ADMIN_COMMANDS-YELLOW = !yellow
    iracing-sendkeys-ADMIN_COMMANDS-PITCLOSE = !pitclose
    iracing-sendkeys-ADMIN_COMMANDS-PITOPEN = !pitopen
    iracing-sendkeys-ADMIN_COMMANDS-PACELAPS = !pacelaps [LAPS]
    iracing-sendkeys-ADMIN_COMMANDS-RESTART = !restart [METHOD]
    
    iracing-sendkeys-RADIO_COMMANDS-ADD = @add [NAME]
    iracing-sendkeys-RADIO_COMMANDS-REMOVE = @remove [NAME]
    iracing-sendkeys-RADIO_COMMANDS-TRANSMIT = @transmit [NAME]
    iracing-sendkeys-RADIO_COMMANDS-MUTE = @mute [NAME]
    iracing-sendkeys-RADIO_COMMANDS-UNMUTE = @unmute [NAME]
    iracing-sendkeys-RADIO_COMMANDS-SCAN = @scan
    iracing-sendkeys-RADIO_COMMANDS-NOSCAN = @noscan