vfont_decompiler

From Valve Developer Community
Jump to navigation Jump to search

vfont_decompiler is a tool used by Valve to convert .ttf font files to .vfont files used in Left 4 Dead engine branch Left 4 Dead engine branch and newer, and optionally decompile .vfont files back into .ttf font files when the decompile flag is specified. This tool allows players to get around weak protections Valve implemented to comply with font licenses, and has never been officially shipped.

Syntax

vfont_decompiler inputfile.ttf [outputfile.vfont]
vfont_decompiler -d inputfile.vfont [outputfile.ttf]

See Also

  • scryptor - A reimplementation of this tool, not based on leaked code, that allows for bidirectional drag and drop conversion.