Difference between revisions of "TXDP"

From GTAMods Wiki
Jump to navigation Jump to search
m (updating styles)
Line 1: Line 1:
 
{{IdeSection
 
{{IdeSection
| game        = [[GTA SA]], [[GTA IV]]
+
| game        = {{Icon|SA}} {{Icon|4}}
 
| description = Used to texture parents
 
| description = Used to texture parents
 
}}
 
}}
'''TXDP''' is a section in the [[item definition]] file. It is used as an extended [[texture archive]] with generic textures. If a texture for an object isn't found in the assigned txd, and there is a parent txd specified, the game looks there for the texture.
+
'''TXDP''' is a section in the [[item definition]] file in [[San Andreas]] and [[GTA IV]]. It is used as an extended [[texture archive]] with generic textures. If a texture for an object isn't found in the assigned txd, and there is a parent txd specified, the game looks there for the texture.
  
 
== Format ==
 
== Format ==
 
<pre<includeonly></includeonly> style="overflow-x: auto;">
 
<pre<includeonly></includeonly> style="overflow-x: auto;">
 
txdp
 
txdp
TextureName, TextureParentName
+
TxdName, TxdParentName
 
end
 
end
 
</pre>
 
</pre>
Line 18: Line 18:
 
! Description
 
! Description
 
|-
 
|-
| A || TextureName || string || Name of the <code>.txd/.wtd</code> child texture file without extension.
+
| A || TxdName || string || Name of the <code>.txd</code>/<code>.wtd</code> child [[texture dictionary]] without extension.
 
|-
 
|-
| B || TextureParentName || string || Name of the <code>.txd/.wtd</code> parent texture file without extension.
+
| B || TxdParentName || string || Name of the <code>.txd</code>/<code>.wtd</code> parent texture dictionary without extension.
 
|}
 
|}
  

Revision as of 22:26, 5 December 2015

TXDP (IDE section)
Supported games:San Andreas GTA IV
Brief description:Used to texture parents
IDE Sections:
2DFX AMAT ANIM CARS HIER HAND MLO OBJS
PATH PEDS TANM TOBJ TREE TXDP WEAP

TXDP is a section in the item definition file in San Andreas and GTA IV. It is used as an extended texture archive with generic textures. If a texture for an object isn't found in the assigned txd, and there is a parent txd specified, the game looks there for the texture.

Format

txdp
TxdName, TxdParentName
end
San Andreas GTA IV Identifier Type Description
A TxdName string Name of the .txd/.wtd child texture dictionary without extension.
B TxdParentName string Name of the .txd/.wtd parent texture dictionary without extension.

Statistics

Total number of TXDP entries in:

San Andreas: 38
GTA IV: 867

External link