Hello,
I am trying to get your Plugin working on my server but having some really weird problems. I am trying to force ALL players to appear as Red/Blue Masterchiefs from the HALO Series.
Before I get into the exact problems I will list my config files.
Code:
//
// Simple Custom Skins Config
//
// Enable custom skins? 1 = ON 0 = OFF Default = 1
sm_simple_skins "1"
// Are skins applied to admins only? 1 = ADMINS ONLY 0 = ALL PLAYERS Default = 1
sm_ss_adminonly "0"
// Are skins applied to bots? 1 = YES 0 = NO Default = 0
sm_ss_skinbots "0"
// The custom CT skin. relative to your cstrike dir.
sm_ss_ctskin "models/player/bic/ct_sas.mdl"
// The custom T skin. relative to your cstrike dir.
sm_ss_tskin "models/player/bic/t_arctic.mdl"
simple_skins_downloads.ini
Code:
// ct model
models/player/bic/ct_sas.xbox.vtx
models/player/bic/ct_sas.vvd
models/player/bic/cs_sas.sw.vtx
models/player/bic/ct_sas.phy
models/player/bic/ct_sas.dx90.vtx
models/player/bic/ct_sas.dx80.vtx
materials/models/player/bic/bluemc/Masterchief_Visor_normal.vtf
materials/models/player/bic/bluemc/Masterchief_Visor.vtf
materials/models/player/bic/bluemc/Masterchief_visor.vmt
materials/models/player/bic/bluemc/Masterchief_Clothes_normal.vtf
materials/models/player/bic/bluemc/Masterchief_Clothes.vtf
materials/models/player/bic/bluemc/Masterchief_clothes.vmt
materials/models/player/bic/bluemc/Masterchief_Armor_normal.vtf
materials/models/player/bic/bluemc/Masterchief_Armor.vtf
materials/models/player/bic/bluemc/Masterchief_Armor.vmt
// t model
models/player/bic/t_arctic.xbox.vtx
models/player/bic/t_arctic.vvd
models/player/bic/t_arctic.sw.vtx
models/player/bic/t_arctic.phy
models/player/bic/t_arctic.dx90.vtx
models/player/bic/t_arctic.dx80.vtx
materials/models/player/bic/redmc/Masterchief_Visor_normal.vtf
materials/models/player/bic/redmc/Masterchief_Visor.vtf
materials/models/player/bic/redmc/Masterchief_visor.vmt
materials/models/player/bic/redmc/Masterchief_Clothes_normal.vtf
materials/models/player/bic/redmc/Masterchief_Clothes.vtf
materials/models/player/bic/redmc/Masterchief_clothes.vmt
materials/models/player/bic/redmc/Masterchief_Armor_normal.vtf
materials/models/player/bic/redmc/Masterchief_Armor.vtf
materials/models/player/bic/redmc/Masterchief_Armor.vmt
I am using the original SimpleCustomSkins.smx that was originall posted.
This is a link to the skins/models that I am using
Code:
http://forums.eventscripts.com/viewtopic.php?t=25267
And now to give you an Idea of the problems that I am having!
First I would like to note that all files are downloading except the following:
ct_sas.mdl
t_arctic.mdl
I have had 4 different people test. Each are having different results.
1)Can See T Models/Skins Perfectly, CT Totally Invisible
2)Can See CT Models/Skins Perfectly, T Totally Invisible
3)All Invisible
4)All Error Signs
I am Totally confused and frankly; slightly out of my league I believe. Though I am definitely not new to running/administrating a server. I have never attempted to do custom skins/models before.