Difference between revisions of "TXDP"
Jump to navigation
Jump to search
(Created page with '{{IdeSection | game = GTA SA, GTA IV | description = Used to define weapons }} '''TXDP''' is a section in the item definition file. It is used as an extended […') |
m |
||
Line 1: | Line 1: | ||
{{IdeSection | {{IdeSection | ||
| game = [[GTA SA]], [[GTA IV]] | | game = [[GTA SA]], [[GTA IV]] | ||
− | | description = Used to | + | | 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. 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. |
Revision as of 20:52, 30 July 2011
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
Identifier | Type | Description | |
---|---|---|---|
string | Name of the .txd/.wtd child texture file without extension.
| ||
string | Name of the .txd/.wtd parent texture file without extension.
|
External link
- GTAForums: Explanation of GTA SA's TXDP section - Post by steve-m