Difference between revisions of "DAT"
Jump to navigation
Jump to search
LeetWoovie (talk | contribs) |
|||
Line 15: | Line 15: | ||
|align="center"|{{Icon}}||[[default.dat]]|||| | |align="center"|{{Icon}}||[[default.dat]]|||| | ||
|- | |- | ||
− | |align="center"|{{Icon}}||[[fonts.dat]]||''Contains information about the fonts used in the game''||''The fonts are split up into sprites. Fonts themselves are located in the '' <code>...\models\fonts.txd</code> '' texture dictionary.'' | + | |align="center"|{{Icon}}||[[fonts.dat]]||''Contains information about the fonts used in the game''||''The fonts are split up into [[Wikipedia:Sprite_(computer_graphics)|sprites]]. Fonts themselves are located in the '' <code>...\models\fonts.txd</code> '' texture dictionary.'' |
|- | |- | ||
|align="center"|{{Icon}}||[[gta.dat]]||''General map listing file''||''called'' <code>gta3.dat</code> ''for [[GTA 3]] and'' <code>gta-vc.dat</code> ''for [[Vice City]]'' | |align="center"|{{Icon}}||[[gta.dat]]||''General map listing file''||''called'' <code>gta3.dat</code> ''for [[GTA 3]] and'' <code>gta-vc.dat</code> ''for [[Vice City]]'' | ||
Line 27: | Line 27: | ||
|align="center"|{{Icon}}||[[timecyc.dat]],<br>[[timecyc.dat|timecycp.dat]] (SA)||''Controls the weather and the game's appearance''|| | |align="center"|{{Icon}}||[[timecyc.dat]],<br>[[timecyc.dat|timecycp.dat]] (SA)||''Controls the weather and the game's appearance''|| | ||
|- | |- | ||
− | |align="center"|{{Icon}}||[[water.dat]] (all),<br>[[ | + | |align="center"|{{Icon}}||[[water.dat]] (all),<br>[[water1.dat]] (SA),<br>[[waterpro.dat]] (GTA 3 & VC)|||| |
|- | |- | ||
|align="center"|{{Icon}}||[[weapon.dat]]|||| | |align="center"|{{Icon}}||[[weapon.dat]]|||| | ||
Line 50: | Line 50: | ||
|- | |- | ||
|align="center"|{{Icon|VC}}||[[Scripted Path|spath.dat]], [[Scripted Path|spath0.dat]]|||| | |align="center"|{{Icon|VC}}||[[Scripted Path|spath.dat]], [[Scripted Path|spath0.dat]]|||| | ||
− | |||
− | |||
|- | |- | ||
|align="center"|{{Icon|SA}}||[[animgrp.dat]], [[animgrp.dat|animgrp1.dat]]|||| | |align="center"|{{Icon|SA}}||[[animgrp.dat]], [[animgrp.dat|animgrp1.dat]]|||| | ||
Line 143: | Line 141: | ||
* [[Data Files (San Andreas)]] – description for common data files of [[San Andreas]] | * [[Data Files (San Andreas)]] – description for common data files of [[San Andreas]] | ||
* {{Icon|SA}} [[Paths (GTA SA)|nodes*.dat]] | * {{Icon|SA}} [[Paths (GTA SA)|nodes*.dat]] | ||
+ | * {{Icon|SA}} [[Cutscene#The_DAT-File]] | ||
== External Link == | == External Link == | ||
Line 148: | Line 147: | ||
{{N|4|SA}} | {{N|4|SA}} | ||
− | [[Category:GTA 3]][[Category:GTA VC]] | + | [[Category:File Formats]][[Category:GTA 3]][[Category:GTA VC]] |
Revision as of 08:03, 3 September 2010
DAT is the extension used for the data files of GTA 3D series games. They are commonly text files (although there are binary ones) and have different structures.
List of data files
Game | File | Description | Notes |
---|---|---|---|
[1] | animviewer.dat | ||
carcols.dat | Contains information about vehicle colors | ||
default.dat | |||
fonts.dat | Contains information about the fonts used in the game | The fonts are split up into sprites. Fonts themselves are located in the ...\models\fonts.txd texture dictionary.
| |
gta.dat | General map listing file | called gta3.dat for GTA 3 and gta-vc.dat for Vice City
| |
object.dat | Defines additional object information for dynamic objects | ||
ped.dat | |||
pedgrp.dat | |||
timecyc.dat, timecycp.dat (SA) |
Controls the weather and the game's appearance | ||
water.dat (all), water1.dat (SA), waterpro.dat (GTA 3 & VC) |
|||
weapon.dat | |||
pedstats.dat | |||
surface.dat | |||
cullzone.dat, cullzoneempty.dat (VC) |
binary files | ||
fistfite.dat | |||
flight.dat | |||
tracks*.dat | located in the ..data\paths directory
| ||
chase*.dat | binary files located in the ..data\paths directory
| ||
train.dat, train2.dat | still present in Vice City but unused | ||
map*.dat | located in the ..data\maps directory
| ||
spath.dat, spath0.dat | |||
animgrp.dat, animgrp1.dat | |||
ar_stats.dat | still present in GTA 4 but unused? | ||
cargrp.dat | |||
clothes.dat | still present in GTA 4 but unused? | ||
furnitur.dat | still present in GTA 4 but unused? | ||
gridref.dat | |||
gta_quick.dat | |||
melee.dat | still present in GTA 4 but unused? | ||
numplate.dat | still present in GTA 4 but unused? | ||
plants.dat | |||
polydensity.dat | |||
popcycle.dat | |||
procobj.dat | |||
shopping.dat | |||
statdisp.dat | |||
surfaud.dat | |||
surfinfo.dat | |||
carmods.dat | |||
ambient.dat | |||
bloodFx.dat | |||
cj_gta.dat | |||
credits*.dat | |||
distantlights.dat | binary file | ||
entityFx.dat | |||
explosionFx.dat | |||
FemalePlayerSettings.dat, MalePlayerSettings.dat | Contains info necessary to render the multiplayer player | ||
frontend.dat | |||
hud.dat | Contains inital display settings for each HUD component | ||
hudcolor.dat | Contains RGB colour values that the game uses | ||
loadingscreens*.dat | Contains the animation of static loading screen images | ||
materialFx.dat | |||
materials.dat | |||
meleeAnims.dat | Specifies all anims available to the melee system | ||
moveblend.dat | Contains some parameters for blended ped animation | ||
nav.dat | This file is read in to initialise the "CPathServer" pathfinding class | ||
navprecalc.dat | binary file | ||
networktest.dat | |||
pedpersonality.dat | |||
pedpopulation.dat | binary file | ||
pedProps.dat | |||
scenarios.dat | |||
visualSettings.dat | Stores initial values for configuration of in game elements |
^ The icon marks the files that are present in every game of GTA 3D series (GTA 3, GTA VC, GTA SA and GTA IV). This section is incomplete. You can help by fixing and expanding it.
See also
- Data Files (San Andreas) – description for common data files of San Andreas
- nodes*.dat
- Cutscene#The_DAT-File
External Link
- GTAForums: Documenting GTA IV Data files
Grand Theft Auto IV | |
---|---|
File Formats | .dat • .gxt • .ide • .img • .ipl • .nod • .sco • .rpf • .rrr • .wad • .wbd/.wbn • .wdd • .wdr • .wft • .whm • .wpl • .wtd |
Documentation | Audio • Bink Video • Cryptography • Cutscenes • GXT Text • Image listing • Keycodes • Map Listing • Native functions • Paths • Radar Blips • Radio Stations • Saves • Scenarios • VTable • Weapons |
Tools | ASI Loader • ENBSeries • G-Texture • GIMS IV • Ingame WPL Editor • IV Needle • OpenIV • SparkIV • XLiveLess • WPL Manager • X Mod Installer Alice • C++ Script Hook • .NET Script Hook • Scocl |
Tutorials | Importing Textures with OpenIV • Importing Textures with SparkIV |
Modifications | GTA Connected • Gostown IV • Four Multiplayer • IV Multiplayer • CitizenMP:IV Reloaded |
Useful links | Community portal • Discussion forums • Modding forums • Mods on GTAGarage.com |