Skip to content

v3.0.7.1

Compare
Choose a tag to compare
@Lunaretic Lunaretic released this 17 Jul 05:06
· 97 commits to master since this release

+NEW SETTINGS

  • Added setting for default Image Export format (DDS/TGA/PNG)
  • Added setting for default Modpack Export format (PMP/TTMP2)
  • IMAGES

    • To reflect TGA being a better export format than PNG for textures, TGA has been bumped above PNG in the format list when saving Textures. (Sorry muscle memory friends)
    • BMPs now export without transparency, because BMP with transparency is a truly cursed format that should not exist.
  • BUGFIXES

    • Fixed skin resolver being broken. (Caused various renderer/visual in TT errors, had no effect in game)
    • Fixed Vertex buffer math being wrong in some cases. (Could cause large models to fail to import when they should've succeeded)