PDA

View Full Version : Dedicated Win Server with Punkbuster


SgtCanuck
09-22-2004, 12:28 PM
I would like to know if running dedicated server in the CFG can we add the following:

// Exec Map Rotation
exec tdmmaps.cfg // were from console i would be able to type in exe (my game time maps.cfg file)


// Exec Punkbuster
exec punkbuster.cfg // were all my settings for PB are listed

Will this execute my PB options once game is updated and pb enabled directly from my dedicated.cfg file?

Clanwarz
09-24-2004, 06:08 PM
Exec PB from the startup script.

IRONxDevice
09-25-2004, 12:00 PM
pb_sv_enable // If you want PB disabled, use pb_sv_disable instead

wait // This is required for proper PB startup


Hmm?