Difference between revisions of "Data Files (San Andreas)"

From GTAMods Wiki
Jump to navigation Jump to search
Line 16: Line 16:
 
=== clothes.dat ===
 
=== clothes.dat ===
 
{{Incomplete}}
 
{{Incomplete}}
 +
  
 
=== furnitur.dat ===
 
=== furnitur.dat ===
Line 21: Line 22:
  
 
=== shopping.dat ===
 
=== shopping.dat ===
{{Incomplete}}
+
This is for everythin that you can buy. For vehicles it tells the game how much a car mod costs and how much it increases a stat like sexyness (thats my example because almost everything alters that). the clothes section of this file has what clothes are where (store) and how much it would cost. Clothes can effect sexyness and respect.
  
 
<!--- TODO: Add all data formats to this article --->
 
<!--- TODO: Add all data formats to this article --->
 
== Other files and formats ==
 
== Other files and formats ==
* [[carcols.dat]] &ndash; Contains information about car colors
+
* [[carcols.dat]] &ndash; Contains information about car colors including its id and its RGB
* [[gta.dat]] &ndash; General map listing informations
+
* [[gta.dat]] &ndash; General map listing informations witch tells the game what map files (IDE and IPL) to load
 
* [[Object.dat]] &ndash; Defines dynamic objects
 
* [[Object.dat]] &ndash; Defines dynamic objects
 
* [[Timecyc.dat]], [[Timecyc.dat|Timecycp.dat]] &ndash; Controls the weather and the game's look in various weather situations
 
* [[Timecyc.dat]], [[Timecyc.dat|Timecycp.dat]] &ndash; Controls the weather and the game's look in various weather situations
 
* [[Cutscene.dat]] &ndash; Contains cutscenes information in [[San Andreas]]
 
* [[Cutscene.dat]] &ndash; Contains cutscenes information in [[San Andreas]]
 
* [[surfaud.dat]] &ndash; Contains [[Collision File|collision]] mapping information
 
* [[surfaud.dat]] &ndash; Contains [[Collision File|collision]] mapping information
* [[water.dat]], [[water1.dat]] &ndash; Contains water information
+
* [[water.dat]], [[water1.dat]] &ndash; Contains water information such as water levels, and wave hight
 
{{Incomplete}}
 
{{Incomplete}}
  

Revision as of 16:18, 2 September 2010

This article only describes some of the data files of GTA San Andreas. For the complete list see the DAT article.

Data files are most files contain additional game information, usually used in the script and located in the ...\data\ folder of San Andreas' installation directory. Most of them have a .dat extension.

Common files and formats

default.dat

The default.dat file is usually located in the ...\data\ directory of the game. It's location cannot be changed without manipulating the game's memory. It uses the same notation as map listing files. All information in this file could also be transformed to the gta.dat file, but the file must not be removed, since the game expects it's existence.

Customisation and Shopping data

carmods.dat

This file decides what mods you can put on your car. Cirtain cars can have things like nitrus and hydrolics. It alsoo decides if your vehicle can use the mod shop. For example, you cant bring in a small plane, but you can bring in an admril (car).

clothes.dat

This section is incomplete. You can help by fixing and expanding it.


furnitur.dat

This file is actualy unused and can be left blank, but it must not be deleted, since the game tries to parse it. It originally contains information about furniture which was planned to be used for automatically generating different furniture in interiors. However, this file, and the interior models/collision files are not used by the game engine, and other required files are missing.

shopping.dat

This is for everythin that you can buy. For vehicles it tells the game how much a car mod costs and how much it increases a stat like sexyness (thats my example because almost everything alters that). the clothes section of this file has what clothes are where (store) and how much it would cost. Clothes can effect sexyness and respect.

Other files and formats

This section is incomplete. You can help by fixing and expanding it.

See also