Difference between revisions of "Game.dtz"

From GTAMods Wiki
Jump to navigation Jump to search
m (link update)
m
Line 1: Line 1:
 
{{stub}}
 
{{stub}}
 
{{lowercase}}
 
{{lowercase}}
'''Game.dtz''' is a compressed archive file that contains the majority of the data files in the Stories games. The format could have been used for more efficient streaming in the PSP hardware. The file is known so far to contain these information:
+
'''DTZ''' - a memory dump console packaged with a lossless compression algorithm  deflate/[http://zlib.net/ zlib]. Unpack and pack can, for example, by using [[DTZ Editor]].
  
* fonts.chk
+
{|{{Prettytable}}
* menu.chk/frontend.chk
+
! Description
* pedstats.dat
+
! Analogy
* handling.cfg
+
! Offset
* weapon.dat
+
! Notes
* generic.chk
+
|-
* particle.chk
+
| colspan="4" | <b>Textures</b>
* hud.chk
+
|-
* ped.anim
+
| textures of menu
* generic.col2
+
| frontend.txd
* cuts.dir
+
|
* GTA3{{hint|***|PS2 or PSP}}.dir (associated to the GTA3{{hint|***|PS2 or PSP}}.img file elsewhere)
+
| contain texture of menu, packed deflate/zlib algorithm (*)
* info.zon
+
|-
* map.zon
+
| texture of fonts
* arrow model
+
| fonts.txd
* collision coordinates
+
|
* radar texture
+
| also packed deflate/zlib algorithm (*)
 +
|-
 +
| texture of particle effects
 +
| particle.txd
 +
|
 +
| contain all textures of particle effect (*)
 +
|-
 +
| generic-textures
 +
| generic.txd, wheels.txd, vehicle.txd
 +
|
 +
| contains general textures for cars and all the textures of wheels (*)
 +
|-
 +
| radar icons
 +
| hud.txd
 +
|
 +
| contain textures for hud (*)
 +
|-
 +
| texture of radar
 +
| radarNN.txd
 +
|
 +
| only in [[GTA VCS]]
 +
|-
 +
| colspan="4" | <b>Animation</b>
 +
|-
 +
| ?
 +
| ped.ifp
 +
|
 +
|
 +
|-
 +
| ?
 +
| swim.ifp
 +
|
 +
| only in [[GTA VCS]]
 +
|-
 +
| ?
 +
| fight.ifp
 +
|
 +
| only in [[GTA VCS]]
 +
|-
 +
| ?
 +
| driveby.ifp
 +
|
 +
| only in [[GTA VCS]]
 +
|-
 +
! [[IMG|DIR]]-files
 +
|-
 +
| for cuts.img
 +
| cuts.dir
 +
|
 +
| not working
 +
|-
 +
| for GTA3PS2.IMG
 +
| GTA3PS2.dir
 +
|
 +
| specifi? for stories, doesn't contain the names, read by Stories WRLD Tool
 +
|-
 +
| colspan="4" | <b>Collision</b>
 +
|-
 +
| ?
 +
| peds.col
 +
|
 +
| peds.col2
 +
|-
 +
| ?
 +
| vehicles.col
 +
|
 +
| vehicles.col2
 +
|-
 +
| ?
 +
| weapons.col
 +
|
 +
| weapons.col2
 +
|-
 +
| colspan="4" | <b>Models</b>
 +
|-
 +
| model of plane
 +
| air_vlo.dff
 +
|
 +
| air_vlo.mdl
 +
|-
 +
| model of arrow
 +
| arrow.dff
 +
|
 +
| arrow.mdl
 +
|-
 +
| model of wheels
 +
| wheels.dff
 +
|
 +
|
 +
|-
 +
| model of marker (zone)
 +
| zonecylb.dff
 +
|
 +
|
 +
|-
 +
| colspan="4" | <b>IDE / IPL / DAT</b>
 +
|-
 +
| [[IDE]]
 +
| *.ide
 +
|
 +
| contain all name of models and textures, read by Stories WRLD Tool
 +
|-
 +
| [[IPL]]
 +
| *.ipl
 +
|
 +
| contains all the coordinates for the placement of collisions in the game, read by Stories WRLD Tool
 +
|-
 +
| colors of cars
 +
| carcols.dat
 +
|
 +
|-
 +
| cullzone data
 +
| cullzone.dat
 +
|
 +
|-
 +
| fistfite data
 +
| fistfite.dat
 +
|
 +
|
 +
|-
 +
| handling data
 +
| handling.dat
 +
|
 +
| read by Stories WRLD Tool
 +
|-
 +
|
 +
| info.zon
 +
|
 +
| read by Stories WRLD Tool
 +
|-
 +
|
 +
| map.zon
 +
|
 +
| read by Stories WRLD Tool
 +
|-
 +
| object data
 +
| object.dat
 +
|
 +
|
 +
|-
 +
| particle data
 +
| particle.dat
 +
|
 +
| read by Stories WRLD Tool
 +
|-
 +
| pedstats data
 +
| pedstats.dat
 +
|
 +
| read by Stories WRLD Tool
 +
|-
 +
| timecyc data
 +
| timecyc.dat
 +
|
 +
|
 +
|-
 +
| data about waters surfaces
 +
| waterpro.dat
 +
|
 +
|
 +
|-
 +
| weapon data
 +
| [[weapon.dat]]
 +
| <code>VCS PS2: 0x3D7530</code>
 +
|
 +
|-
 +
| colspan="4" | <b>??????</b>
 +
|-
 +
| [[SDT]]-files.
 +
|
 +
|
 +
| only in PSP versions
 +
|}
 +
<b>Notes</b><br />
 +
* Offset is specified for the unpacked game.dtz
 +
* * - Data marked with (*) are opened by [[GTA Stories Texture Explorer]].
 +
* ** - Data marked with (**) are opened by [[Stories WRLD Tool]].
  
== External links ==
+
At the moment, Stories WRLD Tool is private tool and belongs to LCS Team.
* {{GTAF|post|285544|4523892|ModelingMan's insight of the file}}
 
* [http://gtamodding.ru/wiki/DTZ DTZ on gtamodding.ru]
 
* [http://gtamodding.ru/w/images/8/80/GTA_Stories_Texture_Explorer_1.9_public.rar GTA Stories Texture Explorer] &ndash; by |Dageron|, can only view known textures
 
 
 
[[Category:File Formats]]
 
[[Category:GTA LCS]]
 
[[Category:GTA VCS]]
 

Revision as of 00:47, 31 July 2012

DTZ - a memory dump console packaged with a lossless compression algorithm deflate/zlib. Unpack and pack can, for example, by using DTZ Editor.

Description Analogy Offset Notes
Textures
textures of menu frontend.txd contain texture of menu, packed deflate/zlib algorithm (*)
texture of fonts fonts.txd also packed deflate/zlib algorithm (*)
texture of particle effects particle.txd contain all textures of particle effect (*)
generic-textures generic.txd, wheels.txd, vehicle.txd contains general textures for cars and all the textures of wheels (*)
radar icons hud.txd contain textures for hud (*)
texture of radar radarNN.txd only in GTA VCS
Animation
? ped.ifp
? swim.ifp only in GTA VCS
? fight.ifp only in GTA VCS
? driveby.ifp only in GTA VCS
DIR-files
for cuts.img cuts.dir not working
for GTA3PS2.IMG GTA3PS2.dir specifi? for stories, doesn't contain the names, read by Stories WRLD Tool
Collision
? peds.col peds.col2
? vehicles.col vehicles.col2
? weapons.col weapons.col2
Models
model of plane air_vlo.dff air_vlo.mdl
model of arrow arrow.dff arrow.mdl
model of wheels wheels.dff
model of marker (zone) zonecylb.dff
IDE / IPL / DAT
IDE *.ide contain all name of models and textures, read by Stories WRLD Tool
IPL *.ipl contains all the coordinates for the placement of collisions in the game, read by Stories WRLD Tool
colors of cars carcols.dat
cullzone data cullzone.dat
fistfite data fistfite.dat
handling data handling.dat read by Stories WRLD Tool
info.zon read by Stories WRLD Tool
map.zon read by Stories WRLD Tool
object data object.dat
particle data particle.dat read by Stories WRLD Tool
pedstats data pedstats.dat read by Stories WRLD Tool
timecyc data timecyc.dat
data about waters surfaces waterpro.dat
weapon data weapon.dat VCS PS2: 0x3D7530
??????
SDT-files. only in PSP versions

Notes

At the moment, Stories WRLD Tool is private tool and belongs to LCS Team.