Some textures use GL blend functions to create transparency. Since Source engine does not have this functionality, alpha channels will need to be manually added to the texture images before converting to VTFs.
In order to achieve this, the textures will be converted with using DevILSharp and a new C# wrapper for VTFLib.