GTA: Modification Area
Would you like to react to this message? Create an account in a few clicks or log in to continue.
GTA: Modification Area

A website for the GTA modding scene

Search
 
 

Display results as :
 


Rechercher Advanced Search

Latest topics
» Big-game starts raising Schneider's profile
Gta.dat File(GTA: 4) EmptySun Mar 04, 2012 2:28 am by lavivi

» [Help] cleo created lighting
Gta.dat File(GTA: 4) EmptyThu Oct 14, 2010 1:03 am by findmy012

» Mission Question
Gta.dat File(GTA: 4) EmptyThu Oct 14, 2010 1:02 am by findmy012

» [IV] Spoiler Script
Gta.dat File(GTA: 4) EmptyThu Oct 14, 2010 1:02 am by findmy012

» Mission mod [help]
Gta.dat File(GTA: 4) EmptySat Sep 18, 2010 5:50 pm by jayd00

» Bc7 Mod Help
Gta.dat File(GTA: 4) EmptyFri Aug 20, 2010 11:19 am by pengpeng

» Found a bug
Gta.dat File(GTA: 4) EmptyFri Dec 18, 2009 4:22 am by _CJ360_

» [IV] Novitec Rosso 599 GTB
Gta.dat File(GTA: 4) EmptyTue Nov 17, 2009 4:22 pm by Kotton

» Hello/Guidance Request
Gta.dat File(GTA: 4) EmptyMon Oct 12, 2009 6:45 am by Adler

Navigation
 Portal
 Index
 Memberlist
 Profile
 FAQ
 Search
Affiliates
image

Image

Image

Image

Image

Image

Image

Image

Image

Image

image

Image

steve-m.com

Image


----- Русский -----

Если ваш сайт содержит большую коллекцию SCM/CLEO-скриптов (больше 16), напишите на мой e-mail, и я добавлю его в список. Приветствуются скрипты, которые не встречаются на других сайтах ... Спасибо. ))))


----- English -----

If your website has a big enough collection of SCM/CLEO scripts (more than 16) notify me by e-mail
, and I will add it to the list. The unique scripts are preferable ... Thank you. ))))
Log in

I forgot my password



November 2024
MonTueWedThuFriSatSun
    123
45678910
11121314151617
18192021222324
252627282930 

Calendar Calendar


You are not connected. Please login or register

Gta.dat File(GTA: 4)

Go down  Message [Page 1 of 1]

1Gta.dat File(GTA: 4) Empty Gta.dat File(GTA: 4) Wed Feb 25, 2009 1:13 am

gtasbigfoot

gtasbigfoot
Admin

Description


The gta.data is a data text file, of GTA: III, GTA: Vice City, GTA: San Andreas, and GTA: 4
This file lists which files define the game map.
It can be opened and edited with any text editor.

To comment put # before what you are going to write.
The file is loaded when the game starts.
Then all the files names in it are loaded shortly after.

Editing


Each line links to a map file, unless it's commented out, or
nothing there. Most entries use the following format, which is, in general, very simple:

Code:

<keyword> <path>

The file is not split up into any selections, but,
entries are usually grouped by type and arranged in a special order according to the game's loading sequence,
as the file, comments state:

Code:

1. Archives (IMG)
2. Item Definitions (IDE)
3. Collision Files (COLLISION)
4. Map Areas (MAPZONE, IPL)
5. Item Placements (IPL)


While GTA: IV has various sub-directories which need to be identified there are new identifiers at the start of the path. They identify the exact location relative to the executable file. Those are:

Code:

platform:
common:


Internally they will be replaced with the internal directory description and appended to the installation of the game directory:

Code:

platform:/DATA/MAPS/MANHAT/MANHAT12.IPL

gets

Code:

PC/DATA/MAPS/MANHAT/MANHAT12.IPL

which finally is transformed to (e.g.)

Code:

C:\Program Files\Rockstar Games\Grand Theft Auto 4\PC\DATA\MAPS\MANHAT\MANHAT12.IPL

IMGLIST


They link to external image list files, which is located in common\data folder, by default.

Code:

IMGLIST common:/data/images.txt

WATER


They link to external water plane files.

Code:

WATER common:/DATA/WATER.DAT

With GTA: 4 an WATER identifier can hold more than one parameter. It is unconfirmed either this also works for other identifiers.

Code:

WATER common:/DATA/WATER.DAT common:/DATA/WATERLOW.DAT


See also


SA gta.dat file

http://gtamodding.com

Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum