Raised This Month: $ Target: $400
 0% 

Sm_Skinchooser


Post New Thread Reply   
 
Thread Tools Display Modes
matt.b
BANNED
Join Date: Apr 2010
Old 07-30-2010 , 13:43   Re: Sm_Skinchooser
Reply With Quote #431

admin skins not working..
matt.b is offline
andi67
Veteran Member
Join Date: Mar 2007
Location: Somewhere near you!!!
Old 07-31-2010 , 09:59   Re: Sm_Skinchooser
Reply With Quote #432

admins.cfg or admins_simple ?
__________________
Waiting for HL3,Day of Defeat3 ,but will it ever come? So I'm gonna play COD WW2.>>>>SM_SKINCHOOSER<<<<
>>You need Models for DODS/CSS/CSGO , than click here!!!<<
andi67 is offline
Minez
Junior Member
Join Date: Aug 2010
Old 08-05-2010 , 09:02   Re: Sm_Skinchooser
Reply With Quote #433

Is it possible to force skins to clients?
Minez is offline
Minez
Junior Member
Join Date: Aug 2010
Old 08-06-2010 , 00:35   Re: Sm_Skinchooser
Reply With Quote #434

My Publics Skins are also working fine, but my admin skins are'nt working, I am using the latest version of sourcemod and skinchooser..

my skins.ini
//Configure your menu here
"Models"
{
"Supporter/Admin Skins"
{
"Admin" "z"
"Team1"
{
"50 Cents"
{
"path" "models/player/slow/50cent/slow.mdl"
}
}

"Team2"
{
"Power Armor"
{
"path" "models/player/slow/section_8/slow.mdl"
}
}
}
"Public Models"
{
"Admin" ""
"Team1"
{
"Prisonnier"
{
"path" "models/player/natalya/prison/prisoner.mdl"
}
}

"Team2"
{
"Gardien de Prison"
{
"path" "models/player/natalya/umbrella_urban/umbrella_urban.mdl"
}
}
}
}

ALL the models file and materials are downloaded successfully, so the problem isnt with the download
Minez is offline
andi67
Veteran Member
Join Date: Mar 2007
Location: Somewhere near you!!!
Old 08-06-2010 , 14:56   Re: Sm_Skinchooser
Reply With Quote #435

Make a new skins.ini with Wordpad and see if that is working , or download the 1.9 and customize the included skins.ini to your likening....but use WORDPAD not the EDITOR!!!
__________________
Waiting for HL3,Day of Defeat3 ,but will it ever come? So I'm gonna play COD WW2.>>>>SM_SKINCHOOSER<<<<
>>You need Models for DODS/CSS/CSGO , than click here!!!<<
andi67 is offline
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
andi67
Veteran Member
Join Date: Mar 2007
Location: Somewhere near you!!!
Old 08-08-2010 , 07:00   Re: Sm_Skinchooser
Reply With Quote #437

Well you canīt store Models that are handled by the Game itself , only way is to make them Custommodels.......
__________________
Waiting for HL3,Day of Defeat3 ,but will it ever come? So I'm gonna play COD WW2.>>>>SM_SKINCHOOSER<<<<
>>You need Models for DODS/CSS/CSGO , than click here!!!<<
andi67 is offline
Nuclear_Suspect
Member
Join Date: Oct 2009
Old 08-08-2010 , 07:23   Re: Sm_Skinchooser
Reply With Quote #438

Dagnabbit, it worked on pRED's plugin but that plugin doesnt have the lovely flags.
Nuclear_Suspect is offline
andi67
Veteran Member
Join Date: Mar 2007
Location: Somewhere near you!!!
Old 08-08-2010 , 07:58   Re: Sm_Skinchooser
Reply With Quote #439

Hole skinīs.ini please , Iīll take a look on it.
__________________
Waiting for HL3,Day of Defeat3 ,but will it ever come? So I'm gonna play COD WW2.>>>>SM_SKINCHOOSER<<<<
>>You need Models for DODS/CSS/CSGO , than click here!!!<<
andi67 is offline
Nuclear_Suspect
Member
Join Date: Oct 2009
Old 08-09-2010 , 12:07   Re: Sm_Skinchooser
Reply With Quote #440

This is the part where you point out something obvious and I feel like a twat ;)

Code:
//Configure your menu here
"Models"
{
"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"
    }
}
}

"Custom"
{
"Admin"    "s"
"Team1"
{
    "Neo Heavy"
    {
        "path"    "models\player\Neo_heavy.mdl"
    }
    "Po"
    {
        "path"    "models\player\po_hl2mp_player\po_hl2mp_player.mdl"
    }
    "Sausage Girl"
    {
        "path"    "models/sgrl.mdl"
    }
    "Amy"
    {
        "path"    "Models\characters\SH\amy.mdl"
    }
    "Rouge"
    {
        "path"    "Models\characters\SH\rouge.mdl"
    }
    "Sonic"
    {
        "path"    "Models\characters\SH\sonic.mdl"
    }
    "Tails"
    {
        "path"    "Models\characters\SH\tails.mdl"
    }
    "Mr. Crowbar"
    {
        "path"    "models\humans\male_crowbar.mdl"
    }
}

"Team2"
{
    "Neo Heavy"
    {
        "path"    "models\player\Neo_heavy.mdl"
    }
    "Po"
    {
        "path"    "models\player\po_hl2mp_player\po_hl2mp_player.mdl"
    }
    "Sausage Girl"
    {
        "path"    "models/sgrl.mdl"
    }
    "Amy"
    {
        "path"    "Models\characters\SH\amy.mdl"
    }
    "Rouge"
    {
        "path"    "Models\characters\SH\rouge.mdl"
    }
    "Sonic"
    {
        "path"    "Models\characters\SH\sonic.mdl"
    }
    "Tails"
    {
        "path"    "Models\characters\SH\tails.mdl"
    }
    "Mr. Crowbar"
    {
        "path"    "models\humans\male_crowbar.mdl"
    }
}
}

"Admins"
{
"Admin" "b"
"Team1"
{
    "SuperShadow"
    {
        "path"    "Models\characters\SH\supershadow.mdl"
    }
    "SuperSonic"
    {
        "path"    "Models\characters\SH\supersonic.mdl"
    }
    "Liberty Prime"
    {
        "path"    "models\player\sam.mdl"
    }
}

"Team2"
{
    "SuperShadow"
    {
        "path"    "Models\characters\SH\supershadow.mdl"
    }
    "SuperSonic"
    {
        "path"    "Models\characters\SH\supersonic.mdl"
    }
    "Liberty Prime"
    {
        "path"    "models\player\sam.mdl"
    }
}
}

"Root"
{
"Admin" "z"
"Team1"
{
    "Shadow"
    {
        "path" "Models\characters\SH\shadow.mdl"
    }
}

"Team2"
{
    "Shadow"
    {
        "path" "Models\characters\SH\shadow.mdl"
    }
}

}

}


//If you use Fastdownload make sure all your model and material files are on your webserver!!!
Nuclear_Suspect is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 23:08.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode