Skip to content

Version_1.0_Build_BETA-2016.02.13

Pre-release
Pre-release
Compare
Choose a tag to compare
@jfgilliam jfgilliam released this 13 Feb 22:41
· 229 commits to master since this release
1. PitRoad: Added visual blinking when within 10 seconds of your pit stall. Closes #1 issue.
2. Server: Added a audible count down to your pit stall.
   This can be controlled with the following variables in the settings.txt or command line args.
   You sound device names are printed out in the server window when it first starts up.
  1. pit-count-down-device = A Sound Device Name
  2. pit-count-down-volume = 1.0  #from 0 to 1
  3. pit-count-down-start  = 5    #from 0 to 10
  4. pit-count-down-play10 = Y
  5. pit-count-down-play0  = Y
  6. pit-count-down-pattern= {path to spotter pack}
    1. # some known patterns to spotter packs. Your version may vary. Double backslashes are required.
       # %d is the place holder for the number.
    2. C:\\Program Files (x86)\\iRacing\\sound\\spcc\\JJ Spotter Pack v6.51\\n%d.wav
    3. C:\\Program Files (x86)\\iRacing\\sound\\spcc\\Dale Jr Spotter Pack\\n%d_A1.wav
3. Added a global setting for sound in the settings.txt and command line args.
  1. sound-device = A Sound Device Name
  2. sound-volume = 1.0   #from 0 to 1
4. Fixed bug where the pit timer would reset if the car blinked out or was on the very edge of the pit stall.
5. Added ability to use the DataTable widget in a favorite.
6. Time Remaining, in a non-time bound session, is now estimated based on the leader's average laps.
7. Added a tilde(~) after Time Remaining and To Go Laps if they were estimated based on lap timing.
   So if you are in a timed session with a limited number of laps, you can see which limit is driving the end of the race.