13.06.2007, 13:52
|
#9
|
Химера
Регистрация: 02.12.2006
Адрес: Москва
Имя: Хохлов Александр Павлович
Сообщений: 7,176
Поблагодарил(а): 1,328
Получил(а): 2,004 "Спасибо" за 841 сообщений
Сказал(а) Фууу!: 23
Сказали Фууу! 2 раз(а) в 2 сообщениях
Репутация: 2004           
|
Цитата:
Сообщение от khap
Т.е. что за ним - не видно? А как лучше, правильнее? А то были тут такие, которые делали спецприцел альтернативный для снайперки, когда видно больше по краям чем у стандартных.
Ты предлагаешь использовать этот http://www.ftp-trakiss.info/pure_server_whitelist.txt ?
|
Кстати, вот текущий :
Цитата:
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
//
// 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\player\... allow_from_disk
materials\models\player\... 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
// sound\mymod\... allow_from_disk+check_crc
}
|
__________________
C уважением, Завхоз. Если в детстве у тебя не было велосипеда, а теперь у тебя Бентли, то все равно в детстве у тебя велосипеда НЕ БЫЛО!!! "Если ты думаешь, что справедливость победила, попробуй убедить в этом побежденных." (с) Сян-Цзы У будильников очень странное понятие о гравитации – они всегда падают в стену... "Если можешь не писать - не пиши" (c) Э.Хемингуэй
Онлайн игры - шашки, Нарды, Реверси, Шахматы
|
|
|