Convert WAD to VMT...: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
The '''Convert WAD to VMT...''' tool in [[Hammer]] allows you to fix the scale of non-power-of-two [[WAD]] textures after converting to [[VTF]]s and [[VMT]]s with [[xwad]], as well as change the materials to include preceding paths.
The '''Convert WAD to VMT...''' tool in [[Hammer]] allows you to fix the scale of non-power-of-two [[WAD]] textures after converting to [[VTF]]s and [[VMT]]s with [[xwad]], as well as change the materials to include preceding paths. Additionally, some common tool textures will be changed from their GoldSrc counterparts to their Source 1 counterparts (example: {{code|AAATRIGGER}} becomes {{code|tools/toolstrigger}}, {{code|NULL}} becomes {{code|tools/toolsnodraw}}, etc.).


[[Image:wad2vmt.png]]
[[Image:wad2vmt.png]]

Revision as of 04:04, 25 June 2023

The Convert WAD to VMT... tool in Hammer allows you to fix the scale of non-power-of-two WAD textures after converting to VTFs and VMTs with xwad, as well as change the materials to include preceding paths. Additionally, some common tool textures will be changed from their GoldSrc counterparts to their Source 1 counterparts (example: AAATRIGGER becomes tools/toolstrigger, NULL becomes tools/toolsnodraw, etc.).

Wad2vmt.png

See Also