COD 4 PB Screen Shots

Post Reply
AstroZombie
A regular
A regular
Posts: 50
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Tue Nov 28, 2006 9:20 am

COD 4 PB Screen Shots

Post by AstroZombie »

Can someone tell me how to set up a COD 4 server to automatically take screen shots at regular intervals? Thanks
"Frag the weak, hurdle the dead."
Good judgment comes from experience…and a lot of that comes from bad judgment.
AstroZombie
A regular
A regular
Posts: 50
Joined: Tue Nov 28, 2006 9:20 am

Re: COD 4 PB Screen Shots

Post by AstroZombie »

Sorry, left out PunkBuster Screen shots.
"Frag the weak, hurdle the dead."
Good judgment comes from experience…and a lot of that comes from bad judgment.
User avatar
Nick|NFo
Former staff
Former staff
Posts: 2252
Joined: Sun Mar 30, 2003 1:56 pm
Location: 127.0.0.1

Re: COD 4 PB Screen Shots

Post by Nick|NFo »

If you use the league pbsv.cfg from cal/cevo/twl, it would have this included. Is this for a public server or for a private server for leagues?

The latest is 1.3, which can be found here ftp://ftp.caleague.com/league_cod/pbsv1.3.zip

If you look at theirs, you can see the following section:

Code: Select all

//*******************************************//
//******Auto Screenshot Setup****************//
//*******************************************//
pb_sv_AutoSs 1 //[0=3DNo, 1=3DYes (default=3D0)]
pb_sv_AutoSsFrom 200 //[Minimum # of seconds to wait before requesting next ss]
pb_sv_AutoSsTo 420 //[Maximum # of seconds to wait before requesting next ss]
pb_sv_SsWidth 320 //[Requested pixel width of remote screenshots]
pb_sv_SsHeight 240 //[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 1 //[Sample Rate for remote screenshots]
pb_sv_SsFloor 1 //[Low screenshot filename serial #]
pb_sv_SsCeiling 40000 //[High screenshot filename serial #] NOTE: Set high to avoid overwriting files
pb_sv_SsCmd "" //[Filename of system command to run after screenshots]
pb_sv_SsDelay 3 //[Maximum delay client waits before capturing screenshot]
pb_sv_SsPath "" //[Path where remote screenshots are saved]
-Nick
AstroZombie
A regular
A regular
Posts: 50
Joined: Tue Nov 28, 2006 9:20 am

Re: COD 4 PB Screen Shots

Post by AstroZombie »

Its a public server Nick. Our admins cannot be on all the time so we would like to be able to follow up when we can.
"Frag the weak, hurdle the dead."
Good judgment comes from experience…and a lot of that comes from bad judgment.
User avatar
Nick|NFo
Former staff
Former staff
Posts: 2252
Joined: Sun Mar 30, 2003 1:56 pm
Location: 127.0.0.1

Re: COD 4 PB Screen Shots

Post by Nick|NFo »

Ok, then you just want to follow what I pasted above in the code section. First line enables it.
-Nick
AstroZombie
A regular
A regular
Posts: 50
Joined: Tue Nov 28, 2006 9:20 am

Re: COD 4 PB Screen Shots

Post by AstroZombie »

One more question. Do I paste it into the server.cfg file or do I place the pbsv.cfg file with just the section you showed into another/different folder on the server?

Thanks.
"Frag the weak, hurdle the dead."
Good judgment comes from experience…and a lot of that comes from bad judgment.
User avatar
Nick|NFo
Former staff
Former staff
Posts: 2252
Joined: Sun Mar 30, 2003 1:56 pm
Location: 127.0.0.1

Re: COD 4 PB Screen Shots

Post by Nick|NFo »

It should go into the pb folder on your FTP. Please do not make the screenshots too big or you will have some lag due to flaws in the pb ss transport system or more failed transfers from clients.
-Nick
AstroZombie
A regular
A regular
Posts: 50
Joined: Tue Nov 28, 2006 9:20 am

Re: COD 4 PB Screen Shots

Post by AstroZombie »

what size would you recommend?
"Frag the weak, hurdle the dead."
Good judgment comes from experience…and a lot of that comes from bad judgment.
User avatar
Nick|NFo
Former staff
Former staff
Posts: 2252
Joined: Sun Mar 30, 2003 1:56 pm
Location: 127.0.0.1

Re: COD 4 PB Screen Shots

Post by Nick|NFo »

You should leave it as the league setting, nothing bigger than that.
-Nick
AstroZombie
A regular
A regular
Posts: 50
Joined: Tue Nov 28, 2006 9:20 am

Re: COD 4 PB Screen Shots

Post by AstroZombie »

Thanks for the support NICK.
"Frag the weak, hurdle the dead."
Good judgment comes from experience…and a lot of that comes from bad judgment.
Post Reply