screenshot request trough PB


(dwe_flame) #1

i would like to use that screenshot requesting tool trough punkbuster on my server,

so i use the command /rcon pb_sv_getss playername

but it will return every time: 0 requests.

so, i was checking, and the is not yet a path or anything set.

so how do i set it up so it will work ? so i can request screenshots from players who i doubt ?

thanx!


(Wezelkrozum) #2

This is what i’ve got:

//screenshot capturing
PB_SV_AUTOSS 1
PB_SV_AUTOSSFROM “6 90”
PB_SV_SSWIDTH “800”
PB_SV_SSHEIGHT “600”
PB_SV_SSPATH “pb/scrnshot”
PB_SV_SSNEXT 1

And here is an explaination of the commands:
http://www.evenbalance.com/publications/et-ad/index.htm#screenshots


(dwe_flame) #3

strange,

i have set trough Rcon:

PB_SV_SSWIDTH “800”
PB_SV_SSHEIGHT “600”

also put it in punkbuster.cfg

but it still keeps the default size once i make a screen :\


(Wezelkrozum) #4

I have the same error btw :frowning: