Thread: Map Decals
View Single Post
nightrider
SourceMod Donor
Join Date: Dec 2008
Old 05-03-2011 , 12:13   Re: Map Decals
Reply With Quote #339

I am testing this plugin on two of my CS:S de_dust2 servers

Windows Server 2008 64bit
Counter-Strike Source
MetaMod:Source v1.9.0-devV
SourceMod v1.4.0-dev

sv_forcepreload 1
in server.cfg

Testing of the original first post version map-decals.smx (1.1)
yields functionality of the plugin as described after a server restart with decals showing.
Decals view correctly for one game. decals are loaded to the game server and our fast download site.
After a map change and the decals fail to render with errors in console as shown below.


Code:
CMaterial::PrecacheVars: error loading vmt file for decals/custom/thepantlessbanner1
CMaterial::PrecacheVars: error loading vmt file for decals/custom/thepantlessbanner2
CMaterial::PrecacheVars: error loading vmt file for decals/custom/thepantlessbanner3
CMaterial::PrecacheVars: error loading vmt file for decals/custom/thepantlessbanner1
CMaterial::PrecacheVars: error loading vmt file for decals/custom/thepantlessbanner2
CMaterial::PrecacheVars: error loading vmt file for decals/custom/thepantlessbanner3
Decal.cfg
Code:
"Decals"
{
    "thepantlessBanner1"
    {

        "path"    "decals/custom/thepantlessBanner1"

    }
    "thepantlessBanner2"
    {

        "path"    "decals/custom/thepantlessBanner2"

    }
    "thepantlessBanner3"
    {

        "path"    "decals/custom/thepantlessBanner3"

    }

}
Map config
de_dust2.cfg
Code:
"Positions"
{
    "thepantlessBanner1"
    {
        "pos1"        "1599.968750 2487.868164 171.223785"
    }
    "thepantlessBanner2"
    {
        "pos1"        "-696.252868 -640.031250 288.507507"
    }
    "thepantlessBanner3"
    {
        "pos1"        "-1376.031250 1968.215942 156.052627"
    }
}
__________________
[SIGPIC][/SIGPIC] the pantless
I am the Night Rider!, I'm a fuel-injected suicide machine.
I am a rocker! I am a roller!, I am an out-of-controller!



Last edited by nightrider; 05-03-2011 at 12:28.
nightrider is offline