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

Sm_Skinchooser


Post New Thread Reply   
 
Thread Tools Display Modes
andi67
Veteran Member
Join Date: Mar 2007
Location: Somewhere near you!!!
Old 12-17-2020 , 06:54   Re: Sm_Skinchooser
Reply With Quote #2911

Example cfg for you:
Code:
// This file was auto-generated by SourceMod (v1.10.0.6497)
// ConVars for plugin "sm_skinchooser.smx"


// 0 = Disabled , 1 = Enables the Groupsystem.
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_skinchooser_admingroup "1"

// 0 = Disabled , 1 = Enabled for Admins only.
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_skinchooser_adminonly "0"

// 0 = disabled , 1 = Enables the usage for Armmodels in CSGO.
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_skinchooser_arms_enabled "0"

// 0 = Disabled , 1 = Enables Menu Auto popup.
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_skinchooser_autodisplay "1"

// 0 = Disabled , 1 = Enabled , blocks the new AgentModels.
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_skinchooser_blockagentmodels "0"

// Seconds when the Menu should be closed
// -
// Default: "30"
// Minimum: "0.000000"
// Maximum: "1000.000000"
sm_skinchooser_closemenutimer "30"

// How many times users should be able to use the !models command.
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1000.000000"
sm_skinchooser_commandcounts "1"

// Enables the CommandCounter.
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_skinchooser_commandcountsenabled "0"

// 0 = Disabled , 1 = Enables the Delay when Menu should auto popup.
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_skinchooser_displaytimer "0"

// 0 = Disabled , 1 = Enables the Plugin.
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_skinchooser_enabled "1"

// 0 = Disabled , 1 = Enabled , should Players get automaticly a Model?
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_skinchooser_forceplayerskin "0"

// Time in seconds when Model gets applied if forceplayerskin is set to 1!!!
// -
// Default: "0.3"
// Minimum: "0.300000"
// Maximum: "100.000000"
sm_skinchooser_forceplayerskintimer "0.3"

// If enabled = 1 , choosen Models will be overwritten!
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_skinchooser_forceplayerskintimer_enabled "0"

// 0 = Disabled , 1 = Enables usage of mapbased inis.
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_skinchooser_mapbased "0"

// Time in seconds when Menu should be started
// -
// Default: "5.0"
// Minimum: "0.000000"
// Maximum: "1000.000000"
sm_skinchooser_menustarttime "5.0"

// 0 = Disabled , 1 = Enabled , should Admins get automaticly a Model?
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_skinchooser_skinadmin "0"

// Time in seconds when Model gets applied if skinadmin is enabled!!!
// -
// Default: "0.3"
// Minimum: "0.300000"
// Maximum: "100.000000"
sm_skinchooser_skinadmintimer "0.3"

// If enabled = 1 , choosen Models will be overwritten!
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_skinchooser_skinadmintimer_enabled "0"

// 0 = Disabled , 1 = Enabled , should Bots have  a custom Model?
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_skinchooser_skinbots "1"

// 0 = SteamId 2 , 1 = SteamId 3
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_skinchooser_steamid_format "1"

// Prints a Message about Thirdpersonview
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_skinchooser_thirdpersonmessage_enabled "1"

// SM SKINCHOOSER VERSION
// -
// Default: "5.2"
sm_skinchooser_version "5.2"
Delete all modelfiles on your client and game/fastdownloadserver.
Uploaded all files of your models to game and fastdownloadserver.
Chech again if you have written the paths correctly with no typos.
Connect to your server and change the map.
See if this is working for you.....
__________________
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
boembastik
Junior Member
Join Date: Mar 2007
Old 12-17-2020 , 07:29   Re: Sm_Skinchooser
Reply With Quote #2912

Hi,

Now the bots are invisible...
I checked the filenames and they seem ok.
I deleted the models from the server and from the game PC, then added them again on the server and when I start the game, the files are downloaded again.
Checked the filenames but since the skins work when I select them from the menu I assume at least following files are correct:
default_skins_downloads.ini
default_skins.ini

The complete paths to the models are:
C:\steamcmd\css\cstrike\materials\models\play er\vad36lollipop
C:\steamcmd\css\cstrike\models\player\vad36lo llipop

Fast download:
C:\xampp\htdocs\cstrike\materials\models\play er\vad36lollipop
C:\xampp\htdocs\cstrike\models\player\vad36lo llipop

Content of forceskinsbots_team2.ini and forceskinsbots_team3.ini:
models/player/vad36lollipop/lolli_new.mdl

Last edited by boembastik; 12-17-2020 at 07:31.
boembastik is offline
andi67
Veteran Member
Join Date: Mar 2007
Location: Somewhere near you!!!
Old 12-17-2020 , 13:53   Re: Sm_Skinchooser
Reply With Quote #2913

Post a link to your model i'm gonna check it on my server.....
__________________
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
boembastik
Junior Member
Join Date: Mar 2007
Old 12-17-2020 , 14:08   Re: Sm_Skinchooser
Reply With Quote #2914

Thank you for your time
https://gamebanana.com/skins/143403
https://gamebanana.com/skins/137290
boembastik is offline
andi67
Veteran Member
Join Date: Mar 2007
Location: Somewhere near you!!!
Old 12-18-2020 , 10:03   Re: Sm_Skinchooser
Reply With Quote #2915

Try the link below, upload all content to your gameserver and restart. Make sure sv_pure 0/-1 is added to your server startcommandline.
Join your server and change the map.

Download
__________________
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
boembastik
Junior Member
Join Date: Mar 2007
Old 12-18-2020 , 12:34   Re: Sm_Skinchooser
Reply With Quote #2916

Unfortunately still the same issue.
I stopped the server, made a copy of my cstrike folder and then copied your files over mine (replace yes), removed local downloads files on the game PC, opened CSS on the game PC, saw the files downloading again but unfortunately the bots were invisible again and it followed with a game crash.
boembastik is offline
andi67
Veteran Member
Join Date: Mar 2007
Location: Somewhere near you!!!
Old 12-19-2020 , 12:31   Re: Sm_Skinchooser
Reply With Quote #2917

Really strange.....
__________________
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
andi67
Veteran Member
Join Date: Mar 2007
Location: Somewhere near you!!!
Old 12-20-2020 , 12:14   Re: Sm_Skinchooser
Reply With Quote #2918

Ok letīs make another try, disable all plugins like skinchooser or other plugins that changes playermodels or similar.
The little plugin below set the blue/red Santamodels for bots.
Upload to your server change map/restart server and see if this works for you.
Attached Files
File Type: sp Get Plugin or Get Source (santa.sp - 142 views - 2.3 KB)
File Type: smx santa.smx (3.5 KB, 46 views)
__________________
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
pizzadox
Member
Join Date: Oct 2012
Old 12-22-2020 , 01:35   Re: Sm_Skinchooser
Reply With Quote #2919

hi, you think its possible to over ride default player models? like to show them in the team selection menu?
css not csgo
__________________
pizzadox is offline
andi67
Veteran Member
Join Date: Mar 2007
Location: Somewhere near you!!!
Old 12-22-2020 , 06:47   Re: Sm_Skinchooser
Reply With Quote #2920

No....
__________________
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
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 14:11.


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