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:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
87:
88:
89:
90:
91:
92:
93:
94:
95:
96:
97:
98:
|
// CoD:MW pbsv.cfg v1.2
// ----------------
// last update: 2009/06/11
// ----------------
// GGC-Stream.com - powered by STRATO
// --------------------------
// www.ggc-stream.com
// ----------------------------------
// Prepare Punkbuster
pb_sv_BanEmpty
pb_sv_taskempty
pb_sv_cvarempty
pb_sv_uconempty
pb_sv_md5toolempty
pb_sv_update
// General settings
pb_sv_MsgPrefix "^3GGC Punkbuster^7" //[PB Message Prefix (default=^3PunkBuster Client)]
pb_sv_MaxDlRate 4 //[KB/sec requested per file (default=4)]
pb_sv_MaxConDls 1 //[Concurrent downloads (default=1)]
pb_sv_KickLen 2 //[Minutes (default=2)]
pb_sv_CvarFreq 10 //[# of range checks per minute]
pb_sv_CvarLogging 3 //[1=Reg. Log, 2=Var Log, 3=Both, 0=Neither]
pb_sv_CvarWalk 2 //[0=disabled, 1-4=Walk through obtained Cvar lists]
pb_sv_CvarUserPulse 30 //[Frequency to auto-send CvarUser (minutes)]
pb_sv_CvarChangedPulse 45 //[Frequency to auto-send CvarChanged (minutes)]
pb_sv_CQC 1 //[0=No, 1=Yes (default=1)]
pb_sv_LogSync 1 //[0=No, 1=Yes (default=0)]
pb_sv_md5toolfreq 10 //[Frequency of MD5 checks 10 to 300 default=10)
pb_sv_Restrictions 2 //[0=No, 1=Yes, 2=Also kick for applets (default=1)]
// Screenshot settings
pb_sv_SsFloor 1 //[Low screenshot filename serial #]
pb_sv_SsCeiling 1000 //[High screenshot filename serial #]
pb_sv_SsCmd "" //[Filename of system command to run after screenshots]
pb_sv_SsDelay 15 //[Maximum delay client waits before capturing screenshot]
pb_sv_SsPath "" //[Path where remote screenshots are saved]
pb_sv_SsWidth 480 //[Requested pixel width of remote screenshots]
pb_sv_SsHeight 360 //[Requested pixel height of remote screenshots]
pb_sv_SsSrate 2 //[Sample Rate for remote screenshots]
pb_sv_SsXpct 50 //[Percentage across screen for remote screenshots]
pb_sv_SsYpct 50 //[Percentage down screen for remote screenshots]
pb_sv_AutoSsFrom 90 //[Min # of seconds to wait before requesting next ss]
pb_sv_AutoSsTo 600 //[Max # of seconds to wait before requesting next ss]
pb_sv_AutoSs 1 //[0=No, 1=Yes (default=0)]
pb_sv_ssLogging 3 //[1=Reg. Log, 2=SS Log, 3=Both, 0=Neither]
pb_sv_ssTimeout 0 //[Seconds]
// Webtool settings
pb_sv_HttpPort 0 //[Port #]
pb_sv_HttpAddr "" //[External IP Address]
pb_sv_HttpRefresh 30 //[Seconds]
pb_sv_HttpKey "" //[Key]
pb_sv_HttpMaps "" //[Map list (separate by spaces)]
// More Punkbuster settings
pb_sv_ScoreKick 0 //[Min score (negative)]
pb_sv_ChangePeriod 60 //[Seconds]
pb_sv_ChangeMax 2 //[Max name changes allowed]
pb_sv_DupNameGrace 0 //[Seconds]
pb_sv_AutoUpdBan 1 //[0=No, 1=Yes (default=0)]
pb_sv_ExtChar 0 //[0=No, 1=Yes (default=0)]
pb_sv_task 30 300 pb_sv_guidRelax 0 // Against GUID relax bug
pb_sv_Sleep 100 //[# of Milliseconds (default=60)]
pb_sv_EmptyName 0 //[0=No, 1=Yes (default=0)]
pb_sv_LogFloor 1 //[Low log filename serial #]
pb_sv_MinName 2 //[Min Characters in Player name (default=0)]
pb_sv_MaxName 0 //[Max Characters in Player name (default=0)]
pb_sv_UpdateGrace 900 //[Seconds to wait before Update Failure kick]
pb_sv_NoGuidGrace 30 //[Seconds to wait before No GUID kick]
pb_sv_AliasFn "" //[Filename (default="pbalias.dat")]
pb_sv_AliasAutoLoad 0 //[0=No, 1=Yes (default=0)]
pb_sv_AliasMax 0 //[Max # of Aliases to track for each PB GUID]
pb_sv_AliasMaxEnforce 0 //[0=No, 1=Yes (default=0)]
pb_sv_protecttag 1 GGC
// Load external settings
pb_sv_load spam.cfg //[load the task config (if spam.cfg exists)]
pb_sv_load randomss.cfg //[loads random screenshot settings (if randomss.cfg exists)]
// GGC stream settings
pb_sv_USessionLimit 9
pb_sv_uconadd 1 85.214.107.154 ggc_85.214.107.154 cod4
pb_sv_uconadd 1 85.214.107.155 ggc_85.214.107.155 cod4
pb_sv_uconadd 1 85.214.107.156 ggc_85.214.107.156 cod4
pb_sv_cvar "com_maxfps" IN 30 125
|