codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0\"
WIDTH=790 HEIGHT=343>



Elfelejtett, ellopott, elhagyott accountok visszaszerzése!
  • kifli
    #70973
    mit basztam el? Me sv_pure 1-el nem indul a szerver :S

    whitelist
    {
    //
    // 3 modifiers are allowed on file specifications:
    //
    // from_steam - only check the Steam cache for the file (ignore anything on disk)
    // allow_from_disk - allow the file to come from disk
    // check_crc - used with allow_from_disk - server does CRC checks on the client's file to make sure it matches
    //
    // The default modifier on all files is allow_from_disk. Thus, all files can come from disk and don't need CRC checks unless
    // allow_from_disk can be set at the same time as check_crc. Use the + character in between them to signify this: 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


    //
    // By default, when in pure server mode, most content file types are only allowed to come from Steam.
    //
    materials\... from_steam
    models\... from_steam
    sound\... from_steam

    //
    // sounds
    //
    sound\... from_steam
    sound\gl_endmusic\*.* allow_from_disk+check_crc
    sound\admin_plugin\... allow_from_disk
    sound\quake\... allow_from_disk
    sound\*.* allow_from_disk
    sound\bombtimer\... allow_from_disk
    sound\timeleft\... allow_from_disk
    sound\misc\... allow_from_disk
    sound\hlclock\... allow_from_disk




    //
    // Allow custom player models. Don't do CRC checks on them because the clients may all
    // have different custom models and the server won't have them all.
    //
    models\... from_steam
    materials\... from_steam
    models\player\vip\... allow_from_disk+check_crc
    materials\models\player\vip\... allow_from_disk+check_crc
    materials\breakship\... allow_from_disk+check_crc
    materials\console\... allow_from_disk
    materials\custommaterials\... allow_from_disk+check_crc
    materials\de_contra\... allow_from_disk+check_crc
    materials\decals\... allow_from_disk+check_crc
    materials\models\chopper\... allow_from_disk+check_crc
    materials\models\player\admin\... allow_from_disk+check_crc
    materials\models\player\slow\... allow_from_disk+check_crc
    materials\overviews\... allow_from_disk+check_crc
    materials\skybox\... allow_from_disk
    materials\urban\... allow_from_disk+check_crc
    models\chopper\... allow_from_disk+check_crc
    models\player\admin\xmas_grinch\... allow_from_disk+check_crc
    models\player\slow\santa_claus\... allow_from_disk+check_crc

    //
    // Allow custom spray decals.
    //
    materials\temp\... allow_from_disk
    materials\vgui\logos\... allow_from_disk
    materials\vgui\logos\ui\... allow_from_disk


    //
    // (Uncomment and edit these for mods).
    // Allow mod resources to come from disk.
    //
    // materials\mymod\... allow_from_disk+check_crc
    // models\mymod\... allow_from_disk+check_crc

    }