Sie sind nicht angemeldet.

Lieber Besucher, herzlich willkommen bei: sourceserver.info. Falls dies Ihr erster Besuch auf dieser Seite ist, lesen Sie sich bitte die Hilfe durch. Dort wird Ihnen die Bedienung dieser Seite näher erläutert. Darüber hinaus sollten Sie sich registrieren, um alle Funktionen dieser Seite nutzen zu können. Benutzen Sie das Registrierungsformular, um sich zu registrieren oder informieren Sie sich ausführlich über den Registrierungsvorgang. Falls Sie sich bereits zu einem früheren Zeitpunkt registriert haben, können Sie sich hier anmelden.

1

Sonntag, 17. Februar 2008, 08:13

Problem mit zblock

hi
ich habe ein problem mit zblock :(
ich möchte das plugin gern auf den public server nutzen aber auch andere wie mani, event und es_tool. nur habe ich bei manchen sachen immer ein error wie das chickenmodel auf italy z.b.

hier mal meine pure_server_whitelist.txt

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
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
models\lduke\chicken\... allow_from_disk

//
// Allow custom spray decals.
//
materials\temp\... allow_from_disk
materials\vgui\logos\... allow_from_disk
materials\vgui\logos\ui\... allow_from_disk
materials\models\lduke\chicken\... allow_from_disk
materials\decals\custom\mani_admin_plugin\... allow_from_disk


//
// (Uncomment and edit these for mods).
// Allow mod resources to come from disk.
//
sound\admin_plugin\actions\... allow_from_disk+check_crc
sound\admin_plugin\quake_style\... allow_from_disk+check_crc
sound\admin_plugin\... allow_from_disk+check_crc
sound\quake\... allow_from_disk+check_crc
sound\quake\female\... allow_from_disk+check_crc
sound\lduke\chicken\... allow_from_disk+check_crc
sound\clock\... allow_from_disk+check_crc
}


es handelt sich um einen windows root server bei mir :) und die zblockversion 4Beta2

2

Sonntag, 17. Februar 2008, 09:32

Re: Problem mit zblock

a) gibt es eine neuere zBlock Version
b) ist Detox besser für Publics geeignet, gerade wenn man noch andere Mods nutzen möchte

http://zblock.cs-resourced.net/">http://zblock.cs-resourced.net/</a>

http://detox.steambans.com/">http://detox.steambans.com/</a>