05-21-2011, 11:06 AM
Hello, I've recently tried to add a pack of skins to my server for a player to use, we use sv_pure 1 and this is our whitelist. I am using a windows server as well.
I'm confident I set everything up correctly but it won't work, the skins (server side) are placed as follows:
/dod/materials/smithers/models (Amongst other directories in the folder)
/dod/models/smithers/weapons
/dod/sound/smithers/player (Amongst other directories in the folder)
and on client side I've tried the same set up along with putting it like this:
/dod/materials/models (Amongst other directories in the folder)
/dod/models/weapons
/dod/sound/player (Amongst other directories in the folder)
Neither set ups have worked and I'm out of ideas, any help you're able to offer me?
Code:
whitelist
{
materials\... from_steam
//
materials\smithers\... allow_from_disk+check_crc
materials\temp\... allow_from_disk
materials\vgui\logos\... allow_from_disk
materials\vgui\logos\ui\... allow_from_disk
materials\vgui\replay\thumbnails\... allow_from_disk
//
models\... from_steam
//
models\smithers\... allow_from_disk+check_crc
//
sound\... from_steam
//
sound\smithers\... allow_from_disk+check_crc
sound\bandage\bandage.mp3 allow_from_disk+check_crc
//
// Three types of file specifications:
//
// 1. directory\*.* - refers to all files under the directory
// 2. directory\... - refers to all files under the directory and all directories under that (recursively)
// 3. directory\filename - refers to a single file
}
/dod/materials/smithers/models (Amongst other directories in the folder)
/dod/models/smithers/weapons
/dod/sound/smithers/player (Amongst other directories in the folder)
and on client side I've tried the same set up along with putting it like this:
/dod/materials/models (Amongst other directories in the folder)
/dod/models/weapons
/dod/sound/player (Amongst other directories in the folder)
Neither set ups have worked and I'm out of ideas, any help you're able to offer me?