Difference between revisions of "Custom cars"

From ACC Wiki (Unofficial)
Jump to navigation Jump to search
(Created page with "== ACC Custom Cars Handbook == === create File “entrylist.json” === create File “entrylist.json” in Folder “cfg”, with the following content: { "entries": [...")
 
 
(80 intermediate revisions by the same user not shown)
Line 1: Line 1:
== ACC Custom Cars Handbook ==
+
<span style="color:red; font-size:20px;">New Site !!!</span> https://wiki.acc.nonameweb.ch/wiki/ACC_Custom_Cars
 
 
=== create File “entrylist.json” ===
 
create File “entrylist.json” in Folder “cfg”, with the following content:
 
 
 
{  "entries": [
 
        {
 
          "drivers": [
 
              {
 
                  "playerID": "S765611xxxxxxxxxx1"
 
              }
 
                          ],
 
"overrideDriverInfo": 0,
 
"overrideCarModelForCustomCar": 1,
 
"customCar": "exampleCar.json",
 
        },
 
      {
 
          "drivers": [
 
              {
 
                  "playerID": "S765611xxxxxxxxxx2"
 
              }
 
                          ],
 
"overrideDriverInfo": 0,
 
"overrideCarModelForCustomCar": 1,
 
"customCar": "exampleCar2.json",
 
        }
 
  ]
 
}
 

Latest revision as of 09:13, 28 October 2019