RESOLVED: forums issue, problem posting vmt info

drp

aa
Oct 25, 2007
2,273
2,628
this is being fixed.

Example

"LightmappedGeneric"
{
"$basetexture" "signs/redhillcattle"
"$decal" 1
"$decalscale" 0.25
"$translucent" 1
"%keywords" "tf"
}

When used in Code tags

Code:
"LightmappedGeneric"
{
"" "signs/redhillcattle"
"" 1
"" 0.25
"" 1
"%keywords" "tf"
}
 
Last edited by a moderator:

Nineaxis

Quack Doctor
aa
May 19, 2008
1,767
2,820
To demonstrate the error posting VMT code

Code:
"LightmappedGeneric"
{
	"" "signs/texture"
	"" 1
	"" 0.25
	"" 1
	"%keywords" "tf"
}

// This texture is by Nineaxis
// http://fabrydesign.com

"LightmappedGeneric"
{
"$basetexture" "signs/texture"
"$decal" 1
"$decalscale" 0.25
"$translucent" 1
"%keywords" "tf"
}

// This texture is by Nineaxis
// http://fabrydesign.com

Code tag removes $variables that are in quotes.
 

Lord Ned

L420: High Member
Feb 11, 2008
421
174
Happens with compile logs too.

** Parameters: "C:Documents and SettingsMattMy DocumentsPlanets.bsp" "c:program filessteamsteamappslordmatthoffmanhalf-life 2 episode twoep2mapsPlanets.bsp"

Should be:
** Parameters: "C:\Documents and Settings\Matt\My Documents\Planets.bsp" "c:\program files\steam\steamapps\lordmatthoffman\half-life 2 episode two\ep2\maps\Planets.bsp"


Edit: Ps make smiley's not show up in code tags. >: (
 
Last edited:

drp

aa
Oct 25, 2007
2,273
2,628
Code:
"LightmappedGeneric"
{
	"$basetexture" "signs/texture"
	"$decal" 1
	"$decalscale" 0.25
	"$translucent" 1
	"%keywords" "tf"
}
 

drp

aa
Oct 25, 2007
2,273
2,628
ok. ive traced the problem back to one of our plugins.
will take some time to figure out which one is doing this.
 

drp

aa
Oct 25, 2007
2,273
2,628
Code:
"LightmappedGeneric"
{
	"" "signs/texture"
	"" 1
	"" 0.25
	"" 1
	"%keywords" "tf"
}
 

drp

aa
Oct 25, 2007
2,273
2,628
Code:
"LightmappedGeneric"
{
	"" "signs/texture"
	"" 1
	"" 0.25
	"" 1
	"%keywords" "tf2"
}
 

drp

aa
Oct 25, 2007
2,273
2,628
Code:
"LightmappedGeneric"
{
	"$basetexture" "signs/texture"
	"$decal" 1
	"$decalscale" 0.25
	"$translucent" 1
	"%keywords" "tf3"
}
 

drp

aa
Oct 25, 2007
2,273
2,628
** Parameters: "C:\Documents and Settings\Matt\My Documents\Planets.bsp" "c:\program files\steam\steamapps\lordmatthoffman\half-life 2 episode two\ep2\maps\Planets.bsp"