• Contemporary Glass?
    5 replies, posted
I'm looking for a nice clear glass texture that is either slightly tinted with light blue, or with white. It needs to be clean and free of any murk. Is there such a glass texture already provided in the Hammer texture list or can someone point me in the direction of a custom texture? Thank you for your assistance.
The combine glass has lines going through it so unless you are making small windows you will have black lines going through it.
Why don't you just make your own? It's really not that hard. Just make a picture of a fully light blue/white colour, 128x128 in size. Then, convert it to a .vtf. Use VTFEdit to do so. Then, save that .vtf in yourmod/materials/mapnamefolder. Now, script your .vmt like this: [code]LightmappedGeneric{ "$basetexture" "mapnamefolder/yourtexture.vtf" "$envmap" "env_cubemap" "$alpha" "0.2" "$envmaptint" "[0.2 0.2 0.2]" }[/code] Save that as yourtexture.vtm and put in in yourmod/materials/mapnamefolder, aside the yourtexture.vtf. Tadaa, all done.
There's one from Portal called "frostedglass", it's not actually frosted.
Sorry, you need to Log In to post a reply to this thread.