PDA

View Full Version : How disallow cd-key control


kaiowas
06-14-2004, 07:25 AM
hi guys, what is the line that i must add to disallow the cd-key control in my server?
thanks

kaiowas
06-14-2004, 12:38 PM
i really need help :(

Anex
06-14-2004, 03:32 PM
Are you talking about the PunkBuster control?

If so, it's:

// This setting was added to server version 1.011 to set options for the locked-down guid system. This setting is cumulative based on adding the values for the conditions desired: 1=UNKN Guid, =WRONGIP Guid, 4=DUPLICATE Guids. The current default for this setting is 7 (1+2+4) which means that PB will not kick (relax kicking) for any of the three cases. We recommend kicking for at least UNKN guids. Below are the possible combinations:
// 0 = Kick for UNKN guid, wrong ip guid and duplicate guid.
// 1 = Kick for wrong ip guid and duplicate guid.
// 2 = Kick for UNKN guid, and duplicate guid.
// 3 = Kick for duplicate guid.
// 4 = Kick for UNKN guid and wrong ip guid.
// 5 = Kick for wrong ip guid.
// 6 = Kick for UNKN guid
// 7 = Don't kick for UNKN guid, wrong ip guid and duplicate guid.

pb_sv_guidrelax 7

If you're talking about a non PB setting, I'm not aware of one...

kaiowas
06-15-2004, 08:38 AM
thanks Anex but I've tried with the command pb_sv_guidrelax 4 and the problem remain, PB kicks the player with a duplicate cd-key, but my friends can't connect to the server. :?

Anex
06-15-2004, 09:01 AM
Did you try 7, 4 will still kick for duplicated GUID.