pb settings

1 reply [Last post]
gen.X.SuperBo!
Offline
Joined: Sep 2003
Posts:

I want to disable the cd key check on my server. I would prefer if people payed for the game but I know some people been trying to find the game but it is too old for them to find in stores.

I have tried pb_sv_guidrelax but it seems like it needs a number after, between 0 and 7..

Anyone know how to do this?

thanks in advance

easy
Developer
easy's picture
Offline
Joined: Sep 2003
Posts:
pb settings

pb_sv_guidRelax [0-7]
Defaults to 0; Controls PunkBuster's kicking behavior related to GUIDS;
A Value of 1 means PB will not kick for UNKN (Unknown) GUIDs;
A Value of 2 means PB will not kick for WRONGIP GUIDs (these are GUIDS which are valid but not from the IP Address the player is connecting from);
A Value of 4 means PB will not kick for DUPLICATE GUIDs;
These values (1, 2 and 4) can be combined to achieve the desired behavior.

-> 1 + 2 + 4 -> pb_sv_guidRelax 7

sv_strictAuth [0-1]
Defaults to 1 (0 in Excessive Plus);
Controls the id Software CD-Key check.

-> sv_strictAuth 0