Description
There formats of the files of San Andreas, some extensions may be made for the game, others common files, which can be found on almost any computer without San Andreas or other installed or not. Also CLEO file formats are here as well.
Files
.dat, is a data text files, they are used for all different additional game information. Most data files have the extension .dat
--
.exe, is the common file-name extension denoting an executable file, they are binary application data files, and is a common file type on almost any computer.
--
.dll(Dynamic-link library), is Microsoft's implementation of the shared library concept in the Microsoft Windows and OS/2 operating systems. These libraries usually have the file extension DLL, OCX (for libraries containing ActiveX controls), or DRV (for legacy system drivers). The file formats for DLL's are the same as for Windows EXE files — that is, Portable Executable (PE) for 32-bit and 64-bit Windows, and New Executable (NE) for 16-bit Windows. As with EXE's, DLL's can contain code, data, and resources, in any combination.
--
.asi, is a DLL file with a different extension.
--
.scm, is a binary type file it contains most of the games script. Look here
--
.img, is a 3D format file, it contains things such as, car/actor/object models, textures, animation, and so on..
--
.dff, in San Andreas is a model file, see this for more information.
--
.txd, in San Andreas is a texture file, see this, also for more information.
--
.col, a col of something, usually an object.
--
.ifp, is an animation file, this contains animation, it's a 3D file.
.cfg, is the vehicle handling file of the game it contains the vehicles handling, more info can be found in this forum.
--
.ide, is a ID file of the game, usually found in the data folder, they are used for different things, like peds ID, and vehicles ID.
--
.sc, this file is unused, it contains useless script, it shows how Rockstar scripting format may work, this file is also present in GTA IV and is the same one, and had not changed.
--
.zon, this file is a zone file, it places the area of the zones in San Andreas.
--
.ipl, them files are used to place objects and obstacles, more info can be found in this forum.
--
.ped, they contain decision markers, and such.
--
.grp,(Microsoft Program Group) only couple of files have got that extension, most notably; mission.grp. It contains stuff like the file above^.
--
.fxp, it contains effects data, you can edit this file to change many things, notably; spray can color.
--
.ini, is a configuration settings file, it is usually used along with a DLL, or ASI file.
It's similar to a very common .txt file
--
.gxt, is the games text file format, it contains almost all the games script, English, German, Spanish, Italian, and French come with the game.
--
.file, this file has no named extension, it's extension is just file, it contains the games speech, sound, etc.
--
.cs, cs file is a CLEO file format, it stands for "Custom Script" CLEO scripts have this extension, and there placed in the CLEO folder.
--
.cm, cm file is a CLEO file format, it stands for "Custom Mission" CLEO mission scripts have this extension, and there placed in the CLEO folder.
--
.s s file is CLEO file format, it stands for "Script" it's not started when the game is, you can call the file to start when you want, through a Custom Script/mission, it's a handy file.
--
.cleo, is a CLEO plugin file, it's like a DLL file, with CLEO extension.
--
.fxt, a CLEO text file format, these files are loaded by the gxt.cleo plugin, which should be placed in the CLEO folder, FXT file should be placed in the CLEO_TEXT folder inside the CLEO folder.
--
will finish later..