Skip to content

1.2.2

Compare
Choose a tag to compare
@Nenkai Nenkai released this 25 Aug 23:07
· 178 commits to master since this release

1.2.2

This release adds texture conversion support (.tex files to .png), aswell as the availability of a GUI for unpacking.

Usage

tex-conv -i <file paths or directory> [--recursive], or drag-drop directly.

Changes since 1.2.1

  • fix: Various path sanitization/fixes

Changes since 1.2.0

  • unpack: Proper folders are now extracted. A .path file is now created to preserve the original archive directory.
  • pack: try to pack with the .diff extension for easier modding.

Notes

  • 3D textures are not yet supported.
  • Textures using R32G32_UINT and R10G10B10A2_UNORM formats are not yet supported.
  • Textures using BC6 (HDR) are not yet supported.
  • Currently converts only to .png.