Well #2 does not seem to fit because it will overlap, there are mixed files
in materials\... we have 78 folders in materials\
45 sound sub folders
23 models sub folders
scripts is a folder with mixed content default steam content and custom map
soundscapes
75 files will each need to be tagged to separate steam and custom map
content?
all I can think is that we will have to list all 146 folders and tag them
all one by one in the whitelist
and in some cases like scripts folder 79 files will each need to be tagged
to separate steam and custom map content?
materials\de_chateau\*.* from_steam
materials\de_contra\*.* allow_from_disk+check_crc
scripts\soundscapes_europa-beta.txt allow_from_disk+check_crc
scripts\soundscapes_dust2.txt from_steam
Message: 1
From: "Will" <[EMAIL PROTECTED]>
To: <[email protected]>
Date: Fri, 27 Apr 2007 08:59:24 -0400
Subject: [hlds] Pure Server Mode Question / Request
Reply-To: [email protected]
We want to lock all default game content to use only steam files,
everything
no "replacement" allowed at all for default game content.
We run servers that plays many default maps but also many custom maps, we
want to allow files from disk only for custom maps with the crc checks as
there will be no steam files for these. Will this be possible or are we
left
out of all this by running custom maps?
Can there be a var for all default content from Steam but allow files
from
disk with crc for content that was not delivered from Steam?
if in steam use steam if not use from disk and crc
Looking at the whitelist I don't see a way to do this without adding all
the
files for 150 custom maps file by file to the whitelist, many custom map
files do not path to /custommapname/
Also a viewable var for this"?
I would think many league and community type servers would want to run in
such a mode, with a viewable var so it can be checked by players in game
or
hlsw.
I think the viewable vars is important to remove suspicion.
sv_pure 0/1/2
say 2 for default = use whitelist
say 1 From Steam only for all default files and allow_from_disk+check_crc
for any non steam content
0 off
I recall awhile back you saying you were going to look into removing some
unneeded vars from the server query, can you please make room in the
server
query for vars from plugins by removing some like:
r_VehicleViewDampen
r_JeepViewDampenFreq
r_JeepViewDampenDamp
r_JeepViewZHeight
r_AirboatViewDampenFreq
r_AirboatViewDampenDamp
r_AirboatViewZHeight
Thank you
Message: 2
Date: Fri, 27 Apr 2007 15:28:25 +0200
From: "Wim Barelds" <[EMAIL PROTECTED]>
You should be able to do most of what you want simply by modifying the
whitelist.
Message: 3
Date: Sat, 28 Apr 2007 00:28:17 +1000
From: Whisper <[EMAIL PROTECTED]>
You just do the directorys
Message: 4
From: "Keeper" <[EMAIL PROTECTED]>
To: <[email protected]>
Quoted from the whitelist:
//
// 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
Best way and easiest would be to do the second one.
Like they show:
//
// By default, when in pure server mode, most content file types are
only
allowed to come from Steam.
//
materials\... from_steam
models\... from_steam
sounds\... from_steam
scripts\... from_steam
_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds