How do I set up my PunkBuster server to allow GTV clients?
Set the pb_sv_specname PB Setting to the first few letters of the playername used by GTV clients that will connect. That way, the PB Server will keep the connecting GTV clients in SPEC status as long as there is 0 score for that “player”. For example, add ‘pb_sv_specname GTV’ to the pbsv.cfg or pbsvuser.cfg file in the server’s home “pb” folder.
Yes. Each instance of the game server must have its fs_homepath server cvar set to a distinct location. Fs_homepath can be set on the command line that launches the server and admins should set up a separate directory for each running server instance and make sure the various running servers point to those separate directories. For example, say you have servers A, B and C. You can create the following directories: /users/whatever/et-a /users/whatever/et-b /users/whatever/et-c Then in your command line for launching server A, add “+set fs_homepath /users/whatever/et-a” to the other parameters you have. Add similar corresponding items to the command lines for servers B and C.