Exact PB ScreenShot Syntax
-
- 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
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
---
punkBuster.pb_sv_command pb_sv_getss "PlayerName"
Thanks
Rex
---

Re: Exact PB ScreenShot Syntax
If you want to go that route, you'd probably have to do:
But I would recommend going with the simpler version:
Code: Select all
punkBuster.pb_sv_command "pb_sv_getss Playername"
Code: Select all
!pb pb_sv_getss Playername
Re: Exact PB ScreenShot Syntax
curious, if you are renting a game server, where do the SS' get stored when you request them?

Re: Exact PB ScreenShot Syntax
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
-----
how long does it take?
Thanks again
Rex
-----

Re: Exact PB ScreenShot Syntax
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!
@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!
-
- This is my homepage
- Posts: 1573
- Joined: Sun Jun 26, 2011 8:03 am
Re: Exact PB ScreenShot Syntax
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/
Find Your GSP Coupons at gspreviews.com/coupons/
Re: Exact PB ScreenShot Syntax
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
------
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
------

-
- This is my homepage
- Posts: 1573
- Joined: Sun Jun 26, 2011 8:03 am
Re: Exact PB ScreenShot Syntax
Do you have screenshots turned on?
pb_sv_AutoSs 1 //[0=No, 1=Yes (default=0)]
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/
Find Your GSP Coupons at gspreviews.com/coupons/
Re: Exact PB ScreenShot Syntax
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
---
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
---

Re: Exact PB ScreenShot Syntax
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

-
- This is my homepage
- Posts: 1573
- Joined: Sun Jun 26, 2011 8:03 am
Re: Exact PB ScreenShot Syntax
We run ours all the time.
Doesn't create any lag.
Doesn't create any lag.
Visit gspreviews.com And Rate & Review Your Old & Current GSP's
Find Your GSP Coupons at gspreviews.com/coupons/
Find Your GSP Coupons at gspreviews.com/coupons/
Re: Exact PB ScreenShot Syntax
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
!pb "pb_sv_getss playername"
WITH quotes.
Edit - well i just tried without quotes and it works fine that way too? hmm
Re: Exact PB ScreenShot Syntax
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
Re: Exact PB ScreenShot Syntax
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
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