PB screenshot help

I have etpro clanserver. What i have to do to get punkbuster screenshots from other players?
I need ref/rcon?
What commands?
Where from i can find these PB screenshots?

Thank you.
Comments
18
Im using


bind KEY "rcon PB_SV_GETSS"

More info here

www.evenbalance.com/publications/aa-ad/index.htm#screenshots
If you want to take pb ss from one player

/rcon pb_sv_getss 1 (1 is the pbclientnumber)

If you want to take pb ss from everyone at server

/rcon pb_sv_getss


And you can find them from servers ftp panel
just edit the config for auto ss
//PB screenshots
PB_SV_SsHeight 768
PB_SV_SsWidth 1024
PB_SV_SsXPct 50
PB_SV_SsYPct 50
PB_SV_SsSRate 2
pb_sv_autoss 1
pb_sv_autossfrom 300
pb_sv_autossto 1800
pb_sv_ssfloor 1
pb_sv_ssceiling 250
pb_sv_ssdelay 0


Add this to your server.cfg
When a screenshot is taken, you can find them in your pb -> svss folder.
PB_SV_SsHeight 768
PB_SV_SsWidth 1024

lol?:P
Parent
beetje groot?
Parent
pb_sv_SsWidth 640
pb_sv_SsHeight 480

standard format!
Parent
otherwsie you lose half the screen. The resulting pbss will be found in the main pb folder on server undr svss along with lots of htm files!
Parent
you were the one that gave me those!
Parent
ye. he gave me the same. =O
Parent
So you recommend the standard format?
Parent
yeah!

pb_sv_SsFloor 1 //[Low screenshot filename serial #]
pb_sv_SsCeiling 100 //[High screenshot filename serial #]
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_AutoSsFrom 60 //[Minimum # of seconds to wait before requesting next ss]
pb_sv_AutoSsTo 1800 //[Maximum # of seconds to wait before requesting next ss]
pb_sv_AutoSs 1 //[0=No, 1=Yes (default=0)]
Parent
Ah yeah. I wasn't quite sure whether I understood it.
Parent
hack less
Back to top