AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Store (https://forums.alliedmods.net/forumdisplay.php?f=157)
-   -   Release Skins (1.1-alpha) (https://forums.alliedmods.net/showthread.php?t=208129)

alongub 02-10-2013 08:50

Skins (1.1-alpha)
 
1 Attachment(s)
[Store] Skins (1.1-alpha)


Description:
  • This plugin allows players to buy custom skins in the store to customize the appearance of their character.
  • The plugin doesn't come with any skins - you'll have to add them.
  • The most recent source code is available at this project's GitHub repository: https://github.com/alongubkin/store-skins.
Requirements:Installation:

Download the attached zip archive and extract it to your sourcemod folder intact. Then open your store web panel, navigate to Import/Export System under the Tools menu, and import configs/store/json-import/skin.json

Adding skins:

You can use the web panel to add skins. Open the web panel, navigate to Add New Item under the Items menu. In type and loadout_slot, type skin. Change name, display_name, description and attrs to customize the new skin.

Example of an attrs value for skins:

Code:

{
    "model": "models/player/kirby/admin/umbrella_leet.mdl",
    "teams": [2, 3]
}


mickael002 02-10-2013 15:56

Re: [Store] Skins (1.0.7-alpha)
 
When a players have a skins and the map change, on players choise team == Server Crash



Please fix !

scorpadorp 02-10-2013 16:03

Re: [Store] Skins (1.0.7-alpha)
 
For TF2, I added a skin. I bought and equipped it without any errors, but when I spawn the skin doesn't show at all. All is see is the regular pyro. My attributes are the same as yours.

Arrow768 02-10-2013 16:20

Re: [Store] Skins (1.0.7-alpha)
 
I have got the same problem in CS:S.
The skins are setup in the DB but the skins are not assigned to the users.
http://d.pr/i/pdRI

mickael002 02-10-2013 16:57

Re: [Store] Skins (1.0.7-alpha)
 
Quote:

Originally Posted by Arrow768 (Post 1891933)
I have got the same problem in CS:S.
The skins are setup in the DB but the skins are not assigned to the users.
http://d.pr/i/pdRI

Try : Die => Go Spectator => Go Terrorist or Counter-Terrorist.

AND call your friends for asking if he sees your skins.

You cannot view yourself your skins with store.

DoctorWaffles 02-11-2013 05:06

Re: [Store] Skins (1.0.7-alpha)
 
Quote:

Originally Posted by scorpadorp (Post 1891922)
For TF2, I added a skin. I bought and equipped it without any errors, but when I spawn the skin doesn't show at all. All is see is the regular pyro. My attributes are the same as yours.

Same here

Arrow768 02-11-2013 05:57

Re: [Store] Skins (1.0.7-alpha)
 
I have changed the attrs field from
Quote:

{
"model": "models/player/kuristaja/pbear/pbear.mdl",
"teams": [2]
}
to
Quote:

{ "model": "models/player/kuristaja/pbear/pbear.mdl", "teams": [2]}
And now the server crashes on round start when I select a skin
This error is shown: http://d.pr/i/Yxgm (I know that there is a problem with another plugin)

alongub 02-12-2013 12:06

Re: [Store] Skins (1.0.8-alpha)
 
1.0.8-alpha (12 February 2012)
  • Fixed pre-caching bugs.

mickael002 02-12-2013 14:54

Re: [Store] Skins (1.0.8-alpha)
 
Quote:

Originally Posted by alongub (Post 1893062)
1.0.8-alpha (12 February 2012)
  • Fixed pre-caching bugs.

What is exactly that ?

He solve this probleme ? (When a players have a skins and the map change, on players choise team == Server Crash)

Drixevel 02-12-2013 15:07

Re: [Store] Skins (1.0.8-alpha)
 
I'm having the issue above, skins don't pop up. I double checked everything and it should work so I'm not sure.


All times are GMT -4. The time now is 17:25.

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