Assign Penalties in Races
If a driver causes a race interruption (e.g. by jump starting, pushing other drivers off the track, crashing), you may wish to assign a penalty to the involved drivers. For this, the button “PENALTY” on the bottom right of the race screen can be used to open a penalty dialog, from witch you may select the drivers and penalties you’d like to assign.
For each driver, a penalty can be selected. These are the possible types of penalties:
- Time penalty: the driver has to enter and stay at the pits for the selected amount of seconds (2, 5 or 10 seconds – or even longer if a driver received more than one penalty). While the penalty is being served, the driver may not fuel up, otherwise the serving countdown is stopped and the driver has to go to the pits again. If the penalty has been served, the driver may fuel up as usual directly afterwards without having to go to the pits again.
- Lap subtraction: a lap is subtracted from the already driven laps of this driver. This can also cause negative values. Example: your catalog of penalties foresees a lap subtraction on jump start. You trigger this via the penalty dialog, which results in -1 driven laps for the punished driver, because they didn’t drive one lap yet.
As soon as a driver has been punished with a time penalty, a red bar will appear on the time table for this driver which contains the amount of time they have to serve. As soon as they enter the pits to serve the penalty, the bar will start flashing. If the penalty has been served completely, the bar will disappear.Anker
Automatic penalty for speeding in the pit lane
In addition to doing it manually, drivers can also be penalized automatically if they drive too fast in the pit lane. For this, you just need to add a minimum time delta to the current tracks settings in the track database. This delta is the sum of both the lap time before entering the pits and the one after leaving the pits. When starting a race, you can then configure if and how drivers should be punished when undercutting this delta.
Example: let’s assume a fast lap time on your track would be 10 seconds. In that case you could enter a delta of 20 seconds for this track in the track database (which would be the sum of two fast lap times). You start a race and configure that drivers should be penalized with a 5 second time penalty for speeding in the pit lane. During the race, driver 1 enters the pits. The lap time for driver 1 on his in lap was 9 seconds, he stays in the pits for 5 seconds and after he left the pits, he does a lap time of 10 seconds. Now the delta for driver 1 would be 10 + 9 = 19 seconds, which is 1 second below the delta and would therefore cause a 5 second penalty for them. Please note that the pure pit stop time (5 seconds in this case) is automatically subtracted from the delta, which means that it doesn’t matter how long a driver is really standing in the pits.