Don't Starve Wiki
Don't Starve Wiki
m (→‎{{Pic|32|Gold Nugget}} Gallery: Unicodifying, replaced: <gallery> → <gallery captionalign="center">)
m (Undid revision 431352 by Ggdevora (talk) - Vandalism)
(14 intermediate revisions by 11 users not shown)
Line 1: Line 1:
'''TEX''' is a file format for compressing graphic image in Don't Starve. It is a derivative of DXT ([[wikipedia:S3 Texture Compression|S3 Texture Compression]]) file format. You may find some unimplemented items and character portraits by opening TEX files in Don't Starve game files.
+
'''TEX''' is a file format for compressing textures in ''[[Don't Starve]]'' and ''[[Don't Starve Together]]''. It is a derivative of the DXT ([[Wikipedia:S3 Texture Compression|S3 Texture Compression]]) file format. Sometimes [[Unimplemented Features|unimplemented items]] and [[Unimplemented Characters|character portraits]] can be found by opening TEX files from the game files.
   
Most images or icons in this wikia are directly converted from the TEX files in the game files.
+
Most images or icons in this wikia are directly converted from TEX files.
   
 
== TEX location ==
 
== TEX location ==
TEX files of Don't Starve usually locates under <code>\Don't Starve\data</code>.
+
TEX files in ''Don't Starve'' are usually located under <code>\Don't Starve\data</code>.
   
Here is the list of useful TEX location:
+
Here is a list of useful TEX locations:
 
*<code>\Don't Starve\data\bigportraits</code>
 
*<code>\Don't Starve\data\bigportraits</code>
 
*<code>\Don't Starve\data\images</code>
 
*<code>\Don't Starve\data\images</code>
Line 13: Line 13:
 
*<code>\Don't Starve\data\portraits</code>
 
*<code>\Don't Starve\data\portraits</code>
   
When you are doing actions involving core game files, you should be careful and make a backup.
+
When doing actions involving core game files, one should be careful and make a backup.
   
 
== TEX Decompression ==
 
== TEX Decompression ==
To read TEX file, you are required to decompress TEX into any visible image format (usually PNG).
+
To read a TEX file, it is required to decompress it into any visible image format (usually PNG).
   
 
Here is the tool provided by Matt, [http://forums.kleientertainment.com/files/file/73-matts-tools/ TEXTool].
 
Here is the tool provided by Matt, [http://forums.kleientertainment.com/files/file/73-matts-tools/ TEXTool].
Line 22: Line 22:
 
A modding guide with instructions on how to use the tool can also be found [http://forums.kleientertainment.com/topic/26852-tutorial-converting-textures-tex-dxt5-d2/ here].
 
A modding guide with instructions on how to use the tool can also be found [http://forums.kleientertainment.com/topic/26852-tutorial-converting-textures-tex-dxt5-d2/ here].
   
=={{Pic|32|Gold Nugget}} Gallery==
+
=={{Pic|32|Blueprint}} Gallery==
<gallery captionalign="center">
+
<gallery captionalign="center" navigation="true">
 
Deerclops build .Tex file.png|[[Deerclops]]' tex file
 
Deerclops build .Tex file.png|[[Deerclops]]' tex file
 
Spider queen .tex .png|[[Spider Queen]] tex file
 
Spider queen .tex .png|[[Spider Queen]] tex file
Line 30: Line 30:
 
WormRaw.png|[[Depths Worm]] Tex file
 
WormRaw.png|[[Depths Worm]] Tex file
 
Krampus_build_.Tex_file.png|[[Krampus]] Tex file
 
Krampus_build_.Tex_file.png|[[Krampus]] Tex file
  +
Water Beefalo TEX.png|[[Water Beefalo]] Tex file
Child.png|Unused [[Screecher]] files for the Child|link= [[Screecher]]
 
  +
Yaarctopus_TEX_File.png|[[Yaarctopus]] Tex file
Demon child.jpg|Unused [[Screecher]] files for the demon child|link= Screecher
 
  +
Deseased Sapling tex.png|[[Disease]]d [[Sapling]] Tex file
Campleader.png|Unused [[Screecher]] files for the Camp Leader|link= Screecher
 
 
Child.png|Unused [[Screecher]] files for the Child|link= [[Screecher]]
 
Demon child.jpg|Unused [[Screecher]] files for the demon child
 
Campleader.png|Unused [[Screecher]] files for the Camp Leader
 
Wx-78.png|[[WX-78]] Tex files
 
Wx-78.png|[[WX-78]] Tex files
  +
Slip Texture.png|Unused files for the Slipstor
 
</gallery>
 
</gallery>
[[Category:Game Files]]
+
[[Category:Programming]]

Revision as of 08:32, 7 June 2019

TEX is a file format for compressing textures in Don't Starve and Don't Starve Together. It is a derivative of the DXT (S3 Texture Compression) file format. Sometimes unimplemented items and character portraits can be found by opening TEX files from the game files.

Most images or icons in this wikia are directly converted from TEX files.

TEX location

TEX files in Don't Starve are usually located under \Don't Starve\data.

Here is a list of useful TEX locations:

  • \Don't Starve\data\bigportraits
  • \Don't Starve\data\images
  • \Don't Starve\data\inventoryimages
  • \Don't Starve\data\minimap
  • \Don't Starve\data\portraits

When doing actions involving core game files, one should be careful and make a backup.

TEX Decompression

To read a TEX file, it is required to decompress it into any visible image format (usually PNG).

Here is the tool provided by Matt, TEXTool.

A modding guide with instructions on how to use the tool can also be found here.

Blueprint Gallery