Thread: Sm_Skinchooser
View Single Post
Nuclear_Suspect
Member
Join Date: Oct 2009
Old 08-07-2010 , 03:36   Re: Sm_Skinchooser
Reply With Quote #436

I got it working just fine.. well mostly theres one little catch that I still havent figured out.

My menu works flawlessly and exactly as configured, my custom models work like a dream too, but the stock models (Breen, Kleiner, Combines etc.) refuse to work.

My theory is that they're no good because they havent been pre-cached like the other models, so how exactly do I do that?

Code:
"Stock"
{
"Admin" "s"
"Team1"
{
    "Default"
    {
        "path" ""
    }
    "Alyx"
    {
        "path" "models/alyx.mdl"
    }
    "Barney"
    {
        "path" "models/barney.mdl"
    }
    "Breen"
    {
        "path" "models/breen.mdl"
    }
    "Combine Elite"
    {
        "path" "models/combine_super_soldier.mdl"
    }
    "Combine Soldier"
    {
        "path" "models/combine_soldier.mdl"
    }
    "Eli"
    {
        "path" "models/eli.mdl"
    }
    "Father Grigori"
    {
        "path" "models/monk.mdl"
    }
    "GMan"
    {
        "path" "models/gman_high.mdl"
    }
    "Kleiner"
    {
        "path" "models/kleiner.mdl"
    }
    "Metrocop"
    {
        "path" "models/police.mdl"
    }
    "Mossman"
    {
        "path" "models\mossman.mdl"
    }
    "Odessa"
    {
        "path" "models\odessa.mdl"
    }
    "Prison Guard"
    {
        "path" "models/combine_soldier_prisonguard.mdl"
    }
    "Stripped Combine"
    {
        "path" "models/soldier_stripped.mdl"
    }
    "Zombie HL2 Classic"
    {
        "path" "models/zombie/classic.mdl"
    }
    "Zombie HL2 Fast"
    {
        "path" "models/zombie/fast.mdl"
    }
    "Zombie HL2 Poison"
    {
        "path" "models/zombie/poison.mdl"
    }
    "Zombie ZM Banshee"
    {
        "path" "models/zombie/zm_fast.mdl"
    }
    "Zombie ZM Hulk"
    {
        "path" "models/zombie/hulk.mdl"
    }
    "Zombie ZM Immolator"
    {
        "path" "models/zombie/burnzie.mdl"
    }
    "Zombie ZM Shambler"
    {
        "path" "models/zombie/zm_classic.mdl"
    }
}

"Team2"
{
    "Default"
    {
        "path" ""
    }
    "Alyx"
    {
        "path" "models/alyx.mdl"
    }
    "Barney"
    {
        "path" "models/barney.mdl"
    }
    "Breen"
    {
        "path" "models/breen.mdl"
    }
    "Combine Elite"
    {
        "path" "models/combine_super_soldier.mdl"
    }
    "Combine Soldier"
    {
        "path" "models/combine_soldier.mdl"
    }
    "Eli"
    {
        "path" "models/eli.mdl"
    }
    "Father Grigori"
    {
        "path" "models/monk.mdl"
    }
    "GMan"
    {
        "path" "models/gman_high.mdl"
    }
    "Kleiner"
    {
        "path" "models/kleiner.mdl"
    }
    "Metrocop"
    {
        "path" "models/police.mdl"
    }
    "Mossman"
    {
        "path" "models\mossman.mdl"
    }
    "Odessa"
    {
        "path" "models\odessa.mdl"
    }
    "Prison Guard"
    {
        "path" "models/combine_soldier_prisonguard.mdl"
    }
    "Stripped Combine"
    {
        "path" "models/soldier_stripped.mdl"
    }
    "Zombie HL2 Classic"
    {
        "path" "models/zombie/classic.mdl"
    }
    "Zombie HL2 Fast"
    {
        "path" "models/zombie/fast.mdl"
    }
    "Zombie HL2 Poison"
    {
        "path" "models/zombie/poison.mdl"
    }
    "Zombie ZM Banshee"
    {
        "path" "models/zombie/zm_fast.mdl"
    }
    "Zombie ZM Hulk"
    {
        "path" "models/zombie/hulk.mdl"
    }
    "Zombie ZM Immolator"
    {
        "path" "models/zombie/burnzie.mdl"
    }
    "Zombie ZM Shambler"
    {
        "path" "models/zombie/zm_classic.mdl"
    }
}
}
I've tried adding the .mdl's into the skinchooser download file but to no avail, any suggestions?

/EDIT

And of course thanks for the plugin, it was EXACTLY what I was searching for when I found out that pRED's plugin only worked with groups and not flags (Which is quite a problem when also using sourcebans)

Last edited by Nuclear_Suspect; 08-07-2010 at 03:39.
Nuclear_Suspect is offline