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.
I need ref/rcon?
What commands?
Where from i can find these PB screenshots?
Thank you.
bind KEY "rcon PB_SV_GETSS"
More info here
www.evenbalance.com/publications/aa-ad/index.htm#screenshots
/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
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_SsWidth 1024
lol?:P
pb_sv_SsHeight 480
standard format!
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)]