von*ferret Posted February 11, 2007 Report Posted February 11, 2007 I'm toying with a dod map, i apply a material to a face. In the game it fades in and out of black. Are some materials not supposed to be used? I'm trying to match textures to the broken walls. Any help would be appreciated.
Erratic Posted February 11, 2007 Report Posted February 11, 2007 In source if you use textures intended for models, ones that are flagged as vertexlit generic(declared by the .vmt) as opposed to lightmapped generic for world textures you get this effect.
von*ferret Posted February 11, 2007 Author Report Posted February 11, 2007 nuts! I'll have to find the other texture. Thanks mate.
Defrag Posted February 11, 2007 Report Posted February 11, 2007 It's easy enough to edit texture .vmt files to get what you want. [*:x7k1vzjz]Extract the .vmt from the DoD .gcf [*:x7k1vzjz]Edit it the .vmt appropriately (remove the $model or whatever command that is giving you problems) [*:x7k1vzjz]Resave it as whatevernameitwas_ferret.vmt [*:x7k1vzjz]Drop it into the DoD materials/yourmapname/ folder, then distribute it with your map when you release [*:x7k1vzjz]Use this texture in your map instead of the old one
Furyo Posted February 11, 2007 Report Posted February 11, 2007 If you don't want to be bothered, enter the materials/models folder in the exclusion list of your hammer options. That way the textures in that folder won't be loaded so you're sure you're not using them
von*ferret Posted February 11, 2007 Author Report Posted February 11, 2007 I'll have to do that. If I decide to go ahead and make a releasable map I dont want any custom content for quick and easy download. Thanks guys.
Erratic Posted February 11, 2007 Report Posted February 11, 2007 I'll have to do that. If I decide to go ahead and make a releasable map I dont want any custom content for quick and easy download. Thanks guys. Yeah I'm up to pretty much the same thing
e-freak Posted February 11, 2007 Report Posted February 11, 2007 a 2kb text file included in the bsp won't hijack your mapdownloads
von*ferret Posted February 11, 2007 Author Report Posted February 11, 2007 indeed, but its slippery slope for me.
Recommended Posts