Exact PB ScreenShot Syntax

Post Reply
RexKramer
This is my homepage
This is my homepage
Posts: 77
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Sun Nov 06, 2011 7:18 am
Contact:

Exact PB ScreenShot Syntax

Post by RexKramer »

Ok ive tried all sorts of version of this in the Rcon box but always get invalid Augment, I want single player screen shot. I can get a shot of every player but not one:
punkBuster.pb_sv_command pb_sv_getss "PlayerName"

Thanks
Rex
---
Image
User avatar
Edge100x
Founder
Founder
Posts: 13120
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: Exact PB ScreenShot Syntax

Post by Edge100x »

If you want to go that route, you'd probably have to do:

Code: Select all

punkBuster.pb_sv_command "pb_sv_getss Playername"
But I would recommend going with the simpler version:

Code: Select all

!pb pb_sv_getss Playername
User avatar
.Strafe
A regular
A regular
Posts: 49
Joined: Fri Oct 21, 2011 11:52 am
Location: SoCal
Contact:

Re: Exact PB ScreenShot Syntax

Post by .Strafe »

curious, if you are renting a game server, where do the SS' get stored when you request them?
Image
RexKramer
This is my homepage
This is my homepage
Posts: 77
Joined: Sun Nov 06, 2011 7:18 am
Contact:

Re: Exact PB ScreenShot Syntax

Post by RexKramer »

THanks for the quick response, Issued the command logs say it accepted it but has yet to show up in my pb/ folder

how long does it take?

Thanks again
Rex
-----
Image
User avatar
kraze
Former staff
Former staff
Posts: 4362
Joined: Fri Sep 17, 2010 9:06 am
Location: California

Re: Exact PB ScreenShot Syntax

Post by kraze »

I am not 100% sure but it should show up in the PB folder asap.
@Kraze^NFo> Juski has a very valid point
@Juski> Got my new signature, thanks!
@Kraze^NFo> Out of context!
@Juski> Doesn't matter!
@Juski> You said I had a valid point! You can't take it back now! It's out there!
.=QUACK=.Major.Pain
This is my homepage
This is my homepage
Posts: 1573
Joined: Sun Jun 26, 2011 8:03 am

Re: Exact PB ScreenShot Syntax

Post by .=QUACK=.Major.Pain »

You can find them in the pb/svss/ folder.
Visit gspreviews.com And Rate & Review Your Old & Current GSP's
Find Your GSP Coupons at gspreviews.com/coupons/
RexKramer
This is my homepage
This is my homepage
Posts: 77
Joined: Sun Nov 06, 2011 7:18 am
Contact:

Re: Exact PB ScreenShot Syntax

Post by RexKramer »

In my File Manager I only have the following for PB:
pb/pbsvlog.cfg
pb/sv_viol.log
pb/svlogs/00000018.log ( I downloaded and deleted the other 17)

I had created the pb_sv_writecfg file but it generated so much crap I deleted it since it wasnt there before. and was able to nab a full 24slot screenshots which i also downloaded... they where published under the pb_svlogs folder

Thanks for the nooob help


rex
------
Image
.=QUACK=.Major.Pain
This is my homepage
This is my homepage
Posts: 1573
Joined: Sun Jun 26, 2011 8:03 am

Re: Exact PB ScreenShot Syntax

Post by .=QUACK=.Major.Pain »

Do you have screenshots turned on?

pb_sv_AutoSs 1 //[0=No, 1=Yes (default=0)]
Visit gspreviews.com And Rate & Review Your Old & Current GSP's
Find Your GSP Coupons at gspreviews.com/coupons/
RexKramer
This is my homepage
This is my homepage
Posts: 77
Joined: Sun Nov 06, 2011 7:18 am
Contact:

Re: Exact PB ScreenShot Syntax

Post by RexKramer »

Yes its on, weird though, !pb pb_sv_getss WILL give me a full player list screenshot on the pb/svss on the FTP site but !pb pb_sv_getss PlayerName prints nothing, server msg is:

Command from rcon tool: !pb pb_sv_getss Dog-Plane
Admin daemon responded: Your command has been sent to PB.
admin.listPlayers all
Admin daemon responded: Result of your command: OK
punkBuster.pb_sv_command pb_sv_getss Dog-Plane
PunkBuster Server: 0 Screenshots Requested

But like I say when I leave the player name off, it will cap and save all players?

thanks again!
Rex
---
Image
RexKramer
This is my homepage
This is my homepage
Posts: 77
Joined: Sun Nov 06, 2011 7:18 am
Contact:

Re: Exact PB ScreenShot Syntax

Post by RexKramer »

hey I DO NOT have the AUTO feature running that fills up way to fast... I just want "snapshots" when I see someone going like 20-0 just to make sure player is legit
Image
.=QUACK=.Major.Pain
This is my homepage
This is my homepage
Posts: 1573
Joined: Sun Jun 26, 2011 8:03 am

Re: Exact PB ScreenShot Syntax

Post by .=QUACK=.Major.Pain »

We run ours all the time.
Doesn't create any lag.
Visit gspreviews.com And Rate & Review Your Old & Current GSP's
Find Your GSP Coupons at gspreviews.com/coupons/
Jeff7477
New to forums
New to forums
Posts: 11
Joined: Wed Nov 02, 2011 6:48 pm

Re: Exact PB ScreenShot Syntax

Post by Jeff7477 »

Rex make sure you do it like this

!pb "pb_sv_getss playername"

WITH quotes.

Edit - well i just tried without quotes and it works fine that way too? hmm
User avatar
TimeX
Staff
Staff
Posts: 1791
Joined: Thu Jul 22, 2004 12:24 am
Location: Big Bear, CA

Re: Exact PB ScreenShot Syntax

Post by TimeX »

I have heard others getting it to work without a specific player name being set, but not with the player name. I am not sure if player specific screenshots are working in the BF3 version of Punkbuster yet.
TimeX
Ironman44
This is my homepage
This is my homepage
Posts: 99
Joined: Mon May 02, 2011 7:36 am

Re: Exact PB ScreenShot Syntax

Post by Ironman44 »

There is the Possibility that it could be a spelling error.
You can also request by slot number. issue a pb_sv_plist command
get their slot number and issue pv_sv_getss "slot number"
do not use the quotes
Image
Post Reply