Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.16 KB

README.md

File metadata and controls

31 lines (21 loc) · 1.16 KB

store-advancedskins

Description

This is a sourcemod Store module that is based on Alon Gubkin's skin plugin.

This plugin's main improvement's over Alon's plugin is that it also supports custom first person arms models.

Requirements

How to Install

Download the zip file from the thread, or press Download Zip in this github page, then unpack the downloaded zip into your sourcemod folder. If you download it from github, get rid of the README.md and LISENCE file as it is just clutter.

How to add skins?

On your webpanel, add a new item with the type and loadout_slot as "skin", without the " ". The attributes field is what matters, here is an example:

{
	"model": "models/player/custom_player/kuristaja/deadpool/deadpool.mdl",
	"arms": "models/player/custom_player/kuristaja/deadpool/deadpool_arms.mdl",
	"teams": [
		2,
		3
	]
}

I don't know how well the plugin works with different teams or in Team Fortress 2 because I never tested those things.