Custom textures?

Bun

L1: Registered
Aug 2, 2008
32
1
I always wondered how you add custom textures, right now I'm making a map and the current textures doesn't look that great. So just one simple question, how do you add custom ones?
 

nossie

L3: Member
May 9, 2008
107
4
you need to put the textures in the tf/materials folder im pretty sure. is that what your asking? or are you asking how to put them into the map? if the latter then u need to Pakrat them in which then puts them all into the bsp so other ppl dont get errors when they play the map
 

Jacfu

L1: Registered
May 27, 2008
10
1
one simple question, how do you add custom ones?

this is what I use:

Once you've made your custom tex ( in photoshop etc. )
you have to save it as a vtf.
http://developer.valvesoftware.com/wiki/Photoshop_VTF_Plugin
and this is also handy:
http://developer.nvidia.com/object/photoshop_dds_plugins.html
& read this too : http://developer.valvesoftware.com/wiki/Vmt
hope you get it sorted, just remember to embed custom textures before releasing the bsp. & that lots of custom textures will increase your maps filesize. You can use Pakrat to embed or Map Analyst MAN:
http://www.map-lounge.de/man/index.html
 

Bun

L1: Registered
Aug 2, 2008
32
1
Ah ok, I put VTFs in the tf/materials folder and it worked, thanks! ^^