Releases: ficool2/VTFLib
Releases · ficool2/VTFLib
Release list
4.3.0
4.2.2
4.2.1
4.2.0
- Implemented single instance
- Opening multiple VTFs at once will instead open in a singular VTFEdit instance as tabs
- This behavior can be toggled under "Options"
- Added Hotspot editor for materials with hotspot data/
.rectfiles- See https://developer.valvesoftware.com/wiki/Hotspot_texturing for details
- Can be accessed under "Texture" tab
- Added EXR/PFM/HDR import and export support
- This now allows creating RGBA16161616, RGBA16161616F, RGBA32323232F and R32 VTFs
- Added ability to change VTF version of existing textures
- Added sprite sheet animation preview
- Added BC7 to Color Format list
- Added recognition for PCC (Parallax Cubemap) VTF resource
- Significantly improved viewport performance on large, compressed images
- Moved "Strip alpha channel" import option to General tab
- Moved sprite sheet editor to "Texture" tab
- Swapped BC4/BC5 enum order
- Fixed issue where all system fonts were scanned on startup
- Fixed being able to drag and drop unsupported file types
- Only supported file types are now shown in import dialog
- The location where files were opened last is now remembered
4.1.0
- Added sprite sheet editor for particles, similar to
mksheettool. Access it under Resources tab - Added $distancealpha (signed distance field) generation when importing, under Advanced tab.
- This also uses a new algorithm that is orders of magnitude faster than VTEX!
- Added new hotkeys: ctrl + number hotkeys to switch tabs, ctrl + w to close tab, ctrl + shift + t to open most recent file
- Added multiple of 4 resizing when importing (for DXT formats)
- Added hold left click to pan/move the image
- Fixed encoding/decoding of DXT1A and ATI1N/ATI2N textures
- Imported textures will now have their name automatically set to the original file's name
- Re-organized the import dialog so it's not as cramped
- Re-ordered the color/alpha formats by common usage. Formats not compatible with current VTF version are now greyed out
- ATI1N/ATI2N is no longer listed as BC4/BC5 in the UI. BC4/BC5 are now separate entries and exclusive to version 7.6