Difference between revisions of "Carmods.dat"

From GTAMods Wiki
Jump to navigation Jump to search
Line 1: Line 1:
{{Stub}}
 
 
 
The <code>carmods.dat</code> file is some kind of script and defines different rules for clothing ingame. There are different commands to generate special behaving rules for different clothes the player is able to buy ingame.
 
The <code>carmods.dat</code> file is some kind of script and defines different rules for clothing ingame. There are different commands to generate special behaving rules for different clothes the player is able to buy ingame.
  
 
== Format ==
 
== Format ==
{{Incomplete}}
+
The car modification settings file is split up into three different sections. Each of it has different influence on the ability to modify cars inside tuning shops in ''San Andreas''. Just like inside the [[IDE|item definition]] or [[IPL|item placement]] files those sections are identified by an unique string and terminated by the keyword '''end'''.
 +
 
 +
=== Links ===
 +
The <code>link</code> section virtually connects different car modification parts for the following <code>mods</code> section. Usually this is used to treat parts for the left and the right side of the car as one and save space inside the file. It does only define two values.
 +
 
 +
component, linked component
 +
 
 +
{|{{Prettytable}} width="100%"
 +
!width="250px"|Identifier
 +
!Description
 +
|-
 +
|component||The main component which should represent the second one. Both components are assumed to exist the same time as the other one.
 +
|-
 +
|linked component||The car component which get linked to the other one. It does not need to be defined somewhere else as long as the first one is defined.
 +
|}
 +
 
 +
=== Modifications ===
 +
The <code>mods</code> section defines possible car components for different cars.
 +
 
 +
=== Wheels ===
 +
The <code>wheels</code> section determinates which wheels can be bought in the different tuning shops.
  
 
== See also ==
 
== See also ==

Revision as of 23:10, 20 November 2010

The carmods.dat file is some kind of script and defines different rules for clothing ingame. There are different commands to generate special behaving rules for different clothes the player is able to buy ingame.

Format

The car modification settings file is split up into three different sections. Each of it has different influence on the ability to modify cars inside tuning shops in San Andreas. Just like inside the item definition or item placement files those sections are identified by an unique string and terminated by the keyword end.

Links

The link section virtually connects different car modification parts for the following mods section. Usually this is used to treat parts for the left and the right side of the car as one and save space inside the file. It does only define two values.

component, linked component
Identifier Description
component The main component which should represent the second one. Both components are assumed to exist the same time as the other one.
linked component The car component which get linked to the other one. It does not need to be defined somewhere else as long as the first one is defined.

Modifications

The mods section defines possible car components for different cars.

Wheels

The wheels section determinates which wheels can be bought in the different tuning shops.

See also