View Single Post
Old 06-10-2007, 05:20 AM   #15
Beetle
Beta than eva'
 
Beetle's Avatar
 
Join Date: Mar 2007
Posts Rated Helpful 0 Times
Put this as a note to the cncr04's texture pack. Using packrat, or man.exe, you'll need to change any vmf file in his texture pack like this.

At the beginning of every vmt file he incorrectly put a "/" like so:
Code:
"lightmappedgeneric"
{
	"$basetexture" "/cncr04s/dirt/bocroad"
	"$surfaceprop" "dirt"
	"$keywords" "dirt"
}
it should be:
Code:
"lightmappedgeneric"
{
	"$basetexture" "cncr04s/dirt/bocroad"
	"$surfaceprop" "dirt"
	"$keywords" "dirt"
}
Notice the "/" mark before the cncr04s folder. It shouldn't be there and won't correctly embed into a bsp unless you take it out. I don't know about doing it manually, but if u use a program, you will have to take that "/" out of every vmt file of his.
Beetle is offline   Reply With Quote