Server CFG

Need some help me with my server.cfg.
What are the normal settings for pb screenshots ? like the size and how often should a screenshot be taken and all that kind of stuff
And what should be included that is not in the standard cfg ?
Comments
7
pb_sv_disable ? (Zhapi)
add to pbsv.cfg

pb_sv_SsFloor 1 //[Low screenshot filename serial #]
pb_sv_SsCeiling 800 //[High screenshot filename serial #]
pb_sv_SsCmd "" //[Filename of system command to run after screenshots]
pb_sv_SsWidth 640 //[Requested pixel width of remote screenshots]
pb_sv_SsHeight 480 //[Requested pixel height of remote screenshots]
pb_sv_SsXpct 50 //[Percentage across screen for remote screenshots]
pb_sv_SsYpct 50 //[Percentage down screen for remote screenshots]
pb_sv_SsSrate 2 //[Sample Rate for remote screenshots]
pb_sv_SsDelay 0 //[Maximum delay client waits before capturing screenshot]
pb_sv_SsPath "" //[Path where remote screenshots are saved]
pb_sv_AutoSsFrom 60 //[Minimum # of seconds to wait before requesting next ss]
pb_sv_AutoSsTo 1200 //[Maximum # of seconds to wait before requesting next ss]
pb_sv_AutoSs 1 //[0=No, 1=Yes (default=0)]
and pbsv.cfg is where?
Parent
on your server in etmain imo(could also be named punkbuster.cfg)
Parent
mines in pb folder :)
Parent
Back to top