PDA

View Full Version : RESOLVED: forums issue, problem posting vmt info


drpepper
08-04-2008, 04:02 PM
this is being fixed.

Example

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

When used in Code tags

"LightmappedGeneric"
{
"" "signs/redhillcattle"
"" 1
"" 0.25
"" 1
"%keywords" "tf"
}

Nineaxis
08-04-2008, 04:06 PM
To demonstrate the error posting VMT 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
08-04-2008, 04:07 PM
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. >: (

Snipergen
08-04-2008, 04:21 PM
N1 pepper!

drpepper
08-04-2008, 07:00 PM
"LightmappedGeneric"
{
"$basetexture" "signs/texture"
"$decal" 1
"$decalscale" 0.25
"$translucent" 1
"%keywords" "tf"
}

drpepper
08-04-2008, 07:01 PM
ok. ive traced the problem back to one of our plugins.
will take some time to figure out which one is doing this.

drpepper
08-05-2008, 08:10 AM
"LightmappedGeneric"
{
"" "signs/texture"
"" 1
"" 0.25
"" 1
"%keywords" "tf"
}

drpepper
08-05-2008, 08:12 AM
"LightmappedGeneric"
{
"" "signs/texture"
"" 1
"" 0.25
"" 1
"%keywords" "tf2"
}

drpepper
08-05-2008, 08:13 AM
"LightmappedGeneric"
{
"$basetexture" "signs/texture"
"$decal" 1
"$decalscale" 0.25
"$translucent" 1
"%keywords" "tf3"
}

drpepper
08-05-2008, 08:13 AM
** 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"

drpepper
08-05-2008, 08:14 AM
issue resolved.
thanks guys.

YM
08-05-2008, 09:08 AM
no, thank you