Translations:Server Configuration/57/en

From ACC Wiki (Unofficial)
Revision as of 18:07, 8 November 2019 by FuzzyBot (talk | contribs) (Importing a new version from external source)
Jump to navigation Jump to search
File Content Property Description

{
"track": "spa",
"preRaceWaitingTimeSeconds": 60,
"sessionOverTimeSeconds": 120,
"ambientTemp": 26,
"cloudLevel": 0.3,
"rain": 0.0,
"weatherRandomness": 3,
"configVersion": 1,
"sessions": [
{
"hourOfDay": 10,
"dayOfWeekend": 1,
"timeMultiplier": 1,
"sessionType": "P",
"sessionDurationMinutes": 20
},
{
"hourOfDay": 17,
"dayOfWeekend": 2,
"timeMultiplier": 8,
"sessionType": "Q",
"sessionDurationMinutes": 10
},
{
"hourOfDay": 16,
"dayOfWeekend": 3,
"timeMultiplier": 3,
"sessionType": "Q",
"sessionDurationMinutes": 20
}
]
}

track The track we run. Check also:

Setting a wrong value will also print out the available track keys in the log.

preRaceWaitingTimeSeconds Preparation time before a race. Cannot be less than 30s.
sessionOverTimeSeconds Time after that a session is forcibly closing after the timer reached '0:00. Something like 107% of the expected laptime is recommended.
Careful: default 2 minutes does not properly cover tracks like Spa or Silverstone
ambientTemp Sets the baseline ambient temperature in °C. Check also:
cloudLevel Sets the baseline cloud level, see “Race weekend simulation”. Values (0.0, 0.1, .... 1.0)
rain Determines how much rain falls at the beginning of a session. The higher the value, the more there are puddles and rivulets.
  • 0.0 = dry
  • to 0.2 light rain
  • to 0.5 rain
  • to 0.7 heavy rain
  • to 1.0 very heavy

Values greater than 0.1 can override the value of cloudLevel.

weatherRandomness Sets the dynamic weather level:
  • 0 = static weather
  • 1 - 4 = fairly realistic weather
  • 5 - 7 = more sensational
postQualySeconds The time after the last driver is finished (or the sessionOverTimeSeconds passed) in Q sessions and the race start. Should not be set to 0, otherwise grid spawning is not secure.
postRaceSeconds Additional time after the race ended for everyone, before the next race weekend starts.
sessions A list of session objects, see the next table
Property Description
hourOfDay Session starting hour of the day (values 0 - 23)
dayOfWeekend Race weekend day: 1 = Friday, 2 = Saturday, 3 = Sunday; see “ Race weekend simulation”.
timeMultiplier Rate at which the session time advances in realtime. Values 0, 1, ... 24
sessionType Race session type: P, Q, R for (P)ractice, (Q)ualy, (R)ace
sessionDurationMinutes Session duration in minutes