Difference between revisions of "TXDP"
Jump to navigation
Jump to search
(added stats) |
m (updating styles) |
||
Line 6: | Line 6: | ||
== Format == | == Format == | ||
− | {| | + | <pre<includeonly></includeonly> style="overflow-x: auto;"> |
− | ! | + | txdp |
− | ! | + | TextureName, TextureParentName |
− | ! | + | end |
+ | </pre> | ||
+ | |||
+ | {|class="wikitable center-col-1 center-col-2" style="width: 100%;" | ||
+ | ! style="width: 3em;"| {{Icon|SA}} {{Icon|4}} | ||
+ | ! style="width: 12em;"| Identifier | ||
+ | ! style="width: 6em;" | Type | ||
! Description | ! Description | ||
|- | |- | ||
− | | | + | | A || TextureName || string || Name of the <code>.txd/.wtd</code> child texture file without extension. |
|- | |- | ||
− | | | + | | B || TextureParentName || string || Name of the <code>.txd/.wtd</code> parent texture file without extension. |
|} | |} | ||
Revision as of 06:28, 11 August 2015
Supported games: | GTA SA, GTA IV | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Brief description: | Used to texture parents | |||||||||||||||
IDE Sections:
|
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.
Format
txdp TextureName, TextureParentName end
Identifier | Type | Description | |
---|---|---|---|
A | TextureName | string | Name of the .txd/.wtd child texture file without extension.
|
B | TextureParentName | string | Name of the .txd/.wtd parent texture file without extension.
|
Statistics
Total number of TXDP entries in:
- San Andreas: 38
- GTA IV: 867
External link
- GTAForums: Explanation of GTA SA's TXDP section - Post by steve-m