VTFEdit Reloaded: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (The Source Code is outdated, only if the user saves the vtf file from this app and then opens it with the compiled version from Git, it will crash unless if the version of the file is 7.4 (or maybe it was 7.2) which will break the image anything under and above (7.5) crashes the app.)
No edit summary
 
(4 intermediate revisions by 3 users not shown)
Line 3: Line 3:
| title    = VTFEdit Reloaded
| title    = VTFEdit Reloaded
| image      = Icon-VTFEdit Reloaded.png
| image      = Icon-VTFEdit Reloaded.png
| developer = [[User:Skyrym|Skyrym]]<br>[[User:JoshuaAshton|Joshua Ashton]]
| developer = [[User:WereTech|WereTech]]<br>[[User:Skyrym|Skyrym]]<br>[[User:JoshuaAshton|Joshua Ashton / MisylToad]]
| initial_release = Jul 30, 2022
| initial_release = Jul 30, 2022
| stable_release = Jun 6, 2023</br><small>(2.0.4)</small>
| stable_release = Sep 10, 2025</br><small>(2.1.4)</small>
| written_in = c++
| written_in = c++
| type =  Texture tool
| type =  Texture tool
| distribution = Freeware
| distribution = Freeware
| website = [https://github.com/Sky-rym/VTFEdit-Reloaded GitHub Repository] (Outdated source code,<br>see this [https://github.com/WereTech/VTFEdit-Reloaded Git Repo] for the updated version.)
| website = [https://github.com/Sky-rym/VTFEdit-Reloaded GitHub Repository]
| windows = 1
| windows = 1
| source = 1
| source = 1
| download = [https://github.com/Sky-rym/VTFEdit-Reloaded/releases Latest Release]
}}
}}


{{Vtfeditrld|4.1}} is a fork of {{vtflib|4}} ({{vtfcmd|4}} & {{vtfedit|4}}), originally created by [[User:Wunderboy|Neil "Jed" Jedrzejewski]] and [[User:Nem|Ryan "Nemesis" Gregg]].
{{Vtfeditrld|4.1}} is a fork of {{vtflib|4}} ({{vtfcmd|4}} & {{vtfedit|4}}), originally created by [[User:Wunderboy|Neil "Jed" Jedrzejewski]] and [[User:Nem|Ryan "Nemesis" Gregg]]. Converted to VTFEdit Reloaded by [[User:JoshuaAshton|Joshua Ashton / MisylToad]]. Further updated by [[User:Skyrym|Skyrym]] and [[User:WereTech|WereTech / IAmKnotMax]]
{{Important|1=You must have [https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170#visual-studio-2010-vc-100-sp1-no-longer-supported Visual C++ Redistributables 2010 (SP1)] (download link) installed to run the program. It will fail to launch if you do not have it installed.}}
{{Important|1=You must have [https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170#visual-studio-2010-vc-100-sp1-no-longer-supported Visual C++ Redistributables 2010 (SP1)] (download link) installed to run the program BEFORE version 2.1.1. It will fail to launch if you do not have it installed.}}
== Features ==
== Features ==
* Migrated to using AMD Compressonator for DXT compression.
* Migrated to using AMD Compressonator for DXT compression.
Line 42: Line 43:
== External links ==  
== External links ==  
* [https://github.com/Sky-rym/VTFEdit-Reloaded VTFEdit Reloaded] (GitHub Repository)
* [https://github.com/Sky-rym/VTFEdit-Reloaded VTFEdit Reloaded] (GitHub Repository)
* [https://github.com/Sky-rym/VTFEdit-Reloaded/releases Latest Release] (GitHub)
* [https://drive.google.com/file/d/1Vbbouuf-6X7YIQzQZczwYx-6PpuoLwAq/view?usp=sharing VTFEdit Reloaded v2.0.0] (Google Drive Mirror)
* [https://drive.google.com/file/d/1Vbbouuf-6X7YIQzQZczwYx-6PpuoLwAq/view?usp=sharing VTFEdit Reloaded v2.0.0] (Google Drive Mirror)
{{sdktools|cat=0|0}}
{{sdktools|cat=0|0}}
[[Category:Material System]]
[[Category:Material System]]
[[Category:Third Party Tools]]
[[Category:Third Party Tools]]

Latest revision as of 21:31, 10 September 2025

English (en)日本語 (ja)中文 (zh)Translate (Translate)
VTFEdit Reloaded
Icon-VTFEdit Reloaded.png
Initial release
Jul 30, 2022
Stable release
Sep 10, 2025
(2.1.4)
Written in
C++
Operating system
Windows
Type
Texture tool
Target engine(s)
Source
Distribution
Freeware
Download

VTFEdit Reloaded VTFEdit Reloaded is a fork of VTFLib VTFLib (VTFCmd VTFCmd & VTFEdit VTFEdit), originally created by Neil "Jed" Jedrzejewski and Ryan "Nemesis" Gregg. Converted to VTFEdit Reloaded by Joshua Ashton / MisylToad. Further updated by Skyrym and WereTech / IAmKnotMax

Icon-Important.pngImportant:You must have Visual C++ Redistributables 2010 (SP1) (download link) installed to run the program BEFORE version 2.1.1. It will fail to launch if you do not have it installed.

Features

  • Migrated to using AMD Compressonator for DXT compression.
  • Fixed the green tinge bug when viewing and exporting DXT-compressed textures
  • Respect sRGB-ness when generating mipmaps and resizing.
  • High DPI support
  • Syntax highlighting support for VMTs
  • Monospace font
  • Fixed cubemap previews
  • Dark Mode VMT Editor
  • Simplify HDR texture preview exposure to a single slider

Screenshots

See also

External links