Texture Archive: Difference between revisions

No edit summary
(contributions from myself, Aschratt, GooD-NTS, lpgunit, MarioSonic2987, Seemann, and The_GTA)
Line 1: Line 1:
{{This|"TXD" redirects here. For the folder, see [[txd (folder)]].}}
A '''texeture archive''' is a collection of images for use in a game. Texture archives in the [[Grand Theft Auto III]] game trilogy go by the extension <code>.txd</code> ('''T'''e'''x'''ture '''D'''ictionary). The files belong to [[RenderWare_binary_stream_file|RenderWare's binary stream files]]. Since [[Grand Theft Auto IV]] uses the new [[RAGE]] engine, it also uses different texture formats. Textures are still stored in dictionaries but they use the extension <code>[[WTD|.#td]]</code>, where the first character is specific for each platform:
Texture archives in the [[Grand Theft Auto III]] game trilogy go by the extension <code>.txd</code> ('''T'''e'''x'''ture '''D'''ictionary). The files belong to [[RenderWare binary stream file|RenderWare's binary stream files]]. Since [[Grand Theft Auto IV]] uses the new ''RAGE'' engine it also uses different texture formats. Textures are still stored in dictionaries but they got the extension <code>[[WTD|.wtd]]</code> for the PC versions of the game and <code>.xtd</code> for console verions now.
* <code>.'''w'''td</code> for PC Version ('''W'''indows x86)
* <code>.'''x'''td</code> for Xbox 360 Version ('''X'''enon)
* <code>.'''c'''td</code> for PS3 Version ('''C'''ell)
* <code>.'''d'''td</code> for Xbox One Version ('''D'''urango)
* <code>.'''o'''td</code> for PS4 Version ('''O'''rbis)
* <code>.'''y'''td</code> for PC Version (Windows x64)


== Tools and Scripts ==
Texture formats in texture archives may vary depending on platform &mdash; on the PC version they are usually encoded as [[wikipedia:S3 Texture Compression|DXTn]] textures or raw bitmaps. The Android and iOS ports of GTA III, GTA Vice City, and GTA San Andreas can load 8-bit BMPs, although they use texture compression formats specific to the video hardware present in the device (i.e. Mali-400 for Samsung's Galaxy S2, S3 and various other devices, and Adreno or [[wikipedia:PVRTC|PowerVR]] for Androids using Qualcomm Snapdragons and Apple devices, respectively), as using bitmaps alone can present a significant performance penalty on the device.


{|class="prettytable" width="100%" class="sortable"
== Tools and scripts ==
!width="10%"|Game
{|class="wikitable center-col-1 sortable" style="width: 100%;"
!style="width: 5em;" |Game
!Tool
!Tool
|-
|-
|align="center"|{{Icon|4}}||[[G-Texture]] &ndash; by [[User:REspawn|REspawn]]
|{{Icon|4}} {{Icon|5}}||[[OpenIV]], by GooD-NTS
|-
|-
|align="center"|{{Icon|3}}&nbsp;{{Icon|VC}}&nbsp;{{Icon|SA}}||[[TXD Workshop]] &ndash; by [[User:JernejL|JernejL]]
|{{Icon|4}}||[[G-Texture]], by REspawn
|-
|-
|align="center"|{{Icon|3}}&nbsp;{{Icon|VC}}&nbsp;{{Icon|SA}}||[[G-TXD]] &ndash; by [[User:REspawn|REspawn]]
|{{Icon|t}}||[[Magic.TXD]], by DK22Pac and The_GTA
|-
|-
|align="center"|{{Icon|VC}}||[http://www.thegtaplace.com/pafiledb.php?action=file&id=42 ViceTXD] &ndash; by [[User:Spooky|Spooky]]
|{{Icon|t}}||[[TXD Workshop]], by JernejL
|-
|-
|align="center"|{{Icon|3}}&nbsp;{{Icon|VC}}&nbsp;{{Icon|SA}}||[http://www.steve-m.com/downloads/tools/txdbuilder/ TXD Builder] &ndash; by [[User:steve-m|steve-m]]
|{{Icon|t}}||[http://www.steve-m.com/downloads/tools/txdbuilder/ TXD Builder], by steve-m
|-
|-
|align="center"|{{Icon|3}}&nbsp;{{Icon|VC}}&nbsp;{{Icon|SA}}||[http://www.steve-m.com/downloads/tools/txdviewer/ TXD Viewer] &ndash; by [[User:steve-m|steve-m]]
|{{Icon|t}}||[http://www.steve-m.com/downloads/tools/txdviewer/ TXD Viewer (PS2 only)], by steve-m
|-
|{{Icon|t}}||[[G-TXD]], by REspawn
|-
|{{Icon|t}}||[[TxdGen]], by The_GTA
|-
|{{Icon|VC}}||[http://www.thegtaplace.com/pafiledb.php?action=file&id=42 ViceTXD], by Spooky
|-
|{{Icon|3}} {{Icon|VC}} || [http://www.gtaforums.com/index.php?showtopic=312948 dffxbox2pc (Xbox only)], by AK-73
|}
|}


== See also ==
{{3-navi}}
* [[Texture Native Struct]]
{{VC-navi}}
* {{Icon|4}} [[WTD|WTD file format specification]]
 
 
 
{{fdl}}
 
{{modding}}
[[Category:3D File Formats]]
[[Category:3D File Formats]]
[[Category:GTA Vice City]]
[[Category:GTA III Modifications]]
[[Category:Modifications]]

Revision as of 13:35, 21 July 2018

A texeture archive is a collection of images for use in a game. Texture archives in the Grand Theft Auto III game trilogy go by the extension .txd (Texture Dictionary). The files belong to RenderWare's binary stream files. Since Grand Theft Auto IV uses the new RAGE engine, it also uses different texture formats. Textures are still stored in dictionaries but they use the extension .#td, where the first character is specific for each platform:

  • .wtd for PC Version (Windows x86)
  • .xtd for Xbox 360 Version (Xenon)
  • .ctd for PS3 Version (Cell)
  • .dtd for Xbox One Version (Durango)
  • .otd for PS4 Version (Orbis)
  • .ytd for PC Version (Windows x64)

Texture formats in texture archives may vary depending on platform — on the PC version they are usually encoded as DXTn textures or raw bitmaps. The Android and iOS ports of GTA III, GTA Vice City, and GTA San Andreas can load 8-bit BMPs, although they use texture compression formats specific to the video hardware present in the device (i.e. Mali-400 for Samsung's Galaxy S2, S3 and various other devices, and Adreno or PowerVR for Androids using Qualcomm Snapdragons and Apple devices, respectively), as using bitmaps alone can present a significant performance penalty on the device.

Tools and scripts

Game Tool
GTA IV OpenIV, by GooD-NTS
GTA IV G-Texture, by REspawn
GTA III GTA Vice City GTA San Andreas Magic.TXD, by DK22Pac and The_GTA
GTA III GTA Vice City GTA San Andreas TXD Workshop, by JernejL
GTA III GTA Vice City GTA San Andreas TXD Builder, by steve-m
GTA III GTA Vice City GTA San Andreas TXD Viewer (PS2 only), by steve-m
GTA III GTA Vice City GTA San Andreas G-TXD, by REspawn
GTA III GTA Vice City GTA San Andreas TxdGen, by The_GTA
GTA Vice City ViceTXD, by Spooky
GTA III GTA Vice City dffxbox2pc (Xbox only), by AK-73