Raised This Month: $51 Target: $400
 12% 

Sm_Skinchooser


Post New Thread Reply   
 
Thread Tools Display Modes
St00ne
Veteran Member
Join Date: Jan 2011
Location: Annecy - France
Old 05-06-2012 , 21:13   Re: Sm_Skinchooser
Reply With Quote #1081

Ok, no offense. Now let's make it simple:
You mean that if you set mp_teamplay 1 and the plugin is disabled, you don't have any problem?
St00ne is offline
morpheusxeno
Junior Member
Join Date: Oct 2010
Old 05-06-2012 , 22:58   Re: Sm_Skinchooser
Reply With Quote #1082

MP_TEAMPLAY 1 + NO PLUGIN = Zero problems
MP_TEAMPLAY 0 + PLUGIN = Zero Problems
MP_TEAMPLAY 1 + PLUGIN = Problems
morpheusxeno is offline
St00ne
Veteran Member
Join Date: Jan 2011
Location: Annecy - France
Old 05-07-2012 , 01:23   Re: Sm_Skinchooser
Reply With Quote #1083

Quote:
Originally Posted by morpheusxeno View Post
MP_TEAMPLAY 1 + NO PLUGIN = Zero problems
MP_TEAMPLAY 0 + PLUGIN = Zero Problems
MP_TEAMPLAY 1 + PLUGIN = Problems
Ok thank you, I didn't understand it this way.
I can't help you and I guess users of HL2DM servers will be more likely to.
I can only tell you that this is not correct:

Code:
//Configure your menu here
"Models"
{
    "Admin Models"
    {
        "Admin" "t"
        "Team1"
        {
            "Anya"
            {
                "path" "models/alyx.mdl"
            }
            "Anya2"
            {
                "path" "models/alyx.mdl"
            }
        }
    }
}



//If you use Fastdownload make sure all your model and material files are on your webserver!!!
It should be:

Code:
//Configure your menu here
"Models"
{
    "Admin Models"
    {
        "Admin" "t"
        "Team1"
        {
            "Anya"
            {
                "path" "models/alyx.mdl"
            }
        }
        "Team2"
        {
            "Anya2"
            {
                "path" "models/alyx.mdl"
            }
        }
    }
}


//If you use Fastdownload make sure all your model and material files are on your webserver!!!
Regards,

St00ne
St00ne is offline
andi67
Veteran Member
Join Date: Mar 2007
Location: Somewhere near you!!!
Old 05-07-2012 , 13:15   Re: Sm_Skinchooser
Reply With Quote #1084

Nononono......hldm uses 2 different iniīs .....

So first you should go through the standard procedure and disable all addons(Mattie also) exept newest SM- and MMSVersion only sm_skinchooser , than see what happens also make sure you use a valid model.



Your Logfile didnīt give any information if the crash is coming from this so it is useless......
__________________
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
morpheusxeno
Junior Member
Join Date: Oct 2010
Old 05-07-2012 , 13:28   Re: Sm_Skinchooser
Reply With Quote #1085

I have already done that because I heard there were some problems with the Z block. but I will do some more testing in a few hours to see what I can do to fix it
morpheusxeno is offline
andi67
Veteran Member
Join Date: Mar 2007
Location: Somewhere near you!!!
Old 05-07-2012 , 14:52   Re: Sm_Skinchooser
Reply With Quote #1086

Quote:
"Anya"
{
"path" "models/alyx.mdl"
}
"Anya2"
{
"path" "models/alyx.mdl"
}
Why did you set the same model twice?
In your other ini itīs the same and mor often , I would recommed to delete unsed paths/models and sections.....
__________________
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
phsycomig
Member
Join Date: Oct 2011
Old 05-07-2012 , 15:40   Re: Sm_Skinchooser
Reply With Quote #1087

Hello

I have a problem with this plugin.

When i start my server with sm_skinchooser plugin, i cannot see regular skins, like standard skins, but as soon i select a model from the skinchooser i can see it. if i unload skinchooser i can see standard skins again.

If i start the server with skinchooser, and don't select a skin, so i still have the standard skin and i die, everyone on the server get crash. i've seen some people earlier on this topic have the same problem.

any ideas how to fix this?

btw is it possible to switch version to 1.9 or something that works?

Last edited by phsycomig; 05-07-2012 at 16:22.
phsycomig is offline
morpheusxeno
Junior Member
Join Date: Oct 2010
Old 05-07-2012 , 15:41   Re: Sm_Skinchooser
Reply With Quote #1088

I just wanted to keep the same form on everything. just want to work with default stuff.
morpheusxeno is offline
St00ne
Veteran Member
Join Date: Jan 2011
Location: Annecy - France
Old 05-07-2012 , 16:31   Re: Sm_Skinchooser
Reply With Quote #1089

Quote:
Originally Posted by phsycomig View Post
Hello

I have a problem with this plugin.

When i start my server with sm_skinchooser plugin, i cannot see regular skins, like standard skins, but as soon i select a model from the skinchooser i can see it. if i unload skinchooser i can see standard skins again.

If i start the server with skinchooser, and don't select a skin, so i still have the standard skin and i die, everyone on the server get crash. i've seen some people earlier on this topic have the same problem.

any ideas how to fix this?

btw is it possible to switch version to 1.9 or something that works?
Hi, be sure to have sm_skinchooser_forceplayerskin 0. If you set it at 1, be sure to have sm_skinchooser_playerspawntimer 1, and both forceskinsplayer_team2.ini and forceskinsplayer_team3.ini files correctly set.

Example with default models:

forceskinsplayer_team2.ini:
Code:
models/player/t_phoenix.mdl
models/player/t_leet.mdl
models/player/t_arctic.mdl
models/player/t_guerilla.mdl
forceskinsplayer_team3.ini
Code:
models/player/ct_urban.mdl
models/player/ct_gsg9.mdl
models/player/ct_sas.mdl
models/player/ct_gign.mdl
I tried once to set sm_skinchooser_forceplayerskin 1 without anything in these ini files, thinking that it would do nothing... indeed it made players disappear completely

Last edited by St00ne; 05-07-2012 at 16:31.
St00ne is offline
morpheusxeno
Junior Member
Join Date: Oct 2010
Old 05-07-2012 , 21:28   Re: Sm_Skinchooser
Reply With Quote #1090

I wouldnt mind giving info for my server FTP access if you think you could fix the problem. Its a public server many play on.
morpheusxeno 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 16:06.


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