Skip to content

Releases: aboood40091/GTX-Extractor

GTX Extractor v5.3

19 Dec 05:21
Compare
Choose a tag to compare

Changelog:

  • Fixed RGB565, RGB5A1, RGBA4 and RGB10A2.
  • Fixed aligning data (fixes issue #4).
  • Check the GPU version.
  • Added calculating texture registers.
  • Improved swizzling.
  • Added partial support for DX10 DDS.

GTX Extractor v5.2

09 Aug 16:57
Compare
Choose a tag to compare

Changelog:

  • Fixed a typo which broke reading BC4 SNORM and BC5 SNORM DDS files.
  • Warn if format is unsupported, instead of throwing a KeyError.

GTX Extractor v5.1

01 Aug 21:15
Compare
Choose a tag to compare

Changelog:

  • Added a functional DDS reader.
  • Added the ability to create GTX files from scratch.
  • Added support for A8.
  • Fixed a bug in calculation for tileMode 16.
  • Fixed A1RGB5, RGB565, ARGB4, and A2RGB10.
  • Added mipmaps extracting and packing.
  • Fixed compSel usage.
  • Improved the DDS header generator.
  • Milestone: this extractor now supports more formats than TexConv2. (A8 and A4L4)

Please note that this might be the final release as I won't be improving this program anymore.
But feel free to report bugs because I might fix them and make a new release.

GTX Extractor v5.0

22 Jul 11:09
Compare
Choose a tag to compare

Changelog:

  • Cleaning up.
  • Added parameters calculation for more accurate (de)swizzling.
  • Ported Swizzle code to Cython for more speed.
  • Added Component Selector.
  • Lots of bug fixing.

GTX Extractor v4.0

18 Feb 19:37
Compare
Choose a tag to compare

Added the ability to convert gtx files with multiple textures to multiple dds files.

Added a new format: R4_G4_UNORM (LA4)

GTX Extractor v3.3

03 Oct 17:14
Compare
Choose a tag to compare

Added some fancy stuff.

Fixed all formats except RGBA8, BC1, BC2, BC3, BC5. (Those were already 100% working)

GTX Extractor v3.2

29 Sep 17:58
Compare
Choose a tag to compare

Added support for BC4_SNORM and BC5_SNORM.

GTX Extractor v3.1

29 Sep 11:37
Compare
Choose a tag to compare

Added a minor feature. :)

GTX Extractor v3.0

28 Sep 13:32
Compare
Choose a tag to compare

A lot of updates! :D

Removed the dependency for PyQt5 and PIL, which saves A LOT of space.

This program converts .gtx to .dds now, instead of .png, which saves us some time and the trouble of decompressing the texture. (If compressed) And which also let us add more formats now! (BC4 and BC5)

GTX Extractor v2.2.1

17 Sep 09:59
Compare
Choose a tag to compare

Added a safer version called "gtx_extract_nomipmap". Sadly, it doesn't generate mipmaps (hence the name) due to some technical issues.