Difference between revisions of "Custom Car"

From ACC Wiki (Unofficial)
Jump to navigation Jump to search
 
(293 intermediate revisions by 4 users not shown)
Line 4: Line 4:
 
<languages />
 
<languages />
 
<translate>
 
<translate>
 +
 
<!--T:22-->
 
<!--T:22-->
 
[[File:Cars 8 101.jpg|right|500px]]
 
[[File:Cars 8 101.jpg|right|500px]]
  
 
<!--T:25-->
 
<!--T:25-->
In ACC it is possible to paint your own vehicle.
+
In the game, you have the opportunity to create your own vehicle livery for each vehicle. The body can be modified externally or it can be replaced completely.</br>
 
+
Operators of multiplayer servers can assign vehicle liveries, drivers or teams via an access list [[Server_Configuration#entrylist.json|Server Configuration / entrylist.json]].
<!--T:23-->
 
On the one hand, you can create vehicle paintwork with the [[Custom_Car#Livery-Editor|Livery-Editor]] integrated in the game. Another method is to create the configuration files yourself [[Custom_Car#Made by Hand|Made by Hand]] or to edit the liveries created in the livery editor.
 
  
<!--T:26-->
+
== InGame-Skin-Editor == <!--T:71-->
Another method is to create your paint job with external programs and then replace an original team.
 
For this we refer to the tutorial from Cauri Design on RaceDedepartment: https://www.racedepartment.com/downloads/acc-skins-tutorial-tools.29995/
 
  
== Notes for Server-Administrators == <!--T:2-->
+
<!--T:72-->
 +
* select a Race Class & Team-Tile in Multiplayer or ...
 +
* select the "Open Series" in Single Player
 +
* click on "ADD" and choose one of the vehicle types
  
<!--T:8-->
+
=== Individual Settings === <!--T:57-->
Server Administrator from [[Multiplayer_Overview#Variants_of_Servers|Multiplayer Servers]] can assign vehicle liveries to drivers or teams via [[Server_Configuration#entrylist.json|Server Configuration / entrylist.json]].
 
* Quick Guide:
 
#create File “entrylist.json” in Folder “cfg”
 
#create a Folder “cars” in Folder “cfg”
 
#deposit the skins in the folder "cars"
 
Everything about multiplayer server settings can be found here: [[Server Configuration|Server Configuration]]
 
  
== Livery-Editor  == <!--T:27-->
+
<!--T:69-->
 +
* Race Number
 +
* Team Name
 +
* Nationality
 +
* Banner & Sponsors
 +
* Livery-Template
 +
* Body and Tire colored pick
  
 
<!--T:28-->
 
<!--T:28-->
Line 34: Line 34:
 
[[File:Livery Editor 2.png|400px]]
 
[[File:Livery Editor 2.png|400px]]
  
== Made by Hand == <!--T:1-->
+
== How can I modify my paintwork outside of the game? == <!--T:42-->
 
 
<!--T:7-->
 
[[File:Acc wiki costumcar files.png|thumb|Filenames can be changed]]
 
 
 
<!--T:29-->
 
<span style="font-size:16px; font-weight:bold; color:green;">Even if the InGame Livery Editor is available, this area will be expanded and kept up to date. But this happens only sparingly if there is time for it.</span>
 
 
 
<!--T:15-->
 
For each vehicle a skin can be deposited on the own PC.
 
You can use them on public or private multiplayer servers. In the "single player", in the modes from "training" to "fast race", you can use your own skins. For all other subsequent modes you can not do this. Even career and championship are excluded.
 
* Create a .json file for each vehicle you want to drive with your own skin ( Audi_R8_LMS_MyTeam_558.json ) or download all CustomCar-Files here: https://www.dropbox.com/s/1fcnspn23tgnwd1/acc_wiki_customcars_allcars_files.zip?dl=0
 
* You can deposit them here: \ Documents \ Assetto Corsa Competizione \Customs \ Cars
 
* continue as below [[Custom_Car#Create_CarSkin|File Content]]
 
  
== Create CarSkin == <!--T:3-->
+
<!--T:43-->
 +
a skin mod consists of the file in the cars folder and a folder with several different files in the liveries folder. Your find here Documents \ Assetto Corsa Competizione \ Customs</br>
 +
* ...Cars
 +
** myTeam.json
 +
* ...Liveries \ myTeamFolder \
 +
** decals.png & sponsors.png
 +
** decals.json & sponsors.json
 +
** decals_0.dds & sponsors_0.dds ( this file generates the game when you view your project in the showroom )
 +
** decals_1.dds & sponsors_1.dds ( this file generates the game when you look at your project on the track )
 +
** optional: ReadMe.txt
  
<!--T:17-->
+
=== edit .json-File in "Cars"-Folder === <!--T:73-->
First of all, a guide how to view his creation.
 
After creating a skin file, start ACC and click the "Multiplayer" tile and then Team. In the tab "Vehicle" you choose the car model for which you are currently painting. In tab "Team" the team name should now be selectable. Then you have to give your team a name <code>"teamName": "",</code>.
 
  
<!--T:18-->
+
<!--T:33-->
Changes in the file make them visible in the showroom by switching showroom off/on.
+
First you have the possibility to edit the generated .json file. Go to:
  
=== File Content === <!--T:9-->
+
<!--T:74-->
 +
* Documents \ Assetto Corsa Competizione \ Customs \ Cars
 +
* there you will find the one .json file named as follows: example: 42-201016-095902.json ( RaceNumber-YYMMDD-time )
 +
* the file name can be changed
 +
* open you .json File
  
 
<!--T:11-->
 
<!--T:11-->
{| class="wikitable" style="width:100%;"
+
{| class="wikitable"
 +
|-
 +
! style="width:180px;"| Settings !! InGame</br>Editor !! Description !! style="min-width:300px;width:500px"|Value !! Hints
 
|-
 
|-
! style="width:180px;"| File Content !! style="width:150px;"| Settings !! Description
 
|- style="vertical-align:top;"
 
| rowspan="40"|
 
<span style="color:red; font-weight:bold;">{</span></br>
 
"carGuid": 0,</br>
 
"teamGuid": 0,</br>
 
"raceNumber": 123,</br>
 
"raceNumberPadding": 0,</br>
 
"auxLightKey": 1,</br>
 
"auxLightColor": 67,</br>
 
"skinTemplateKey": 100,</br>
 
"skinColor1Id": 345,</br>
 
"skinColor2Id": 200,</br>
 
"skinColor3Id": 125,</br>
 
"sponsorId": 15,</br>
 
"skinMaterialType1": 1,</br>
 
"skinMaterialType2": 3,</br>
 
"skinMaterialType3": 1,</br>
 
"rimColor1Id": 345,</br>
 
"rimColor2Id": 200,</br>
 
"rimMaterialType1": 1,</br>
 
"rimMaterialType2": 1,</br>
 
"teamName": "My Team",</br>
 
"nationality": 2,</br>
 
"displayName": "",</br>
 
"competitorName": ""</br>
 
"competitorNationality": 2,</br>
 
"teamTemplateKey": 0,</br>
 
"carModelType": 2,</br>
 
"cupCategory": 0,</br>
 
"licenseType": 0,</br>
 
"useEnduranceKit": 1,</br>
 
"customSkinName": "",</br>
 
"bannerTemplateKey": 0<br />
 
<span style="color:red; font-weight:bold;">}</span>
 
 
| carGuid ||  
 
| carGuid ||  
 
|-
 
|-
 
| teamGuid ||  
 
| teamGuid ||  
 
|-
 
|-
| raceNumber || set a favored starting number, from 1 to 998 possible
+
| raceNumber || {{yes C|}} || set a favored starting number, from 1 to 998 possible || 1, 2, ..., 998 ||
 +
* if a driver with this number is on the server, then you will get the next free number
 +
* Admins have the possibility to assign certain start numbers via an access list
 
|-
 
|-
| raceNumberPadding ||  
+
| raceNumberPadding || || ||
 +
* 1 = one- and two-digit bib numbers are preceded by a 0
 +
* 0 = Start number is displayed as entered in "raceNumber"
 
|-
 
|-
| auxLightKey || Position of LED-Lights: 0 no LED, 1 to 9 ( At which point is different from vehicle to vehicle )
+
| auxLightKey || {{yes C|}} || position of auxiliary LEDs ||
 +
* 0 not LED
 +
* 1 to 19
 +
||
 +
* depending on the vehicle, also less
 +
* depending on the vehicle in different places
 
|-
 
|-
| auxLightColor || Color of LED-Lights: [[Custom_Car#Color_and_Material_IDs|Color and Material IDs]]
+
| auxLightColor || {{yes C|}} || Color of auxiliary LED-Lights || [[Custom_Car#IDs_Tables|see here ↓]]
 
|-
 
|-
| skinTemplateKey || Choose a pattern for the selected vehicle model: [[Custom_Car#Car_ID.27s_.2F_Template_ID.27s|Car ID's / Template ID's]]
+
| skinTemplateKey || {{yes C|}} || Choose a pattern for the selected vehicle model || [[Custom_Car#IDs_Tables|see here ↓]] ||
 +
* Number 99 gives all-carbon look
 
|-
 
|-
| skinColor1Id || select Base-Color for state coach: [[Custom_Car#Color_and_Material_IDs|Color and Material IDs]]
+
| skinColor1Id || {{yes C|}} || select Base-Color for state coach ( Base Layer ) || rowspan="3"| [[Custom_Car#IDs_Tables|see here ↓]]
 
|-
 
|-
| skinColor2Id || select second Color for state coach: [[Custom_Car#Color_and_Material_IDs|Color and Material IDs]]
+
| skinColor2Id || {{yes C|}} || select Second-Color for state coach ( Accent )
 
|-
 
|-
| skinColor3Id || select third Color for state coach: [[Custom_Car#Color_and_Material_IDs|Color and Material IDs]]
+
| skinColor3Id || {{yes C|}} || select Third-Color for state coach ( Trim )
 
|-
 
|-
| sponsorId || Premade logos of major sponsors
+
| sponsorId || {{yes C|}} || Prefabricated logos of the main sponsors
 
|-
 
|-
| skinMaterialType1 || 0 = Glossy; 1 = Matte2 = Satin; 3 = Satin Metallic, 4 = Metallic, 5 = Chrome, 6 = Clear Chrome
+
| skinMaterialType1 || {{yes C|}} || surface finish for main-color ( Base Layer ) || rowspan="3"|
 +
* 0 = Glossy
 +
* 1 = Matte
 +
* 2 = Satin
 +
* 3 = Metallic-Satin
 +
* 4 = Metallic
 +
* 5 = Chrome
 +
* 6 = Clear Chrome
 
|-
 
|-
| skinMaterialType2 || 0 = Glossy; 1 = Matte;  2 = Satin; 3 = Satin Metallic, 4 = Metallic, 5 = Chrome, 6 = Clear Chrome
+
| skinMaterialType2 || {{yes C|}} || surface finish for secound-color ( Accent )
 +
|| ↓[[Custom_Car#Tables:_IDs_for_Colors_and_Materials|Sample image]]
 
|-
 
|-
| skinMaterialType3 || 0 = Glossy; 1 = Matte;  2 = Satin; 3 = Satin Metallic, 4 = Metallic, 5 = Chrome, 6 = Clear Chrome
+
| skinMaterialType3 || {{yes C|}} || surface finish for secound third-color ( Trim )
 
|-
 
|-
| rimColor1Id || select Base-Color for rim: [[Custom_Car#Color_and_Material_IDs|Color and Material IDs]]
+
| rimColor1Id || {{yes C|}} || Basic colour for the rims ||  [[Custom_Car#IDs_Tables|see here ↓]]
 
|-
 
|-
| rimColor2Id || select second Color for rims ''( ring )'': [[Custom_Car#Color_and_Material_IDs|Color and Material IDs]]
+
| rimColor2Id || {{yes C|}} || second color for the rims ( ring ) ||  [[Custom_Car#IDs_Tables|see here ↓]]
 
|-
 
|-
| rimMaterialType1 || 1 = Glossy2 = Matte; 3 = Satin Metallic, 4 = Metallic, 5 = Chrome
+
| rimMaterialType1 || {{yes C|}} || surface finish for the base-color of the rims ( Base ) || rowspan="2"|
 +
* 1 = Glossy
 +
* 2 = Matte
 +
* 3 = Metallic-Satin
 +
* 4 = Metallic
 +
* 5 = Chrome
 
|-
 
|-
| rimMaterialType2 || 1 = Glossy;  2 = Matte; 3 = Satin Metallic, 4 = Metallic, 5 = Chrome
+
| rimMaterialType2 || {{yes C|}} || surface finish for the secound-color of the rims ( Accent )
 
|-
 
|-
| teamName || Enter the name of your team here. The name is displayed "Vehicle selection / Team".
+
| teamName || {{yes C|}} || Enter the name of your team here || || The name then appears in the team selection.
 
|-
 
|-
| nationality || ..
+
| nationality || || ||  0 Other, 49 Andorra, 14 Argentina, 28 Armenia, 50 Azerbaijan, 41 Australia,  9 Austria, 79 Bahrain,  7 Belgium, 17 Brazil, 51 Bulgaria, 34 Canada, 82 Chile, 35 China, 81 Chinese Taipei, 47 Columbia, 33 Croatia, 52 Cuba, 53 Czech Republic, 32 Denmark, 86 England, 54 Estonia, 31 Finland,  3 France, 55 Georgia,  2 Germany,  5 Great Britain, 22 Greece, 46 Hong Kong,  6 Hungaria, 56 India, 38 Indonesia, 78 Iran, 16 Ireland, 57 Israel,  1 Italy, 58 Jamaica, 48 Japan, 45 Kuwait, 59 Latvia, 27 Lebanon, 60 Lithuania, 44 Luxembourg, 61 Macao, 84 Madagascar, 62 Malysia, 85 Malta, 29 Mexico, 15 Monaco, 63 Nepal, 12 Netherlands, 64 New Caledonia, 40 New Zealand, 65 Nigeria, 66 Northern Ireland, 24 Norway, 21 Oman, 67 Paua New Guinea, 68 Philippines, 13 Poland, 36 Portugal, 19 Puerto Rico, 69 Qatar, 70 Rumania, 10 Russia, 42 San Marino, 23 Saudi Arabia, 72 Scotland, 72 Serbia, 37 Singapore, 20 Slovakia, 73 Slovenia, 18 South Afrika, 26 South Korea,  4 Spain, 30 Sweden,  8 Switzerland, 74 Taiwan, 11 Thailand, 25 Turkey, 75 Ukraine, 43 United Arab Emirates, 83 Uruguay, 39 USA, 76 Venezuela, 77 Wales, 80 Zimbabwe
 
|-
 
|-
| displayName || ..
+
| displayName ||
 
|-
 
|-
| competitorName || ...
+
| competitorName ||
 
|-
 
|-
| competitorNationality || ...
+
| competitorNationality ||
 
|-
 
|-
| teamTemplateKey || ...
+
| teamTemplateKey ||
 
|-
 
|-
| carModelType || enter the corresponding ID for the vehicle model: [[Custom_Car#Car_ID.27s_.2F_Template_ID.27s|Car ID's / Template ID's]].
+
| carModelType || {{yes C|}} || ID for the vehicle model || [[Custom_Car#IDs_Tables|see here ↓]]
 
|-
 
|-
| licenseType || ...
+
| cupCategory || {{yes C|}} || Driver drives in the Cup category ||
 +
* 0 = All
 +
* 1 = ProAm
 +
* 2 = AM
 +
* 3 = Silver
 +
* 4 = National
 +
||
 
|-
 
|-
| cupCategory || Driver drives in the Cup-Category: 0 = Alles ; 1 = ProAm ; 2 = Am ; 3 = Silver ; 4 = National <span style="color:red;">''( works only if file connected with entrylist.json ??? )''</span>
+
| licenseType ||
 
|-
 
|-
| useEnduranceKit || select Normal Bodykit = 0; Endurance-Bodykit = 1 <span style="color:red;">''( BUG! Edurance-kit only )''</span>
+
| useEnduranceKit || || choose: ||
 +
* 0 = Normal Bodykit
 +
* 1 = Endurance-Bodykit
 +
|| <span style="color:red;">BUG! Endurance-BodyKit is always on</span>
 
|-
 
|-
| customSkinName || ...
+
| customSkinName ||
 
|-
 
|-
| bannerTemplateKey || ...
+
| bannerTemplateKey ||
 
|}
 
|}
  
=== Car ID's / Template ID's === <!--T:4-->
+
=== decals.png & sponsors.png === <!--T:75-->
<code>"carModelType": ; "skinTemplateKey": ;</code>
+
 
 +
<!--T:76-->
 +
* Now you can look around for templates for the vehicles, I found the following:
 +
** schwarzbierbude - SBB Templates: [http://www.schwarzbierbude.de/component/option,com_remository/Itemid,26/func,select/id,160/lang,de/ Downloads > ACC Car Templates]
 +
** https://www.racedepartment.com/downloads/acc-gt4-templates-part-1.34995/
 +
** https://www.racedepartment.com/downloads/acc-gt4-templates-part-2-1-0.35014/
 +
* you use these to draw your design and export it to your folder as a PNG file format
 +
 
 +
=== decals.json & sponsors.json === <!--T:47-->
 +
 
 +
<!--T:61-->
 +
The material properties can be changed using the files '''decals.json''' or '''sponsors.json'''
 +
 
 +
<!--T:62-->
 +
Here is a list of presets that you can use to get the same materials as in ACC in game livery editor.
 +
 
 +
<!--T:63-->
 +
'''Glossy:'''
 +
    "baseRoughness": 0,
 +
    "clearCoat": 1,
 +
    "clearCoatRoughness": 0,
 +
    "metallic": 0
 +
 
 +
<!--T:64-->
 +
'''Matte:'''
 +
    "baseRoughness": 0.45,
 +
    "clearCoat": 0.3,
 +
    "clearCoatRoughness": 0.6,
 +
    "metallic": 0
 +
 
 +
<!--T:65-->
 +
'''Satin:'''
 +
    "baseRoughness": 0.45,
 +
    "clearCoat": 0.1,
 +
    "clearCoatRoughness": 0.3,
 +
    "metallic": 0
 +
 
 +
<!--T:66-->
 +
'''Satin Metallic:'''
 +
    "baseRoughness": 0.3,
 +
    "clearCoat": 0.5,
 +
    "clearCoatRoughness": 0.3,
 +
    "metallic": 0.7
 +
 
 +
<!--T:67-->
 +
'''Metallic:'''
 +
    "baseRoughness": 0,
 +
    "clearCoat": 1,
 +
    "clearCoatRoughness": 0,
 +
    "metallic": 0.625
 +
 
 +
<!--T:68-->
 +
'''Chrome:'''
 +
    "baseRoughness": 0,
 +
    "clearCoat": 1,
 +
    "clearCoatRoughness": 0,
 +
    "metallic": 0.9
 +
 
 +
=== decals_0/ _1.dds  & sponsors_0/ _1.dds === <!--T:77-->
 +
 
 +
<!--T:78-->
 +
While working on your project, you should prevent the DDS files automatically generated by the game from being generated. Because with every change to the PNG file, the dds files must first be deleted in order to be able to see the changes in the game. In addition, the generation process takes several seconds, depending on the resolution of the PNG file. ''( 2K fast / 4K over 1 second / 8K several seconds )''
 +
 
 +
<!--T:79-->
 +
* go to File menuSettings.json: Documents \ Assetto Corsa Competizione \ Config
 +
* search to ”texDDS”: 1,
 +
* change value 1 to 0 ''( change only if ACC is not running )''
 +
 
 +
== Team editing in Game == <!--T:34-->
 +
 
 +
<!--T:35-->
 +
you can get there on the following paths in the game:
 +
* Driver Profile / Costumize
 +
 
 +
<!--T:36-->
 +
If you want to edit outside of the game, go to:
 +
* C: \ Users \ ***username*** \ Documents \ Assetto Corsa Competizione \ Customs\Drivers
 +
* You can find the description here: [[Custom Car#Text-Editor: Team|Text-Editor: Team]]
 +
 
 +
<!--T:37-->
 +
[[File:Customization.png|750px]]
 +
 
 +
<!--T:39-->
 +
your find .json-Files here: C:\Users\***username***\Documents\Assetto Corsa Competizione\Customs\Drivers
 +
 
 +
=== driver1.json, driver2.json, driver3.json  === <!--T:40-->
  
<!--T:12-->
+
<!--T:41-->
{| class="wikitable sortable"
+
{| class="wikitable" style="width:100%;"
 
|-
 
|-
! Car !! ID  !! Template ID 100 !! Template ID 101 !! Template ID 102 !! Template ID 103 !! Template ID 104
+
! style="width:180px;"| File Content !! style="width:150px;"| Settings !! Description
 +
|- style="vertical-align:top;"
 +
| rowspan="40"|
 +
<span style="color:red; font-weight:bold;">{</span></br>
 +
"firstName": "First",</br>
 +
"lastName": "Teammate",</br>
 +
"shortName": "FTM",</br>
 +
"nationality": 2,</br>
 +
"driverCategory": 2,</br>
 +
"helmetTemplateKey": 508,</br>
 +
"helmetBaseColor": 531,</br>
 +
"helmetDetailColor": 521,</br>
 +
"helmetMaterialType": 1,</br>
 +
"helmetGlassColor": 7,</br>
 +
"helmetGlassMetallic": 0.0,</br>
 +
"glovesTemplateKey": 12,</br>
 +
"suitTemplateKey": 503,</br>
 +
"suitDetailColor1": 350,</br>
 +
"suitDetailColor2": 531,</br>
 +
"playerID": "0",</br>
 +
"aiSkill": 100,</br>
 +
"aiAggro": 50,</br>
 +
"aiRainSkill": 50,</br>
 +
"aiConsistency": 50</br>
 +
<span style="color:red; font-weight:bold;">}</span>
 
|-
 
|-
| '''Porsche 991 GT3''' || '''0''' || [[File:Cars 0 100.jpg|150px]] || [[File:Cars 0 101.jpg|150px]] || [[File:Cars 0 102.jpg|150px]] || [[File:Cars 0 103.jpg|150px]] || Carbon
+
| firstName ||  
 
|-
 
|-
| '''Mercedes AMG GT3''' || '''1''' || [[File:Cars 1 100.jpg|150px]] || [[File:Cars 1 101.jpg|150px]] || [[File:Cars 1 102.jpg|150px]] || [[File:Cars 1 103.jpg|150px]] || [[File:Cars 1 104.jpg|150px]]
+
| lastName ||  
 
|-
 
|-
| '''Ferrari 488 GT3''' || '''2''' || [[File:Cars 2 100.jpg|150px]] || [[File:Cars 2 101.jpg|150px]] || [[File:Cars 2 102.jpg|150px]] || Carbon || Carbon
+
| shortName ||  
 
|-
 
|-
| '''Audi R8 GT3 2015''' || '''3''' || [[File:Cars 3 100.jpg|150px]] || [[File:Cars 3 101.jpg|150px]] || [[File:Cars 3 102.jpg|150px]] || [[File:Cars 3 103.jpg|150px]] || [[File:Cars 3 104.jpg|150px]]
+
| nationality ||  
 
|-
 
|-
| '''Lamborghini Huracan GT3''' || '''4''' || [[File:Cars 4 100.jpg|150px]] || [[File:Cars 4 101.jpg|150px]] || [[File:Cars 4 102.jpg|150px]] || Carbon || Carbon
+
| driverCategory || 0 for a Bronze driver, 1 for a Silver driver, 2 for a Gold driver and 3 for a Platinum driver.
 
|-
 
|-
| '''McLaren 650s GT3''' || '''5''' || [[File:Cars 5 100.jpg|150px]] || [[File:Cars 5 101.jpg|150px]] || [[File:Cars 5 102.jpg|150px]] || Carbon || Carbon
+
| helmetTemplateKey ||  
 
|-
 
|-
| '''Nissan GT-R Nismo GT3 2018''' || '''6''' || [[File:Cars 6 100.jpg|150px]] || [[File:Cars 6 101.jpg|150px]] || [[File:Cars 6 102.jpg|150px]] || Carbon || Carbon
+
| helmetBaseColor ||  
 
|-
 
|-
| '''BMW M6 GT3''' || '''7''' || [[File:Cars 7 100.jpg|150px]] || [[File:Cars 7 101.jpg|150px]] || [[File:Cars 7 102.jpg|150px]] || Carbon || Carbon
+
| helmetDetailColor ||  
 
|-
 
|-
| '''Bentley Continental GT3 2018''' || '''8''' || [[File:Cars 8 100.jpg|150px]] || [[File:Cars 8 101.jpg|150px]] || [[File:Cars 8 102.jpg|150px]] || Carbon || Carbon
+
| helmetMaterialType ||  
 
|-
 
|-
| '''Porsche 991.2 GT3 Cup''' || '''9''' || [[File:Cars 9 100.jpg|150px]]<br /> ID 100 || [[File:Cars 9 101.jpg|150px]]<br /> ID 101 || [[File:Cars 9 102.jpg|150px]]<br /> ID 102 || [[File:Cars 9 103.jpg|150px]]<br /> ID 103 || [[File:Cars 9 104.jpg|150px]]<br /> ID 104
+
| helmetGlassColor ||  
 
|-
 
|-
| '''Porsche 991.2 GT3 Cup''' || '''9''' ||  [[File:Cars 9 105.jpg|150px]]<br /> ID 105 || [[File:Cars 9 106.jpg|150px]]<br /> ID 106 || [[File:Cars 9 107.jpg|150px]]<br /> ID 107 ||  [[File:Cars 9 108.jpg|150px]]<br /> ID 108 || [[File:Cars 9 109.jpg|150px]]<br /> ID 109
+
| helmetGlassMetallic ||  
 
|-
 
|-
| '''Nissan GT-R Nismo GT3 2015''' || '''10''' || [[File:Cars 10 100.jpg|150px]] || [[File:Cars 10 101.jpg|150px]] || [[File:Cars 10 102.jpg|150px]] || Carbon || Carbon
+
| glovesTemplateKey ||  
 
|-
 
|-
| '''Bentley Continental GT3 2016''' || '''11''' || [[File:Cars 11 100.jpg|150px]] || [[File:Cars 11 101.jpg|150px]] || [[File:Cars 11 102.jpg|150px]] || Carbon || Carbon
+
| suitTemplateKey ||  
 
|-
 
|-
| '''Aston Martin Vantage V12 GT3''' || '''12''' || [[File:Cars 12 100.jpg|150px]] || [[File:Cars 12 101.jpg|150px]] || [[File:Cars 12 102.jpg|150px]] || Carbon || Carbon
+
| suitDetailColor1 ||  
 
|-
 
|-
| '''Lamborghini Gallardo R-EX''' || '''13''' || [[File:Cars 13 100.jpg|150px]] || [[File:Cars 13 101.jpg|150px]] || [[File:Cars 13 102.jpg|150px]] || Carbon || Carbon
+
| suitDetailColor2 ||  
 
|-
 
|-
| '''Jaguar G3''' || '''14''' || [[File:Cars 14 100.jpg|150px]] || [[File:Cars 14 101.jpg|150px]] || [[File:Cars 14 102.jpg|150px]] || Carbon || Carbon
+
| playerID ||  
 
|-
 
|-
| '''Lexus RC F GT3''' || '''15''' || Standard 1 ||  Standard 2 || Carbon || Carbon || Carbon
+
| aiSkill ||  
 
|-
 
|-
| '''Lamborghini Huracan Evo 2019''' || '''16''' || [[File:Cars 16 100.jpg|150px]] || [[File:Cars 16 101.jpg|150px]] || [[File:Cars 16 102.jpg|150px]] || Carbon || [[File:Cars 16 104.jpg|150px]]
+
| aiAggro ||  
 
|-
 
|-
| '''Honda NSX GT3''' || '''17''' || [[File:Cars 17 100.jpg|150px]] || [[File:Cars 17 101.jpg|150px]] || [[File:Cars 17 102.jpg|150px]] || Carbon || Carbon
+
| aiRainSkill ||  
 
|-
 
|-
| '''Lamborghini Huracan SuperTrofeo''' || '''18''' || [[File:Cars 18 100.jpg|150px]] || [[File:Cars 18 101.jpg|150px]] || [[File:Cars 18 102.jpg|150px]] || Carbon || Carbon
+
| aiConsistency ||
 +
|}
 +
 
 +
== IDs Tables == <!--T:6-->
 +
 
 +
<!--T:55-->
 +
{| class="wikitable sortable"
 +
|-
 +
! Car !! carModelType !! skinTemplateKey !! auxLightKey !! sponsorId
 +
|-
 +
| '''Alpine A110 GT4''' || 50 || 100, 101, 102, 103 || 1
 
|-
 
|-
| '''Audi R8 LMS Evo 2019''' || '''19''' || [[File:Cars 19 100.jpg|150px]] || Carbon ||  Carbon ||  Carbon || [[File:Cars 19 104.jpg|150px]]
+
| '''Aston Martin Vantage V12 GT3''' || 12 || 100, 101, 102 || 1 - 2
 
|-
 
|-
| '''AMR V8 Vantage 2019''' || '''20''' || [[File:Cars 20 100.jpg|150px]] || Carbon  || Carbon || Carbon || Carbon
+
| '''Aston Martin Vantage V8 2019''' || 20 || 100, 101, 102, 103, 104, 105, 106 || 1 - 4
 
|-
 
|-
| '''Honda NSX Evo 2019''' || '''21''' || [[File:Cars 21 100.jpg|150px]] || [[File:Cars 21 101.jpg|150px]] || [[File:Cars 21 102.jpg|150px]]  || Carbon || Carbon
+
| '''Aston Martin Vantage GT4 || 51 || 100, 101, 102, 103 || 1
 
|-
 
|-
| '''McLaren 720S GT3 Special''' || '''22''' || [[File:Cars 22 100.jpg|150px]] || Carbon  || Carbon || Carbon || Carbon
+
| '''Audi R8 GT3 2015''' || 3 || 100, 101, 102, 103 || 1 - 9
 
|-
 
|-
| '''Porsche 991.2 GT3 R 2019''' || '''23''' || [[File:Cars 23 100.jpg|150px]] || [[File:Cars 23 101.jpg|150px]] || [[File:Cars 23 102.jpg|150px]] || Carbon || Carbon
+
| '''Audi R8 LMS Evo 2019''' || 19 || 100, 101, 102, 103, 104 || 1 - 10
 
|-
 
|-
! Car !! ID !! Template ID 100 !! Template ID 101 !! Template ID 102 !! Template ID 103 !! Template ID 104
+
| '''Audi R8 LMS Evo2 2022''' || 31 || ||
|}
+
|-
 
+
| '''Audi R8 LMS GT4''' || 52 || 100, 101, 102, 103, 104 || 1
=== LED IDs === <!--T:19-->
 
 
 
<!--T:20-->
 
Choose <code>"auxLightKey": ,</code>, and color  <code>"auxLightColor": ,</code> with  [[Custom_Car#Color_and_Material_IDs|Color and Material IDs]]. Set the value to 0 to avoid installing any LEDs
 
 
 
<!--T:21-->
 
{| class="wikitable mw-datatable"
 
 
|-
 
|-
! ↓ Car / LED ID → !! 1 !! 2 !! 3 !! 4 !! 5 !! 6 !! 7 !! 8 !! 9
+
| '''Bentley Continental GT3 2015''' || 11 || 100, 101, 102, 103, 104 || 1 - 3
 
|-
 
|-
| Aston Martin Vantage V12 GT3 || [[File:ledairducttop.jpg|120px]] || [[File:Ledmirrors.jpg|120px]]
+
| '''Bentley Continental GT3 2018''' || 8 || 100, 101, 102, 103, 104 || 1
 
|-
 
|-
| Aston Martin V8 Vantage 2019 || [[File:Ledairductsquareconic.jpg|120px]]
+
| '''BMW M2 Club Sport Racing''' || 27 ||  ||  
 
|-
 
|-
| Audi R8 GT3 2015 || [[File:Ledwindshieldleftright.jpg|120px]] || [[File:Ledwindshieldleft.jpg|120px]] || [[File:Ledairductsquare.jpg|120px]] || [[File:Ledwindshieldrighttotop.jpg|120px]] || [[File:Ledwindshieldtop.jpg|120px]] || [[File:Ledairduct2linesbottomwstop.jpg|120px]] || [[File:Ledaudisp1.jpg|120px]]
+
| '''BMW M4 GT4''' || 53 || 100, 101, 102, 103 || 1
 
|-
 
|-
| Audi R8 LMS Evo 2019 || [[File:Ledwindshieldleftright.jpg|120px]] || [[File:Ledwindshieldleft.jpg|120px]] || [[File:Ledairductsquare.jpg|120px]] || [[File:Ledwindshieldrighttotop.jpg|120px]] || [[File:Ledwindshieldtop.jpg|120px]] || [[File:Ledairduct2linesbottomwstop.jpg|120px]] || [[File:Ledaudisp1.jpg|120px]] || [[File:Ledwindshield3squaressmall.jpg|120px]] || [[File:Ledairductsquareconic.jpg|120px]]
+
| '''BMW M4 GT3''' || 30 || ||  
 
|-
 
|-
| Bentley Continental GT3 2016 || [[File:ledairducttop.jpg|120px]] || [[File:Ledgrillframe.jpg|120px]] || [[File:LedgrillframeU.jpg|120px]] || [[File:Ledmirrors2.jpg|120px]]
+
| '''BMW M6 GT3''' || 7 || 100, 101, 102, 103, 104 || 1 - 3
 
|-
 
|-
| Bentley Continental GT3 2018 || [[File:Ledgrillframe.jpg|120px]]
+
| '''Chevrolet Camaro GT4''' || 55 || 100, 101, 102, 103 || 1 - 2
 
|-
 
|-
| BMW M6 GT3 || [[File:Ledwindshieldtopadtop.jpg|120px]] || [[File:Ledwindshieldtop.jpg|120px]] || [[File:Ledairduct2linevertical.jpg|120px]] || [[File:Ledgrillkidney.jpg|120px]] || [[File:Ledwindshild1smallsquareright.jpg|120px]]
+
| '''Emil Frey Jaguar G3''' || 14 || 100 || 1
 
|-
 
|-
| Emil Frey Jaguar G3 || [[File:Ledwindshieldleft.jpg|120px]]
+
| '''Ferrari 488 Challenger Evo''' || 26 ||  ||  
 
|-
 
|-
| Ferrari 488 GT3 || [[File:Ledwindshieldrighttotop.jpg|120px]] || [[File:Ledairduct3frame.jpg|120px]] || [[File:Ledairduct3frametopshort.jpg|120px]] || [[File:Ledwindshieldlefttopshort.jpg|120px]] || [[File:Ledwindshieldleft.jpg|120px]] || [[File:Ledwindshieldtop.jpg|120px]] || [[File:Ledwindshild1smallsquareright.jpg|120px]]
+
| '''Ferrari 488 GT3''' || 2 || 100, 101, 102, 103, 104 || 1 - 9
 
|-
 
|-
| Honda NSX GT3 || [[File:Ledwindshield2linetotop.jpg|120px]] || [[File:Ledwindshieldrighttotop.jpg|120px]] || [[File:Ledwindshieldtop.jpg|120px]] || [[File:LedgrillframeUtop.jpg|120px]] || [[File:Ledgrillframe.jpg|120px]]
+
| '''Ferrari 488 GT3 Evo''' || 24 || 100, 101, 102, 103, 104 || 1 - 10
 
|-
 
|-
| Honda NSX Evo 2019 || [[File:Ledwindshield2linetotop.jpg|120px]] || [[File:Ledwindshieldrighttotop.jpg|120px]] || [[File:Ledwindshieldtop.jpg|120px]] || [[File:LedgrillframeUtop.jpg|120px]] || [[File:Ledgrillframe.jpg|120px]]
+
| '''Ginetta G55 GT4''' || 56 || 100, 101, 102, 103 || 1
 
|-
 
|-
| Lamborghini Gallardo R-EX || no LEDs
+
| '''Honda NSX GT3''' || 17 || 100, 101, 102, 103, 104 || 1 - 6
 
|-
 
|-
| Lamborghini Huracan GT3 || [[File:Ledwindshieldleftright.jpg|120px]] || [[File:Ledwindshieldleft.jpg|120px]] || [[File:Ledairductsquareconic.jpg|120px]] || [[File:Ledwindshieldrighttotopshort.jpg|120px]] || [[File:Ledwindshieldrighttotop.jpg|120px]] || [[File:Ledairductsquareconictmid.jpg|120px]] || [[File:Ledbonnetright.jpg|120px]] || [[File:Ledairduct2linesverticalrightwindow.jpg|120px]] || [[File:Ledwindshieldrightshort.jpg|120px]]
+
| '''Honda NSX Evo 2019''' || 21 || 100, 101, 102 || 1 - 6
 
|-
 
|-
| Lamborghini Huracan Evo 2019 || [[File:Ledwindshieldleftright.jpg|120px]] || [[File:Ledwindshieldleft.jpg|120px]] || [[File:Ledairductsquareconic.jpg|120px]] || [[File:Ledwindshieldrighttotopshort.jpg|120px]] || [[File:Ledwindshieldrighttotop.jpg|120px]] || [[File:Ledairductsquareconictmid.jpg|120px]] || [[File:Ledbonnetright.jpg|120px]] || [[File:Ledairduct2linesverticalrightwindow.jpg|120px]] || [[File:Ledwindshieldrightshort.jpg|120px]]
+
| '''KTM X-Bow GT4''' || 57 || 100, 101, 102, 103 || 1
 
|-
 
|-
| Lamborghini Huracan Super Trofeo || [[File:Ledwindshieldleftright.jpg|120px]] || [[File:Ledwindshieldleft.jpg|120px]] || [[File:Ledbonnetright.jpg|120px]] || [[File:Ledwindshieldrighttotopshort.jpg|120px]] || [[File:Ledwindshieldrighttotop.jpg|120px]] || [[File:Ledtopmiddle.jpg|120px]]
+
| '''Lamborghini Gallardo R-EX''' || 13 || 100, 101, 102 || no LEDs
 
|-
 
|-
| Lexus RC F GT3 || [[File:Ledwindshieldtoontop.jpg|120px]]
+
| '''Lamborghini Huracan GT3''' || 4 || 100, 101, 102 || 1 - 9
 
|-
 
|-
| McLaren 650s GT3 || [[File:Ledwindshieldtop.jpg|120px]] || [[File:Ledgrillframe.jpg|120px]]
+
| '''Lamborghini Huracan Evo 2019''' || 16 || 100, 101, 102, 103, 104 || 1 - 11
 
|-
 
|-
| McLaren 720S GT3 Special || no LEDs
+
| '''Lamborghini Huracan SuperTrofeo''' || 18 || 100, 101, 102, 103, 104 || 1 - 6
 
|-
 
|-
| Mercedes AMG GT3 || [[File:Ledairductframe.jpg|120px]] || [[File:Ledwindschieldtophortadtop.jpg|120px]] || [[File:ledairducttop.jpg|120px]] || [[File:Ledantennalong.jpg|120px]] || [[File:Ledtoplright.jpg|120px]] || [[File:LedtopU.jpg|120px]] || [[File:Ledantennashort.jpg|120px]] || [[File:Ledwindshieldleftright.jpg|120px]] || [[File:Ledairductmiddle.jpg|120px]]
+
| '''Lamborghini Huracan SuperTrofeo Evo2''' || 29 || ||  
 
|-
 
|-
| Nissan GT-R Nismo GT3 2015 || [[File:Ledwindshieldrighttotop.jpg|120px]]
+
| '''Lexus RC F GT3''' || 15 || 100, 101 || 1 - 2
 
|-
 
|-
| Nissan GT-R Nismo GT3 2018 || [[File:Ledwindshieldrighttotopgrilltop.jpg|120px]]
+
| '''Maserati MC GT4''' || 58 || 100, 101, 102, 103 || 1
 
|-
 
|-
| Porsche 991 GT3 || [[File:Ledwindshieldleft.jpg|120px]] || [[File:ledairducttop.jpg|120px]] || [[File:Ledairductbottom.jpg|120px]]
+
| '''McLaren 570S GT4''' || 59 || 100 || 1
 
|-
 
|-
| Porsche 991.2 GT3 Cup || colspan="9"| All have standard LEDs in the 2019 selection. 2018 selection no LEDs.
+
| '''McLaren 650s GT3''' || 5 || 100, 101 || 1 - 2
 
|-
 
|-
| Porsche 991.2 GT3 R 2019 || [[File:Ledairductframe.jpg|120px]] || [[File:Ledunderblancpain.jpg|120px]] || [[File:Ledwindshieldleft.jpg|120px]]
+
| '''McLaren 720S GT3 Special''' || 22 || 100 || 1
 
|-
 
|-
! ↑ Car / LED ID → !! 1 !! 2 !! 3 !! 4 !! 5 !! 6 !! 7 !! 8 !! 9
+
| '''Mercedes AMG GT3''' || 1 || 100, 101, 102, 103, 104 || 1 - 17
|}
 
 
 
=== Sponsor ID's === <!--T:5-->
 
<code>"sponsorid": ,</code>
 
 
 
<!--T:16-->
 
<span style="color:red;">'''Caution:''' 2 Bugs</span>
 
* on 2019er ''(acc v1.1)'' cars they are not yet displayed
 
* in saved repetitions the main sponsors are not displayed
 
 
 
<!--T:13-->
 
{| class="wikitable sortable"
 
 
|-
 
|-
! Sponsor !! Dark !! ID !! ID !! Light
+
| '''Mercedes AMG GT3 2020''' || 25 || 100, 101, 102, 103, 104 || 4 - 19
 
|-
 
|-
| not a sponsor || [[File:Sponsor id 00.jpg|Sponsor id 00.jpg]] || 0 || 0 || [[File:Sponsor id 0.jpg|Sponsor id 0.jpg]]
+
| '''Mercedes AMG GT4''' || 60 || 100, 101, 102, 103, 104 || 1 - 3
 
|-
 
|-
| '''Fanatec''' || [[File:Sponsor id 1.jpg|Sponsor id 1.jpg]] || 1 || 2 || [[File:Sponsor id 2.jpg|Sponsor id 2.jpg]]
+
| '''Nissan GT-R Nismo GT3 2015''' || 10 || 100, 101, 102, 103 || 1
 
|-
 
|-
| '''Thrustmaster''' || [[File:Sponsor id 3.jpg|Sponsor id 3.jpg]] || 3 || 4 || [[File:Sponsor id 4.jpg|Sponsor id 4.jpg]]
+
| '''Nissan GT-R Nismo GT3 2018''' || 6 || 100, 101, 102, 103, 104 || 1 - 4
 
|-
 
|-
| '''Logitech''' || [[File:Sponsor id 5.jpg|Sponsor id 5.jpg]] || 5 || 6 || [[File:Sponsor id 6.jpg|Sponsor id 6.jpg]]
+
| '''Porsche 718 Cayman GT4''' || 61 || 100, 101, 102, 103 || 1
 
|-
 
|-
| '''Nvidia''' || [[File:Sponsor id 7.jpg|Sponsor id 7.jpg]] || 7 || 8 || [[File:Sponsor id 8.jpg|Sponsor id 8.jpg]]
+
| '''Porsche 991 GT3''' || 0 || 100, 101, 102, 103, 104 || 1 - 3
 
|-
 
|-
| '''Sparco Gaming''' || [[File:Sponsor id 9.jpg|Sponsor id 9.jpg]] || 9 || 10 || [[File:Sponsor id 10.jpg|Sponsor id 10.jpg]]
+
| '''Porsche 991 II GT3 Cup''' || 9 || 100, 101, 102, 103, 104, 105, 106, 107, 108, 109 || 1
 
|-
 
|-
| '''rseat''' || [[File:Sponsor id 11.jpg|Sponsor id 11.jpg]] || 11 || 12 || [[File:Sponsor id 12.jpg|Sponsor id 12.jpg]]
+
| '''Porsche 991 II GT3 R 2019''' || 23 || 100, 101, 102, 103, 104, 105 || 1 - 3
 
|-
 
|-
| '''AK Informatica''' || [[File:Sponsor id 13.jpg|Sponsor id 13.jpg]] || 13 || 14 || [[File:Sponsor id 14.jpg|Sponsor id 14.jpg]]
+
| '''Porsche 992 GT3 Cup''' || 28 || ||  
 
|-
 
|-
| '''Assetto Corsa Competizione''' || [[File:Sponsor id 15.jpg|Sponsor id 15.jpg]] || 15 || 16 || [[File:Sponsor id 16.jpg|Sponsor id 16.jpg]]
+
| ? || 54 || ? || ?
 
|}
 
|}
  
=== Color and Material IDs === <!--T:6-->
+
<!--T:56-->
 +
Fanatec, Thrustmaster, Logitech, Nvidia, Sparco Gaming, rseat, AK Informatica, Assetto Corsa Competizione
  
 
<!--T:31-->
 
<!--T:31-->
Line 344: Line 442:
 
| '''338''' || [[File:338_0.jpg|338_0]] || [[File:338_1.jpg|338_1]] || [[File:338_2.jpg|338_2]] || [[File:338_3.jpg|338_3]] || [[File:338_4.jpg|338_4]] || [[File:338_5.jpg|338_5]] || [[File:338_6.jpg|338_6]]
 
| '''338''' || [[File:338_0.jpg|338_0]] || [[File:338_1.jpg|338_1]] || [[File:338_2.jpg|338_2]] || [[File:338_3.jpg|338_3]] || [[File:338_4.jpg|338_4]] || [[File:338_5.jpg|338_5]] || [[File:338_6.jpg|338_6]]
 
|}
 
|}
 +
 
</translate>
 
</translate>

Latest revision as of 16:48, 9 September 2023


Other languages:
Deutsch • ‎English • ‎italiano
Cars 8 101.jpg

In the game, you have the opportunity to create your own vehicle livery for each vehicle. The body can be modified externally or it can be replaced completely.
Operators of multiplayer servers can assign vehicle liveries, drivers or teams via an access list Server Configuration / entrylist.json.

InGame-Skin-Editor

  • select a Race Class & Team-Tile in Multiplayer or ...
  • select the "Open Series" in Single Player
  • click on "ADD" and choose one of the vehicle types

Individual Settings

  • Race Number
  • Team Name
  • Nationality
  • Banner & Sponsors
  • Livery-Template
  • Body and Tire colored pick

Livery Editor 0.png Livery Editor 1.png Livery Editor 2.png

How can I modify my paintwork outside of the game?

a skin mod consists of the file in the cars folder and a folder with several different files in the liveries folder. Your find here Documents \ Assetto Corsa Competizione \ Customs

  • ...Cars
    • myTeam.json
  • ...Liveries \ myTeamFolder \
    • decals.png & sponsors.png
    • decals.json & sponsors.json
    • decals_0.dds & sponsors_0.dds ( this file generates the game when you view your project in the showroom )
    • decals_1.dds & sponsors_1.dds ( this file generates the game when you look at your project on the track )
    • optional: ReadMe.txt

edit .json-File in "Cars"-Folder

First you have the possibility to edit the generated .json file. Go to:

  • Documents \ Assetto Corsa Competizione \ Customs \ Cars
  • there you will find the one .json file named as follows: example: 42-201016-095902.json ( RaceNumber-YYMMDD-time )
  • the file name can be changed
  • open you .json File
Settings InGame
Editor
Description Value Hints
carGuid
teamGuid
raceNumber Green check.webp set a favored starting number, from 1 to 998 possible 1, 2, ..., 998
  • if a driver with this number is on the server, then you will get the next free number
  • Admins have the possibility to assign certain start numbers via an access list
raceNumberPadding
  • 1 = one- and two-digit bib numbers are preceded by a 0
  • 0 = Start number is displayed as entered in "raceNumber"
auxLightKey Green check.webp position of auxiliary LEDs
  • 0 not LED
  • 1 to 19
  • depending on the vehicle, also less
  • depending on the vehicle in different places
auxLightColor Green check.webp Color of auxiliary LED-Lights see here ↓
skinTemplateKey Green check.webp Choose a pattern for the selected vehicle model see here ↓
  • Number 99 gives all-carbon look
skinColor1Id Green check.webp select Base-Color for state coach ( Base Layer ) see here ↓
skinColor2Id Green check.webp select Second-Color for state coach ( Accent )
skinColor3Id Green check.webp select Third-Color for state coach ( Trim )
sponsorId Green check.webp Prefabricated logos of the main sponsors
skinMaterialType1 Green check.webp surface finish for main-color ( Base Layer )
  • 0 = Glossy
  • 1 = Matte
  • 2 = Satin
  • 3 = Metallic-Satin
  • 4 = Metallic
  • 5 = Chrome
  • 6 = Clear Chrome
skinMaterialType2 Green check.webp surface finish for secound-color ( Accent ) Sample image
skinMaterialType3 Green check.webp surface finish for secound third-color ( Trim )
rimColor1Id Green check.webp Basic colour for the rims see here ↓
rimColor2Id Green check.webp second color for the rims ( ring ) see here ↓
rimMaterialType1 Green check.webp surface finish for the base-color of the rims ( Base )
  • 1 = Glossy
  • 2 = Matte
  • 3 = Metallic-Satin
  • 4 = Metallic
  • 5 = Chrome
rimMaterialType2 Green check.webp surface finish for the secound-color of the rims ( Accent )
teamName Green check.webp Enter the name of your team here The name then appears in the team selection.
nationality 0 Other, 49 Andorra, 14 Argentina, 28 Armenia, 50 Azerbaijan, 41 Australia, 9 Austria, 79 Bahrain, 7 Belgium, 17 Brazil, 51 Bulgaria, 34 Canada, 82 Chile, 35 China, 81 Chinese Taipei, 47 Columbia, 33 Croatia, 52 Cuba, 53 Czech Republic, 32 Denmark, 86 England, 54 Estonia, 31 Finland, 3 France, 55 Georgia, 2 Germany, 5 Great Britain, 22 Greece, 46 Hong Kong, 6 Hungaria, 56 India, 38 Indonesia, 78 Iran, 16 Ireland, 57 Israel, 1 Italy, 58 Jamaica, 48 Japan, 45 Kuwait, 59 Latvia, 27 Lebanon, 60 Lithuania, 44 Luxembourg, 61 Macao, 84 Madagascar, 62 Malysia, 85 Malta, 29 Mexico, 15 Monaco, 63 Nepal, 12 Netherlands, 64 New Caledonia, 40 New Zealand, 65 Nigeria, 66 Northern Ireland, 24 Norway, 21 Oman, 67 Paua New Guinea, 68 Philippines, 13 Poland, 36 Portugal, 19 Puerto Rico, 69 Qatar, 70 Rumania, 10 Russia, 42 San Marino, 23 Saudi Arabia, 72 Scotland, 72 Serbia, 37 Singapore, 20 Slovakia, 73 Slovenia, 18 South Afrika, 26 South Korea, 4 Spain, 30 Sweden, 8 Switzerland, 74 Taiwan, 11 Thailand, 25 Turkey, 75 Ukraine, 43 United Arab Emirates, 83 Uruguay, 39 USA, 76 Venezuela, 77 Wales, 80 Zimbabwe
displayName
competitorName
competitorNationality
teamTemplateKey
carModelType Green check.webp ID for the vehicle model see here ↓
cupCategory Green check.webp Driver drives in the Cup category
  • 0 = All
  • 1 = ProAm
  • 2 = AM
  • 3 = Silver
  • 4 = National
licenseType
useEnduranceKit choose:
  • 0 = Normal Bodykit
  • 1 = Endurance-Bodykit
BUG! Endurance-BodyKit is always on
customSkinName
bannerTemplateKey

decals.png & sponsors.png

decals.json & sponsors.json

The material properties can be changed using the files decals.json or sponsors.json

Here is a list of presets that you can use to get the same materials as in ACC in game livery editor.

Glossy:

   "baseRoughness": 0,
   "clearCoat": 1,
   "clearCoatRoughness": 0,
   "metallic": 0

Matte:

   "baseRoughness": 0.45,
   "clearCoat": 0.3,
   "clearCoatRoughness": 0.6,
   "metallic": 0

Satin:

   "baseRoughness": 0.45,
   "clearCoat": 0.1,
   "clearCoatRoughness": 0.3,
   "metallic": 0

Satin Metallic:

   "baseRoughness": 0.3,
   "clearCoat": 0.5,
   "clearCoatRoughness": 0.3,
   "metallic": 0.7

Metallic:

   "baseRoughness": 0,
   "clearCoat": 1,
   "clearCoatRoughness": 0,
   "metallic": 0.625

Chrome:

   "baseRoughness": 0,
   "clearCoat": 1,
   "clearCoatRoughness": 0,
   "metallic": 0.9

decals_0/ _1.dds & sponsors_0/ _1.dds

While working on your project, you should prevent the DDS files automatically generated by the game from being generated. Because with every change to the PNG file, the dds files must first be deleted in order to be able to see the changes in the game. In addition, the generation process takes several seconds, depending on the resolution of the PNG file. ( 2K fast / 4K over 1 second / 8K several seconds )

  • go to File menuSettings.json: Documents \ Assetto Corsa Competizione \ Config
  • search to ”texDDS”: 1,
  • change value 1 to 0 ( change only if ACC is not running )

Team editing in Game

you can get there on the following paths in the game:

  • Driver Profile / Costumize

If you want to edit outside of the game, go to:

  • C: \ Users \ ***username*** \ Documents \ Assetto Corsa Competizione \ Customs\Drivers
  • You can find the description here: Text-Editor: Team

Customization.png

your find .json-Files here: C:\Users\***username***\Documents\Assetto Corsa Competizione\Customs\Drivers

driver1.json, driver2.json, driver3.json

File Content Settings Description

{
"firstName": "First",
"lastName": "Teammate",
"shortName": "FTM",
"nationality": 2,
"driverCategory": 2,
"helmetTemplateKey": 508,
"helmetBaseColor": 531,
"helmetDetailColor": 521,
"helmetMaterialType": 1,
"helmetGlassColor": 7,
"helmetGlassMetallic": 0.0,
"glovesTemplateKey": 12,
"suitTemplateKey": 503,
"suitDetailColor1": 350,
"suitDetailColor2": 531,
"playerID": "0",
"aiSkill": 100,
"aiAggro": 50,
"aiRainSkill": 50,
"aiConsistency": 50
}

firstName
lastName
shortName
nationality
driverCategory 0 for a Bronze driver, 1 for a Silver driver, 2 for a Gold driver and 3 for a Platinum driver.
helmetTemplateKey
helmetBaseColor
helmetDetailColor
helmetMaterialType
helmetGlassColor
helmetGlassMetallic
glovesTemplateKey
suitTemplateKey
suitDetailColor1
suitDetailColor2
playerID
aiSkill
aiAggro
aiRainSkill
aiConsistency

IDs Tables

Car carModelType skinTemplateKey auxLightKey sponsorId
Alpine A110 GT4 50 100, 101, 102, 103 1
Aston Martin Vantage V12 GT3 12 100, 101, 102 1 - 2
Aston Martin Vantage V8 2019 20 100, 101, 102, 103, 104, 105, 106 1 - 4
Aston Martin Vantage GT4 51 100, 101, 102, 103 1
Audi R8 GT3 2015 3 100, 101, 102, 103 1 - 9
Audi R8 LMS Evo 2019 19 100, 101, 102, 103, 104 1 - 10
Audi R8 LMS Evo2 2022 31
Audi R8 LMS GT4 52 100, 101, 102, 103, 104 1
Bentley Continental GT3 2015 11 100, 101, 102, 103, 104 1 - 3
Bentley Continental GT3 2018 8 100, 101, 102, 103, 104 1
BMW M2 Club Sport Racing 27
BMW M4 GT4 53 100, 101, 102, 103 1
BMW M4 GT3 30
BMW M6 GT3 7 100, 101, 102, 103, 104 1 - 3
Chevrolet Camaro GT4 55 100, 101, 102, 103 1 - 2
Emil Frey Jaguar G3 14 100 1
Ferrari 488 Challenger Evo 26
Ferrari 488 GT3 2 100, 101, 102, 103, 104 1 - 9
Ferrari 488 GT3 Evo 24 100, 101, 102, 103, 104 1 - 10
Ginetta G55 GT4 56 100, 101, 102, 103 1
Honda NSX GT3 17 100, 101, 102, 103, 104 1 - 6
Honda NSX Evo 2019 21 100, 101, 102 1 - 6
KTM X-Bow GT4 57 100, 101, 102, 103 1
Lamborghini Gallardo R-EX 13 100, 101, 102 no LEDs
Lamborghini Huracan GT3 4 100, 101, 102 1 - 9
Lamborghini Huracan Evo 2019 16 100, 101, 102, 103, 104 1 - 11
Lamborghini Huracan SuperTrofeo 18 100, 101, 102, 103, 104 1 - 6
Lamborghini Huracan SuperTrofeo Evo2 29
Lexus RC F GT3 15 100, 101 1 - 2
Maserati MC GT4 58 100, 101, 102, 103 1
McLaren 570S GT4 59 100 1
McLaren 650s GT3 5 100, 101 1 - 2
McLaren 720S GT3 Special 22 100 1
Mercedes AMG GT3 1 100, 101, 102, 103, 104 1 - 17
Mercedes AMG GT3 2020 25 100, 101, 102, 103, 104 4 - 19
Mercedes AMG GT4 60 100, 101, 102, 103, 104 1 - 3
Nissan GT-R Nismo GT3 2015 10 100, 101, 102, 103 1
Nissan GT-R Nismo GT3 2018 6 100, 101, 102, 103, 104 1 - 4
Porsche 718 Cayman GT4 61 100, 101, 102, 103 1
Porsche 991 GT3 0 100, 101, 102, 103, 104 1 - 3
Porsche 991 II GT3 Cup 9 100, 101, 102, 103, 104, 105, 106, 107, 108, 109 1
Porsche 991 II GT3 R 2019 23 100, 101, 102, 103, 104, 105 1 - 3
Porsche 992 GT3 Cup 28
? 54 ? ?

Fanatec, Thrustmaster, Logitech, Nvidia, Sparco Gaming, rseat, AK Informatica, Assetto Corsa Competizione

"skinColor1Id": ; skinColor2Id": ; skinColor3Id": ; "rimColor1Id": ; "rimColor2Id": ;
"skinMaterialType1": ; "skinMaterialType2": ; "skinMaterialType3": ; "rimMaterialType1": ; "rimMaterialType2": ;
"auxLightColor": ;

Farben.png

Color ID Material ID 0 Material ID 1 Material ID 2 Material ID 3 Material ID 4 Material ID 5 Material ID 6
glossy matte satin satin-metallic Metallic chrome clear-chrome
0 0_0 0_1 0_2 0_3 0_4 0_5 0_6
41 0_0 41_1 0_2 0_3 0_4 0_5 0_6
150 150_0 150_1 150_2 150_3 150_4 150_5 150_6
223 223_0 223_1 223_2 223_3 223_4 223_5 223_6
285 241_0 241_1 241_2 241_3 241_4 241_5 241_6
285 285_0 285_1 285_2 285_3 285_4 285_5 285_6
338 338_0 338_1 338_2 338_3 338_4 338_5 338_6