PDA

View Full Version : FYI How to enable PB on CoD severs


Trash
21st April 2004, 14:12
For those that want PB enabled servers
1. First, remove any PB-related statements from the command line used to start your server. That is, remove any +set sv_punkbuster 1 or +pb_sv_enable.
2. If you start the map rotation using the command line, i.e. if you issue either +map_rotate or +map on the command-line, remove those as well.
3. On your server configuration file, e.g. server.cfg (or whatever it is you use on your server), add the following lines at the bottom of the file BEFORE the first map is started:
Code:
// Start Punkbuster
pb_sv_enable // If you want PB disabled, use pb_sv_disable instead
wait // This is required for proper PB startup


4. If you removed your map startup in step two, add that at the end of the server.cfg (AFTER the lines added in step 3 above).

That's pretty much it; you can use /pb_sv_enable or /pb_sv_disable as long as no map is running, which makes those command pretty much useless except within startup config scripts.