Custom cars

From ACC Wiki (Unofficial)
Revision as of 10:20, 19 October 2019 by DiRTyDRiVER (talk | contribs) (Created page with "== ACC Custom Cars Handbook == === create File “entrylist.json” === create File “entrylist.json” in Folder “cfg”, with the following content: { "entries": [...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

ACC Custom Cars Handbook

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",

       }
  ]
}