Jump to content

PunkBuster ScreenShot Enforcer 1.4.1.1


ImportBot

Recommended Posts

  • Replies 108
  • Created
  • Last Reply

Top Posters In This Topic

  • ImportBot

    109

Originally Posted by EBassie*:

 

Hi can i make a screenshot from a player manually? if yes what is the command for that.

showthread....v-2011-BC2-BF3*

And you can right-click on a playername in the Procon playerlist to request a screenshot... (in case you did not know that)
* Restored post. It could be that the author is no longer active.
Link to comment
  • 1 month later...

Originally Posted by grizzlybeer*:

 

Is this relevant for BF4

relevant? yes, blocking pbss in bf4 is just as simple as in bf3. so there will be (are already) pbss blockers.

 

i have not yet ported it to bf4, but changes should be very small.

it might just work the way it is, but i have not tested it with bf4.

 

user of this plugin should wait just a bit more until i release an updated version compatible with both bf3 and bf4.

however if you are brave go test it out and post your results here :-)

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by Athlon*:

 

I would volunteer, but my GSP (gameservers) doesn't allow me to see screenshots yet, so I'll hold off until it's available before testing unless someone beats me to it :smile:

Yes, yes they do. I've had ss's for days now.......

 

http://forums.gameservers.com/viewtopic.php_f=9&t=50369

 

http://www.gametracker.com/server_in...00/punkbuster/

* Restored post. It could be that the author is no longer active.
Link to comment
  • 1 month later...

Originally Posted by EBassie*:

 

would this clash with pbscreens?

Nope it does not. This plugin checks the punkbuster info to see if requested screenshots are returned.

I use PBScreens to double check if banned players indeed did not produce any PBSS.

 

Also a reminder: Not all (automatically) banned players are cheaters, sometimes it's just Punkbuster not getting the screenshots for whatever reasons.

 

You will see false positives with this plugin.

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by ixnorp*:

 

Nope it does not. This plugin checks the punkbuster info to see if requested screenshots are returned.

I use PBScreens to double check if banned players indeed did not produce any PBSS.

 

Also a reminder: Not all (automatically) banned players are cheaters, sometimes it's just Punkbuster not getting the screenshots for whatever reasons.

 

You will see false positives with this plugin.

thanks! Just curious that they can actually block pbss, couldn't find any pbss on 1 or 2 banned players when i wanted to verify the bans.
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by grizzlybeer*:

 

thanks! Just curious that they can actually block pbss, couldn't find any pbss on 1 or 2 banned players when i wanted to verify the bans.

actually its a comon task for cheaters using visual cheats like esp wallhacks, radars and such. it can be done with about 10 lines of c++ code

 

as stated in the plugin description and by ebassie this plugin will enforce punkbuster screenshots the following way:

for every 4 screenshots requested, the player needs to return 1 successful screenshot taken (can also be blank, no way to check that)

 

so if you enable this plugin all players not returning at least 1 screenshot (with in the 4 requested) will be kicked or banned (according to your settings). the plugin does not care (it also cant detect) why the screenshots failed

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by miked0602*:

 

relevant? yes, blocking pbss in bf4 is just as simple as in bf3. so there will be (are already) pbss blockers.

 

i have not yet ported it to bf4, but changes should be very small.

it might just work the way it is, but i have not tested it with bf4.

 

user of this plugin should wait just a bit more until i release an updated version compatible with both bf3 and bf4.

however if you are brave go test it out and post your results here :-)

Hey Griz,

 

I will brave it out.

I am adding it to my BF4 servers this afternoon and will have results by this evening or tomorrow morning.

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by grizzlybeer*:

 

Hey Griz,

 

I will brave it out.

I am adding it to my BF4 servers this afternoon and will have results by this evening or tomorrow morning.

thats cool thx. "should" work ;-)

i tested some functions today and didnt notice any errors. commanders and spectators return normal pbss

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by kaytan*:

 

I want to use this plugin with my BF4 Server. On my linux layer I'm getting this error in plugin.log:

Error compiling PBSSE: Standard output has not been redirected or process has not been started.

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by grizzlybeer*:

 

I want to use this plugin with my BF4 Server. On my linux layer I'm getting this error in plugin.log:

Error compiling PBSSE: Standard output has not been redirected or process has not been started.

hmmm never seen this error. i never tried the plugin on a linux layer.

 

maybe these tips help you:

http://www.runuo.com/community/threads/mono-2.96414/

 

apt-get install mono-devel

and compile it with gmcs, NOT with gmcs2

 

https://help.ubuntu.com/community/ModMono

quite the same

 

i dont undertstand why this exception is thrown when compiling pbsse.

for example: if you start a new process

 

process p = new process()

 

you can redirect the stdin and stdout, but i dont start new processes anywhere

this has got to be a mono (or pbsse on linux) issue for what i see.

 

are you running other plugins fine? where the links above useful?

i would recommend to also seek help here: showthread....ith-Linux-mono*

 

generally my plugins are for windows and tested only on windows systems (win7 64 and server 2012)

i cant provide linux support im sorry :sad:

 

regarding the bf4 support you mentioned:

be brave and test the plugin (when you get it running on linux)

it should work, ran it for several hours, everathing seems fine.

 

one thing i didnt test yet is tablet users (commander). have to see what happens there

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by EBassie*:

 

one thing i didnt test yet is tablet users (commander). have to see what happens there

Tablet commanders have no PBGUID, so there will be no automated screenshots and thus this plugin will ignore it (probably)

 

FYI: I've been running this plugin on my BF4 servers for weeks now without issues. In all these weeks I only encountered 2 players without PBSS. But so far it seems to work.

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by miked0602*:

 

Hey Griz,

 

So far so good.

Using Newest Procon and multiple plugins alongside this one

I have not encountered a failed SS event so cant tell yet if the Tban will work...

 

Updates as it goes

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by kaytan*:

 

hmmm never seen this error. i never tried the plugin on a linux layer.

 

maybe these tips help you:

http://www.runuo.com/community/threads/mono-2.96414/

 

apt-get install mono-devel

and compile it with gmcs, NOT with gmcs2

 

https://help.ubuntu.com/community/ModMono

quite the same

 

i dont undertstand why this exception is thrown when compiling pbsse.

for example: if you start a new process

 

process p = new process()

 

you can redirect the stdin and stdout, but i dont start new processes anywhere

this has got to be a mono (or pbsse on linux) issue for what i see.

 

are you running other plugins fine? where the links above useful?

i would recommend to also seek help here: showthread....ith-Linux-mono*

 

generally my plugins are for windows and tested only on windows systems (win7 64 and server 2012)

i cant provide linux support im sorry :sad:

I'm using gmcs and mono-devel is also installed.

All other plugins running well (e.g. ProconRulz, UltimatMapManager, MultiBalancer, Latency Manager, etc.)

 

I have tried your Plugin TrueBalancer and this runs also well.

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by grizzlybeer*:

 

I'm using gmcs and mono-devel is also installed.

All other plugins running well (e.g. ProconRulz, UltimatMapManager, MultiBalancer, Latency Manager, etc.)

 

I have tried your Plugin TrueBalancer and this runs also well.

sent you a pm :-)
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by grizzlybeer*:

 

I want to use this plugin with my BF4 Server. On my linux layer I'm getting this error in plugin.log:

Error compiling PBSSE: Standard output has not been redirected or process has not been started.

if anyone else getting this msg on linux just pm me. fixed the error by removing the log stuff. it was the way i detected the base path
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by grizzlybeer*:

 

PLUGIN HAS BEEN UPDATED TO VERSION 1.4.0.0

 

1.4.0.0

-NEW: BF4 Compatibility.

-NEW: Automatic Update Check

-Fix: You can now set the minimum score for players to be checked (replaces exclude players with 0 score = idle players).

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by jking54*:

 

Thanks a ton grizz, it's been awhile since I've used this but what are the recommended settings?

 

EDIT: NVM, I see them now in the "details", but any others aside from this?

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by ixnorp*:

 

Include ReservedSlots/ServerVIPs: Automatically include the players in the ReservedSlot list

 

-this 1 means VIPs and reservedslots are checked too right? or this means they are included into whitelist? default is Yes

 

Exclude Non-ReservedSlots/ServerVIPs: Automatically delete players from the Whitelist that are not in the ReservedSlot list

 

- this exclude non-reserved slots out of the white list? default is yes

 

sorry I just need to confirm this.

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by grizzlybeer*:

 

PLUGIN HAS BEEN UPDATED TO VERSION 1.4.1.0

 

1.4.1.0

-Fix: Added psay to ingame notification. (no yell in BF4)

 

Thanks a ton grizz, it's been awhile since I've used this but what are the recommended settings?

 

EDIT: NVM, I see them now in the "details", but any others aside from this?

no you should be fine with the defaults, which are the recommended settings unless you want to ban longer or dont ban at all (just notify)

 

Include ReservedSlots/ServerVIPs: Automatically include the players in the ReservedSlot list

 

-this 1 means VIPs and reservedslots are checked too right? or this means they are included into whitelist? default is Yes

 

Exclude Non-ReservedSlots/ServerVIPs: Automatically delete players from the Whitelist that are not in the ReservedSlot list

 

- this exclude non-reserved slots out of the white list? default is yes

 

sorry I just need to confirm this.

yes

enabling both will ensure the plugins whitelist is synced with procons whitelist (adding AND removing players)

* Restored post. It could be that the author is no longer active.
Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.




  • Our picks

    • Game Server Hosting:

      We're happy to announce that EZRCON will branch out into the game server provider scene. This is a big step for us so please having patience if something doesn't go right in this area. Now, what makes us different compared to other providers? Well, we're going with the idea of having a scaleable server hosting and providing more control in how you set up your server. For example, in Minecraft, you have the ability to control how many CPU cores you wish your server to have access to, how much RAM you want to use, how much disk space you want to use. This type of control can't be offered in a single service package so you're able to configure a custom package the way you want it.

      You can see all the available games here. Currently, we have the following games available.

      Valheim (From $1.50 USD)


      Rust (From $3.20 USD)


      Minecraft (Basic) (From $4.00 USD)


      Call of Duty 4X (From $7.00 USD)


      OpenTTD (From $4.00 USD)


      Squad (From $9.00 USD)


      Insurgency: Sandstorm (From $6.40 USD)


      Changes to US-East:

      Starting in January 2022, we will be moving to a different provider that has better support, better infrastructure, and better connectivity. We've noticed that the connection/routes to this location are not ideal and it's been hard getting support to correct this. Our contract for our two servers ends in March/April respectively. If you currently have servers in this location you will be migrated over to the new provider. We'll have more details when the time comes closer to January. The new location for this change will be based out of Atlanta, GA. If you have any questions/concerns please open a ticket and we'll do our best to answer them.
      • 5 replies
    • Hello All,

      I wanted to give an update to how EZRCON is doing. As of today we have 56 active customers using the services offered. I'm glad its doing so well and it hasn't been 1 year yet. To those that have services with EZRCON, I hope the service is doing well and if not please let us know so that we can improve it where possible. We've done quite a few changes behind the scenes to improve the performance hopefully. 

      We'll be launching a new location for hosting procon layers in either Los Angeles, USA or Chicago, IL. Still being decided on where the placement should be but these two locations are not set in stone yet. We would like to get feedback on where we should have a new location for hosting the Procon Layers, which you can do by replying to this topic. A poll will be created where people can vote on which location they would like to see.

      We're also looking for some suggestions on what else you would like to see for hosting provider options. So please let us know your thoughts on this matter.
      • 4 replies
    • Added ability to disable the new API check for player country info


      Updated GeoIP database file


      Removed usage sending stats


      Added EZRCON ad banner



      If you are upgrading then you may need to add these two lines to your existing installation in the file procon.cfg. To enable these options just change False to True.

      procon.private.options.UseGeoIpFileOnly False
      procon.private.options.BlockRssFeedNews False



       
      • 2 replies
    • I wanted I let you know that I am starting to build out the foundation for the hosting services that I talked about here. The pricing model I was originally going for wasn't going to be suitable for how I want to build it. So instead I decided to offer each service as it's own product instead of a package deal. In the future, hopefully, I will be able to do this and offer discounts to those that choose it.

      Here is how the pricing is laid out for each service as well as information about each. This is as of 7/12/2020.

      Single MySQL database (up to 30 GB) is $10 USD per month.



      If you go over the 30 GB usage for the database then each additional gigabyte is charged at $0.10 USD each billing cycle. If you're under 30GB you don't need to worry about this.


      Databases are replicated across 3 zones (regions) for redundancy. One (1) on the east coast of the USA, One (1) in Frankfurt, and One (1) in Singapore. Depending on the demand, this would grow to more regions.


      Databases will also be backed up daily and retained for 7 days.




      Procon Layer will be $2 USD per month.


      Each layer will only allow one (1) game server connection. The reason behind this is for performance.


      Each layer will also come with all available plugins installed by default. This is to help facilitate faster deployments and get you up and running quickly.


      Each layer will automatically restart if Procon crashes. 


      Each layer will also automatically restart daily at midnight to make sure it stays in tip-top shape.


      Custom plugins can be installed by submitting a support ticket.




      Battlefield Admin Control Panel (BFACP) will be $5 USD per month


      As I am still working on building version 3 of the software, I will be installing the last version I did. Once I complete version 3 it will automatically be upgraded for you.





      All these services will be managed by me so you don't have to worry about the technical side of things to get up and going.

      If you would like to see how much it would cost for the services, I made a calculator that you can use. It can be found here https://ezrcon.com/calculator.html

       
      • 11 replies
    • I have pushed out a new minor release which updates the geodata pull (flags in the playerlisting). This should be way more accurate now. As always, please let me know if any problems show up.

       
      • 9 replies
×
×
  • Create New...

Important Information

Please review our Terms of Use and Privacy Policy. We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.