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

From GTAMods Wiki
Jump to navigation Jump to search
(Customisation and Shopping data)
m (undid section blanking)
Line 2: Line 2:
  
 
'''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 <code>.dat</code> extension.
 
'''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 <code>.dat</code> extension.
 +
 +
==Common files and formats==
 +
 +
=== default.dat ===
 +
The <code>default.dat</code> file is usually located in the <code>...\data\</code> directory of the game. It's location cannot be changed without manipulating the game's memory. It uses the same notation as [[gta.dat|map listing]] files. All information in this file could also be transformed to the <code>gta.dat</code> file, but the file must not be removed, since the game expects it's existence.
 +
 +
== Customisation and Shopping data ==
 +
 +
=== carmods.dat ===
 +
{{Incomplete}}
 +
 +
=== clothes.dat ===
 +
{{Incomplete}}
 +
 +
=== 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. It is unconfirmed if the file is really parsed on startup, either.
 +
 +
=== shopping.dat ===
 +
{{Incomplete}}
 +
 +
<!--- TODO: Add all data formats to this article --->
 +
== Other files and formats ==
 +
* [[carcols.dat]] &ndash; Contains information about car colors
 +
* [[gta.dat]] &ndash; General map listing informations
 +
* [[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
 +
* [[Cutscene.dat]] &ndash; Contains cutscenes information in [[San Andreas]]
 +
* [[surfaud.dat]] &ndash; Contains [[Collision File|collision]] mapping information
 +
* [[water.dat]], [[water1.dat]] &ndash; Contains water information
 +
{{Incomplete}}
 +
 +
==See also==
 +
* [[Dat|List of data files of all GTA parts]]
 +
 +
{{SA-navi}}
 +
{{Stub}}

Revision as of 14:59, 3 March 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 section is incomplete. You can help by fixing and expanding it.

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. It is unconfirmed if the file is really parsed on startup, either.

shopping.dat

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

Other files and formats

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

See also