Difference between revisions of "Car Setups and Pitstop/en"

From ACC Wiki (Unofficial)
Jump to navigation Jump to search
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 15: Line 15:
  
 
A pitstop is always possible when the leader completes the first lap. In the middle of the bottom of the screen is the message of the Race Control: ''RCTL Pitlane is open''
 
A pitstop is always possible when the leader completes the first lap. In the middle of the bottom of the screen is the message of the Race Control: ''RCTL Pitlane is open''
* Server Setting: [[Server_Configuration#eventRules.json|Server Configuration / eventRules.json / mandatoryPitstopCount]] (-1)
+
* Server Setting: [[Server_Configuration#eventRules.json|Server Configuration / eventRules.json / "mandatoryPitstopCount": -1;]]
* Server Setting: [[Server_Configuration#eventRules.json|Server Configuration / eventRules.json / pitWindowLengthSec]] (-1)
+
* Server Setting: [[Server_Configuration#eventRules.json|Server Configuration / eventRules.json / "pitWindowLengthSec": -1;]]
  
 
[[File:Acc-wiki rctl pitlane ist open.jpg|500px]]
 
[[File:Acc-wiki rctl pitlane ist open.jpg|500px]]
Line 23: Line 23:
  
 
* Variant 1: mandatory Pitstop possible throughout the race.
 
* Variant 1: mandatory Pitstop possible throughout the race.
** Server Setting: [[Server_Configuration#eventRules.json|Server Configuration / eventRules.json / mandatoryPitstopCount]] (1)
+
** Server Setting: [[Server_Configuration#eventRules.json|Server Configuration / eventRules.json / "mandatoryPitstopCount": 1;]]
  
 
* Variant 2: mandatory Pitstop Window is limited in time. ''( Pitstop for damage repair always possible )''
 
* Variant 2: mandatory Pitstop Window is limited in time. ''( Pitstop for damage repair always possible )''
** Server Setting: [[Server_Configuration#eventRules.json|Server Configuration / eventRules.json / mandatoryPitstopCount]] (1)
+
** Server Setting: [[Server_Configuration#eventRules.json|Server Configuration / eventRules.json / "mandatoryPitstopCount": 1;]]
** Server Setting: [[Server_Configuration#eventRules.json|Server Configuration / eventRules.json / pitWindowLengthSec]] (600 [10 Minutes])
+
** Server Setting: [[Server_Configuration#eventRules.json|Server Configuration / eventRules.json / "pitWindowLengthSec: 600;]] = 10 Minutes
 
*** Example: Race: 60 min / Window: 10min = from 25. Minute to 35. Minute
 
*** Example: Race: 60 min / Window: 10min = from 25. Minute to 35. Minute
  

Revision as of 02:06, 11 November 2019

Other languages:
Deutsch • ‎English • ‎italiano

Setup

Pitstop

A pitstop is always possible when the leader completes the first lap. In the middle of the bottom of the screen is the message of the Race Control: RCTL Pitlane is open

Acc-wiki rctl pitlane ist open.jpg

Mandatory Pitstop

Driver Swap

Pit / Driver Swap

Have in the entrylist.json you 2 rider under "drivers", so they form a team together. Both drivers can be on the server. The waiting driver is not here as a spectator in the sense of spectator fashion.

Using the Pit strategy page in the (M)ulti(F)unctional(D)isplay ( key: insert ), the driver can assign a driver swap which will be automatically executed during the next pitstop.

References