09-02-2007, 07:53 AM
OK, ive been working trying to figure this out for about 2 hours now and cant figure out what I did wrong so Im posting here, I have all the files uploaded/edited to what they need to be and they still do not work, the menu comes up to choose your skin but it only has 1 option which is standard, here is the info:
I used this tutorial,
I wanted to upload this skin:
(First one, predator)
So this is what i do, i upload all the files to the ftp, all is good, i now go to cfg\mani_admin_plugin\skins\admin_t ( i was just testing installing skins so I only put 1 admin skin for t's)
I created a predator.txt file in ...\skins\admin_t and put this in there:
then i put "Predator" predator.txt in /skins/ folder, Now to editing mani, these are my settings for skin control:
Im not sure whats wrong, any help?
I have sv_allowdownload 1 and it does not even download the files to the client.
I used this tutorial,
Code:
http://www.ics-base.net/css_guide/admin_skins.php
I wanted to upload this skin:
Code:
http://www.ics-base.net/css_skins/special_skins.php
So this is what i do, i upload all the files to the ftp, all is good, i now go to cfg\mani_admin_plugin\skins\admin_t ( i was just testing installing skins so I only put 1 admin skin for t's)
I created a predator.txt file in ...\skins\admin_t and put this in there:
Quote:models/player/ics/predator_rawr/t_leet.dx80.vtx
models/player/ics/predator_rawr/t_leet.dx90.vtx
models/player/ics/predator_rawr/t_leet.mdl
models/player/ics/predator_rawr/t_leet.phy
models/player/ics/predator_rawr/t_leet.sw.vtx
models/player/ics/predator_rawr/t_leet.vvd
materials/models/player/ics/predator/ct_gign.vmt
materials/models/player/ics/predator/devices.vmt
materials/models/player/ics/predator/devices.vtf
materials/models/player/ics/predator/devices_norm.vtf
materials/models/player/ics/predator/limbs.vmt
materials/models/player/ics/predator/limbs.vtf
materials/models/player/ics/predator/limbs_norm.vtf
materials/models/player/ics/predator/torso.vmt
materials/models/player/ics/predator/torso.vtf
materials/models/player/ics/predator/torso_norm.vtf
then i put "Predator" predator.txt in /skins/ folder, Now to editing mani, these are my settings for skin control:
Code:
// *****************************************************************************
// Module : Custom Skin Control
//
// Desc : The following cvars are used to configure the options for the skins
// *****************************************************************************
// 0 = Dont allow admins to have admin skins, 1 = Allow admins to have admin
// skins
mani_skins_admin 1
// 0 = Dont allow public skins for normal players, 1 = Allow public skins
// for normal players
mani_skins_public 0
// 0 = Dont force first skin in list for public player, 1 = Force first skin
// in list on public player
mani_skins_force_public 0
// 0 = Allow all skins to be selected via ma_setskin, 1 = Only allow misc
// skins to be used
mani_skins_setskin_misc_only 0
// 0 = Dont auto download skin resources, 1 = auto download skin resources
// to clients
mani_skins_auto_download 1
// 0 = Dont allow immunity players to have reserved skins,
// 1 = Allow immunity players to have reserved skins
mani_skins_reserved 1
// 0 = No menu on team join, 1 = show skin chooser on team join,
// 2 = show settings menu on team join
mani_skins_force_choose_on_join 1
// 0 = no custom skins for bots, 1 = use random public class skins on bots
mani_skins_random_bot_skins 1
Im not sure whats wrong, any help?
I have sv_allowdownload 1 and it does not even download the files to the client.