joshjaysalazar / iRacingSafetyCarGenerator

Software to generate custom safety cars during an iRacing race
GNU General Public License v3.0
1 stars 1 forks source link

Generate safety cars based on cars off track #8

Closed joshjaysalazar closed 2 months ago

joshjaysalazar commented 4 months ago

Is your feature request related to a problem? Please describe. Not a problem, but it would be nice for safety cars to be able to be thrown if a certain number of cars are off track at the same time.

Describe the solution you'd like In the UI, there should be a checkbox to turn on this feature, as well as a number of cars to look for off track (i.e. 3 or more cars off track at the same time). In the code, any cars which are detected as being off of the normal racing surface (perhaps noted at race start) could be part of the total building up to the threshold needed to throw the safety car. Potential problems here are race starts where it's common for cars to go off to avoid contact, and any races in categories with mixed surfaces (i.e. rallycross).

Describe alternatives you've considered N/A

Additional context N/A

joshjaysalazar commented 2 months ago

Solved by PR #14