SRCDS Steam group


A little problem with Pure and allowing skins
#1
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.
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
}
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?
Reply
#2
Bump Pl0x, problem is still not resolved.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)