Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@cmllr
Created October 11, 2020 12:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cmllr/e8fa65e2cc31c1153dfcc1ceee6bc22c to your computer and use it in GitHub Desktop.
Save cmllr/e8fa65e2cc31c1153dfcc1ceee6bc22c to your computer and use it in GitHub Desktop.
APX sample config
{
"server": {
"password": "",
"adminPassword": "pw",
"upstream": 20000,
"downstream": 20000,
"overwrites": {
"Multiplayer.JSON": {
"Multiplayer Server Options": {
"Pause While Zero Players": true
},
"Multiplayer General Options": {
"Download Custom Skins": false
}
},
"Player.JSON": {}
}
},
"session": {
"drivers": 20,
"grip": {
"Practice": {
"grip_mode": "Green",
"grip_scale": "5x"
}
},
"options": {
"Flag Rules:ComboBox": [
"None"
],
"Fuel Usage:ComboBox": [
"Normal"
],
"Practise Time:ComboBox": [
"90 minutes"
],
"Race Name:Edit": "APX F3@Portland Sprint",
"Race Time Scale:ComboBox": [
"Normal"
],
"Type of Start:ComboBox": [
"Standing"
],
"Race Length:ComboBox": [
"Time"
],
"Race Laps:Edit": "",
"Race Time:Edit": "0:20:00",
"Qualify Time:ComboBox": [
"15 minutes"
]
}
},
"cars": {
"1940450049": {
"entries": [
"Tatuus FT-60 #19",
"Tatuus FT-60 #06",
"Tatuus FT-60 #07",
"Tatuus FT-60 #01",
"Tatuus FT-60 #52",
"Tatuus FT-60 #05"
],
"component": {
"version": "1.08",
"name": "Tatuus_FT-60_2018",
"update": false
}
}
},
"track": {
"2141682966": {
"layout": "Portland Sprint Course",
"component": {
"version": "0.91",
"name": "Portland_2019",
"update": false
}
}
},
"mod": {
"name": "apx_f3_portland_sprint",
"version": "1.0",
"rfm": "default.rfm"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment