- Feb 14, 2008
- 1,051
- 931
I've created some custom HUD icons that I want to use in my map. I have converted them all to .vtf, and alos made .vmfs for them with the following code:
However, when I load them in the game they just appear as purple/black checkerboards, how do I fix this?
Code:
"UnlitGeneric"
{
"$translucent" 1
"$baseTexture" "touchdownHUD/bluscore0"
"$vertexcolor" 1
"$no_fullbright" 1
"$ignorez" 1
}
However, when I load them in the game they just appear as purple/black checkerboards, how do I fix this?