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

Sm_Skinchooser


Post New Thread Reply   
 
Thread Tools Display Modes
mufin
BANNED
Join Date: Aug 2015
Old 01-29-2016 , 12:22   Re: Sm_Skinchooser
Reply With Quote #2161

http://blog.counter-strike.net/index.php/2012/08/4384/

It was important to us as we developed CS:GO to make sure it was as moddable and extensible as any CS game. So this is just one of many mods that will be available to CS:GO in the coming months. Are you actively developing a mod for CS:GO? Let us know.
mufin is offline
Weasel
AlliedModders Donor
Join Date: Apr 2004
Location: Undisclosed / Secure
Old 01-29-2016 , 12:28   Re: Sm_Skinchooser
Reply With Quote #2162

Quote:
Originally Posted by Hallucinogenic Troll View Post
If that is true, many mods that exist in CS:GO would be dead, as Zombie:Reloaded, Zombie Plague and even others.
If it is true, Valve is destroying community servers, step by step...
Yeah, not being able to do mods like this will make running Community Servers basically pointless. The only reason to run a largely un-modded server, is so that it actually has moderators that might actually monitor it.
__________________
Pwease pardon by bad Engrish.
Steam Profile, Steam Group, Stats, Twitter
Weasel is offline
mufin
BANNED
Join Date: Aug 2015
Old 01-29-2016 , 23:54   Re: Sm_Skinchooser
Reply With Quote #2163

bug report 1.0 when player selects none arm models and player model full invis
mufin is offline
mufin
BANNED
Join Date: Aug 2015
Old 01-30-2016 , 00:05   Re: Sm_Skinchooser
Reply With Quote #2164

bug report 1.1 also on none menu shows all the model groups

Last edited by mufin; 01-30-2016 at 00:05. Reason: english
mufin is offline
andi67
Veteran Member
Join Date: Mar 2007
Location: Somewhere near you!!!
Old 01-30-2016 , 05:51   Re: Sm_Skinchooser
Reply With Quote #2165

Thanks , I gonna fix 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
mufin
BANNED
Join Date: Aug 2015
Old 01-30-2016 , 21:28   Re: Sm_Skinchooser
Reply With Quote #2166

ohh edit bc i had "path not "model"


sorry i just copy from your css one to the csgo one and added arm line under it


you should change "model" to path so we can copy to the new one.

sorry again

Last edited by mufin; 01-30-2016 at 21:37.
mufin is offline
f0xie
Junior Member
Join Date: Aug 2015
Old 01-31-2016 , 07:28   Re: Sm_Skinchooser
Reply With Quote #2167

Code:
//Configure your menu here
"Models"
{
	"HeadAdmin Models"
	{
		"Admin" "z"
		"Team1"
		{
			"Coach"
			{
				"model" "models/player/custom_player/kuristaja/l4d2/coach/coachv2.mdl"
				"arms"	"models/player/custom_player/kuristaja/l4d2/coach/coach_arms.mdl"
			} 
		}		

		"Team2"
		{
			"Nick"
			{
				"model" "models/player/custom_player/kuristaja/l4d2/nick/nickv2.mdl"
				"arms"	"models/player/custom_player/kuristaja/l4d2/nick/nick_arms.mdl"
			}
		}
	}
	
	"Admin Models"
	{
		"Admin" "c"
		"Team1"
		{
			"Jason"
			{
				"model" "models/player/custom_player/kuristaja/mkx/jason/jasonv2.mdl"
				"arms"	"models/player/custom_player/kuristaja/mkx/jason/jason_arms.mdl"
			}
		}

		"Team2"
		{
			"Batman"
			{
				"model" "models/player/custom_player/kuristaja/ak/batman/batmanv2.mdl"
				"arms"	"models/player/custom_player/kuristaja/ak/batman/batman_arms.mdl"
			}			
		}
	}

	"Modele Vip"
	{
		"Admin" "a"
		"Team1"
		{
			"Ada Wong"
			{
				"model" "models/player/custom_player/kuristaja/re6/ada/adav5.mdl"
				"arms"	"models/player/custom_player/kuristaja/re6/ada/ada_arms.mdl"
			}
			"Duke Nukem"
			{
				"model" "models/player/custom_player/kuristaja/duke/dukev3.mdl"
				"arms"	"models/player/custom_player/kuristaja/duke/duke_arms.mdl"
			}
			"Mumia"
			{
				"model" "models/player/custom_player/zombie/mummy/mummy.mdl"
				"arms"	"models/player/custom_player/zombie/mummy/mummy_arms.mdl"
			}
		}

		"Team2"
		{
			"Nanosuit"
			{
				"model" "models/player/custom_player/kuristaja/nanosuit/nanosuitv3.mdl"
				"arms"	"models/player/custom_player/kuristaja/nanosuit/nanosuit_arms.mdl"
			}
			"yoshino"
			{
				"model" "models/player/bbs_93x_net/yoshino/yoshino.mdl"
				"arms"	"models/player/bbs_93x_net/yoshino/yoshino_arms_02.mdl"
			}
			"Sniper"
			{
				"model" "models/player/kuristaja/tf2/sniper/sniper_blu.mdl"
				"arms"	"models/player/kuristaja/tf2/sniper/sniper_blu_arms.mdl"
			}
		}
	}
}


//If you use Fastdownload make sure all your model and material files are on your webserver!!!
I have the same bug as someone mentioned above, when someone picks none he got all sections but when he chooses something he becomes invisible, also when more peaple use it they get cs crash.
f0xie is offline
andi67
Veteran Member
Join Date: Mar 2007
Location: Somewhere near you!!!
Old 01-31-2016 , 12:23   Re: Sm_Skinchooser
Reply With Quote #2168

Look at the post above , the guy solved 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
f0xie
Junior Member
Join Date: Aug 2015
Old 01-31-2016 , 13:26   Re: Sm_Skinchooser
Reply With Quote #2169

I wrote a new config which you see above, in my default_skins.ini i got all "path" replaced to "models" as you can see above. I tried changing it "path to see what happen but it only makes it worse.
f0xie is offline
Silence366
New Member
Join Date: Jan 2016
Old 01-31-2016 , 16:03   Re: Sm_Skinchooser
Reply With Quote #2170

Hi all. I'm new here. I just installed this plugin for my Jailbreak server I'm trying to create.

I'm new to all of this as a matter a fact. The issue is that I believe I did everything right, I join my server, I select my skin, I see myself as the skin when I die, but all my friend sees is just a big error.

Not sure what to do. Any help would be greatly appreciated.
Silence366 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 13:53.


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