Jump to content

PB_ss Settings


CombatRsq

Recommended Posts

Here's what we use,

 

pb_sv_AutoSsFrom 300 //[Minimum # of seconds to wait before requesting next ss]
   pb_sv_AutoSsTo 1500 //[Maximum # of seconds to wait before requesting next ss]
   pb_sv_AutoSs 1 //[Take screenshots automaticall]
   pb_sv_SsFloor 1 //[Starting screenshot #]
   pb_sv_SsCeiling 8000 //[Maximum screenshots allowed before old ones are overwritten]
   pb_sv_SsCmd "" //[Filename of file to run after screenshots are processed]
   pb_sv_SsPath "" //[Path where remote screenshots are saved]
   pb_sv_SsDelay 0 //[Maximum delay client waits before capturing screenshot]
   pb_sv_SsWidth 800 //[Requested pixel width of remote screenshots]
   pb_sv_SsHeight 410 //[Requested pixel height of remote screenshots]
   pb_sv_SsSrate 2 //[Sample Rate for screenshots]
   pb_sv_SsXpct 50 //[Percentage across screen for remote screenshots]
   pb_sv_SsYpct 50 //[Percentage down screen for remote screenshots]

Or you can use the settings in the link Rodeo provided. Whatever you do, just be sure that you do not set the pb_sv_AutoSsFrom and pb_sv_AutoSsTo values too low, otherwise you will get a lot of unreturned/timed out screenshots. If there's a suspected hacker on your server, you could always manually request a screenshot with the pb_sv_getss command.

Link to comment
Share on other sites

  • 1 month later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.