Skip to content

Releases: Morilli/Ritoddstex

tex2dds 1.3

11 Sep 21:51
Compare
Choose a tag to compare
  • parse tex format 0x14 as BGRA instead of RGBA now; this should fix loadingscreen borders being converted to incorrect colors
  • keep the console window open on error, so people can actually read the error without having to launch the program from console to see it
  • allow conversion of all RGBA-ish .dds files to BGRA .tex, so dds files can be saved as RGBA or BGRA or technically any other combination

tex2dds 1.2_fix2

27 Jul 19:17
Compare
Choose a tag to compare
  • Fix mipmap size calculation for non-power-of-2 sizes which would result in broken images
  • correctly handle rgba8 files with mipmaps (I'm not aware of any existing)

tex2dds 1.2_fix1

30 Apr 23:46
Compare
Choose a tag to compare
  • fixes DXT1 files with mipmaps not getting converted (correctly)

tex2dds 1.2

22 Apr 05:36
Compare
Choose a tag to compare
  • adds support for rgba8 format in tex files

tex2dds 1.1_fix1

23 Jan 19:19
Compare
Choose a tag to compare

tex2dds 1.1

23 Jan 12:06
Compare
Choose a tag to compare
  • adds support for mipmapped tex files: all mipmaps will be converted to the resulting dds now (same for dds->tex)

tex2dds 1.0

21 Jan 12:22
Compare
Choose a tag to compare
  • this can do both tex->dds and dds->tex conversions
  • just drag-and-drop one or multiple files or specify the paths from commandline