GTA Wiki

Help required: categories

Hi everyone, please help us by filling out this form!


We are determining how players best define and/or differentiate the terms "game modes", "missions" and "activities". This will be used to help us develop a clear and logical category tree to house articles related to this type of content.


Thank you in advance for help!

READ MORE

GTA Wiki
GTA Wiki
19,871
pages
m (→‎Original Files: Fixed Link)
m (Reverted edits by Gagarsa05 (talk) to last version by Camilo Flores)
(11 intermediate revisions by 11 users not shown)
Line 1: Line 1:
 
{{toc}}
 
{{toc}}
The '''carcols.dat''' file sets the colours of vehicles for the [[GTA III era]] and [[GTA IV era]] games. When a vehicle spawns, it will take any of the colours specified in the carcols file. This is usually selected at random, although many spawns are of specific colours.
+
The '''Carcols.dat''' file sets the colours of vehicles for the [[3D Universe]] and [[HD Universe]] games. When a vehicle spawns, it will take any of the colours specified in the carcols file. This is usually selected at random, although many spawns are of specific colours.
   
The carcols.dat file is located in the "<code>Data</code>" folder in the GTA III Era, and the "<code>Common\Data</code>" folder in the GTA IV Era. It can be modified by any simple text editor.
+
The carcols.dat file is located in the "<code>Data</code>" folder in the 3D Universe, and the "<code>Common\Data</code>" folder in the HD Universe. It can be modified by any simple text editor.
   
 
The file is split up into a COL section (specifying the available colours) and a CAR section (assigning the colours to vehicles).
 
The file is split up into a COL section (specifying the available colours) and a CAR section (assigning the colours to vehicles).
 
   
 
==COL Section==
 
==COL Section==
 
The file contains the RGB colour codes for each colour to be used in the file. These colours can be referred to with their ID number, and listed (in pairs) next to each vehicle name to make those colours available for that vehicle (see CAR section). Each game has a separate default pallete of colours, so carcol entries are not generally transferable between games (without the pallete being altered).[[File:YakuzaStinger-GTAIII-Green.PNG|thumb|An edited [[Yakuza Stinger]] via the carcols.dat file in [[GTA III]]]]
   
 
Each COL line consists of the RGB value, the name of the colour, the prefix and description of the colour (used in police radio). After the # is a comment ignored by the game.
The file contains the RGB colour codes for each colour to be used in the file. These colours can be referred to with their ID number, and listed (in pairs) next to each vehicle name to make those colours available for that vehicle (see CAR section). Each game has a separate default pallete of colours, so carcol entries are not generally transferable between games (without the pallete being altered).
 
 
Each COL line consists of the RGB value, the name of the colour, the prefix and description of the colour (used in police radio). After the # is a comment ignored by the game.
 
   
For example, <code> 88,89,90,dark,grey # 3 pewter gray poly</code> is a dark-grey colour, with the RGB code (88,89,90) which the developers called "pewter gray poly". The prefix (dark) and colour (grey) are used together in police radio for describing the vehicle the suspect is in.
+
For example, <code>88,89,90,dark,grey # 3 pewter gray poly</code> is a dark-grey colour, with the RGB code (88,89,90) which the developers called "pewter gray poly". The prefix (dark) and colour (grey) are used together in police radio for describing the vehicle the suspect is in.
   
 
This is the start of the COL section in the carcols.dat of GTA IV, which begins with the black and grey colours.
 
This is the start of the COL section in the carcols.dat of GTA IV, which begins with the black and grey colours.
Line 25: Line 23:
 
88,89,90,dark,grey # 3 pewter gray poly
 
88,89,90,dark,grey # 3 pewter gray poly
 
156,161,163,-,silver # 4 silver stone poly
 
156,161,163,-,silver # 4 silver stone poly
150,145,140,-,silver # 5 winning silver poly
+
150,145,140,-,silver # 5 winning silver poly
   
In total, 133 colours are specified by default in GTA IV. When rendered, the colours are as follows:
+
In total, 134 colours are specified by default in GTA IV. When rendered, the colours are as follows:
   
 
{{/gtaivcol}}
 
{{/gtaivcol}}
   
   
Additional colours can be added simply by specifying a new entry in the COL section. This step is often required when installing [[Vehicle Modifications]], to allow the vehicles to use colours not included in the game by default.
+
Additional colours can be added simply by specifying a new entry in the COL section. This step is often required when installing Vehicle Modifications, to allow the vehicles to use colours not included in the game by default.
 
   
 
==CAR Section==
 
==CAR Section==
 
 
The CAR section is for listing the pairs of colours (from the pallete) available for each vehicle.
 
The CAR section is for listing the pairs of colours (from the pallete) available for each vehicle.
   
 
All vehicles require (at least) two separate colours for each option. Some vehicles can use these multiple colours, whether for separate parts of the body or for decals (signs). All vehicles have some non-colourable textures (such as the interior, fender, wheels). Some vehicles are entirely texture-based and not affected by colour (such as the [[Rhino]]).
 
All vehicles require (at least) two separate colours for each option. Some vehicles can use these multiple colours, whether for separate parts of the body or for decals (signs). All vehicles have some non-colourable textures (such as the interior, fender, wheels). Some vehicles are entirely texture-based and not affected by colour (such as the [[Rhino]]).
   
For a vehicle that requires two colours, they are specified in pairs (with a comma after each value and pair). Using the above GTA IV colour pallete, this example provides the options for the [[Kuruma]] being either black-and-grey (1,5) or red-and-red (33,33):
+
For a vehicle that requires two colours, they are specified in pairs (with a comma after each value and pair). Using the above ''GTA IV'' colour pallete, this example provides the options for the [[Kuruma]] being either black-and-grey (1,5) or red-and-red (33,33):
 
Kuruma, 1,5 33,33
 
   
 
Kuruma, 1,5 33,33
   
 
===CAR3 + CAR4===
 
===CAR3 + CAR4===
  +
For most of the 3D Universe, vehicles have no more than two colours, and so all have two values (as in the above example). In ''GTA San Andreas'', some vehicles require four colours. Where 4 values are required, these vehicles are listed separately in a CAR4 section.
   
For most of the GTA III Era, vehicles have no more than two colours, and so all have two values (as in the above example). In GTA San Andreas, some vehicles require four colours. Where 4 values are required, these vehicles are listed separately in a CAR4 section.
+
In ''GTA IV'', all vehicles require a specular (shine) colour and thus have 3 values, and so the main CAR section is named CAR3; whilst some also require a fourth colour and are listed in CAR4. For example, a CAR4 entry could be:
 
In GTA IV, all vehicles require a specular (shine) colour and thus have 3 values, and so the main CAR section is named CAR3; whilst some also require a fourth colour and are listed in CAR4. For example, a CAR4 entry could be:
 
   
 
futo, 32,0,30,1, 0,0,8,133
 
futo, 32,0,30,1, 0,0,8,133
   
 
Trainers and car-spawning utilities can override the colour of a vehicle whilst spawning or later, and do not rely entirely on the colours available to that vehicle in the CAR section of carcols. However, they are restricted to the colours available in the COL palette at the top of the carcols file.
 
Trainers and car-spawning utilities can override the colour of a vehicle whilst spawning or later, and do not rely entirely on the colours available to that vehicle in the CAR section of carcols. However, they are restricted to the colours available in the COL palette at the top of the carcols file.
 
 
   
 
==Original Files==
 
==Original Files==
 
On the following pages are the original Carcols.dat files from each game, and a rendering of each game's default colour pallete:
 
On the following pages are the original Carcols.dat files from each game, and a rendering of each game's default colour pallete:
   
*[[/gtaiv|GTA IV]]
+
<!--*''[[Carcols.ymt/gtav|GTA V]]''-->
*[[/gtasa|GTA San Andreas]]
+
*''[[Carcols.dat/GTAIV|GTA IV]]''
*[[/GTAVC|GTA Vice City]]
+
*''[[Carcols.dat/GTASA|GTA San Andreas]]''
*[[/gtaiii|GTA III]]
+
*''[[Carcols.dat/GTAVC|GTA Vice City]]''
  +
*''[[Carcols.dat/GTAIII|GTA III]]''
 
   
 
{{modding}}{{lowercase title}}
 
{{modding}}{{lowercase title}}

Revision as of 03:39, 9 August 2018

The Carcols.dat file sets the colours of vehicles for the 3D Universe and HD Universe games. When a vehicle spawns, it will take any of the colours specified in the carcols file. This is usually selected at random, although many spawns are of specific colours.

The carcols.dat file is located in the "Data" folder in the 3D Universe, and the "Common\Data" folder in the HD Universe. It can be modified by any simple text editor.

The file is split up into a COL section (specifying the available colours) and a CAR section (assigning the colours to vehicles).

COL Section

The file contains the RGB colour codes for each colour to be used in the file. These colours can be referred to with their ID number, and listed (in pairs) next to each vehicle name to make those colours available for that vehicle (see CAR section). Each game has a separate default pallete of colours, so carcol entries are not generally transferable between games (without the pallete being altered).

YakuzaStinger-GTAIII-Green

An edited Yakuza Stinger via the carcols.dat file in GTA III

Each COL line consists of the RGB value, the name of the colour, the prefix and description of the colour (used in police radio). After the # is a comment ignored by the game.

For example, 88,89,90,dark,grey # 3 pewter gray poly is a dark-grey colour, with the RGB code (88,89,90) which the developers called "pewter gray poly". The prefix (dark) and colour (grey) are used together in police radio for describing the vehicle the suspect is in.

This is the start of the COL section in the carcols.dat of GTA IV, which begins with the black and grey colours.

col
#BLACK's
10,10,10,-,black			# 0 black				
37,37,39,-,black			# 1 black poly				
#GREYS/SILVERS
101,106,121,-,grey			# 2 concord blue poly			
88,89,90,dark,grey			# 3 pewter gray poly			
156,161,163,-,silver			# 4 silver stone poly			
150,145,140,-,silver			# 5 winning silver poly

In total, 134 colours are specified by default in GTA IV. When rendered, the colours are as follows:

0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79
80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99
100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119
120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136


Additional colours can be added simply by specifying a new entry in the COL section. This step is often required when installing Vehicle Modifications, to allow the vehicles to use colours not included in the game by default.

CAR Section

The CAR section is for listing the pairs of colours (from the pallete) available for each vehicle.

All vehicles require (at least) two separate colours for each option. Some vehicles can use these multiple colours, whether for separate parts of the body or for decals (signs). All vehicles have some non-colourable textures (such as the interior, fender, wheels). Some vehicles are entirely texture-based and not affected by colour (such as the Rhino).

For a vehicle that requires two colours, they are specified in pairs (with a comma after each value and pair). Using the above GTA IV colour pallete, this example provides the options for the Kuruma being either black-and-grey (1,5) or red-and-red (33,33):

Kuruma, 1,5 33,33

CAR3 + CAR4

For most of the 3D Universe, vehicles have no more than two colours, and so all have two values (as in the above example). In GTA San Andreas, some vehicles require four colours. Where 4 values are required, these vehicles are listed separately in a CAR4 section.

In GTA IV, all vehicles require a specular (shine) colour and thus have 3 values, and so the main CAR section is named CAR3; whilst some also require a fourth colour and are listed in CAR4. For example, a CAR4 entry could be:

futo, 32,0,30,1,  0,0,8,133

Trainers and car-spawning utilities can override the colour of a vehicle whilst spawning or later, and do not rely entirely on the colours available to that vehicle in the CAR section of carcols. However, they are restricted to the colours available in the COL palette at the top of the carcols file.

Original Files

On the following pages are the original Carcols.dat files from each game, and a rendering of each game's default colour pallete:

Template:Modding