Jump to content

Custom Warning Generator [Ver 2.0.2.2 3rd April] [BC2, BF3]


ImportBot

Recommended Posts

Originally Posted by Zaeed*:

 

Basic infomation:

Allows you to create custom warnings that are either run by a command, such as @abuse Zaeed, or automatically executed by a zone infringement. Customisable options are for Yell/Say, Plublic/Private, Killing, Kick/Ban

 

Requirements:

The Basic In-Game Info plugin must be enabled on the same machine that is running this plugin.

Procon version 0.5.4.2 or above

 

Installation:

- Extract CCustomWarningBuilder.inc into plugin directory, and .cs files into corresponding game folders

 

Current version:

2.0.2.2

 

Download:

 

Attached at the bottom of this post

 

Changelog:

1.0 -> 1.01

- Removed some debugging messages

 

1.01 -> 1.02

- Changed the wording on some options to make it clearer

- Fixed a bug where it wasn't correctly checking the team when the protection type was set to 'Zone being attacked'

- Added an Enable/Disable option

- Added a warning reset option. With options for round over, map change, or leave server

- Removed some debugging code I'd forgotten about

 

1.02 -> 1.03

- Fixed a divide by 0 error. Can now set to kill after 0 warnings.

 

1.03 -> 1.04

- Enabled the feature to allow/disallow infantry or vehicles to attack a zone

 

1.04 -> 1.0.5.0

- Changed to new version scheme

- Changed to Details 2.0

- Added some basic console logging

- Added permission requirement option for manual commands

- Modified ban option to 'Final action', allowing for:

- Keep warning: Will keep warning and killing the player until the warnings are cleared

- Kick: Will kick the player as before

- Temporary ban: Same as before, but can choose ban method

- Permanent ban: Same as before, but can choose ban method

- Fixed issue where the plugin wouldn't kick the player

 

1.0.5.0 -> 1.0.5.1

- Added a donate button

 

1.0.5.1 -> 1.0.5.2

- Fixed bug with setting permissions to None

 

1.0.5.2 -> 1.0.6.0

- Added the option to set multiple anti camping weapons.

- Added an option to change the confirmation command

- Added an option to ban a player after they have been kicked multiple times

- Added a spam protection option for commands with no permission requirements

- Added a new variable for messages. %an% now displays the name of the person executing the command

 

1.0.6.0 -> 1.0.7.0

- Increased range of ban after X kicks option

- Included support for HeliMagnet's Temp Ban plugin

 

1.0.7.0 -> 1.0.7.1

- Fixed a bug with banning after certain number of kicks

 

1.0.7.1 -> 1.0.8.0

- Fixed a bug with banning

- Removed the ban by IP option due to a protocol bug

- Removed the warning buffer option

 

1.0.8.0 -> 2.0.0.0

- Moved to new plugin api

- Small bug fixes

 

2.0.0.0 -> 2.0.0.2

- Added support for Vietnam expansion

- Small bug fix

 

2.0.0.2 -> 2.0.0.3

- Bug fix for Vietnam

 

2.0.0.3 -> 2.0.1.0

- Further bug fix for Vietnam

 

2.0.1.0 -> 2.0.1.1

- Further bug fix for Vietnam

 

2.0.1.1 -> 2.0.2.0

- Final bug fix for Vietnam

 

2.0.2.0 -> 2.0.2.1

- Fixed bug introduced by change of U.S Army to US Army

 

2.0.2.1 -> 2.0.2.2

- Fixed yell time for BF3

 

Notes:

When generating a warning based on a command, you must ensure that the warning has a name, description, and a command string. This is so that it can be correctly displayed when a player types @help

 

Thanks to:

Phogue for Procon

Lorax for some of the variable handling code

 

Description:

This plugin allows you to build custom warnings for the game. Warnings can have two types, the first being executed via a command, and the other is via an automatic zone infringement.

 

Command driven warnings require option 3, Automatic zone warning, to be set to 'No'. This allows a command word to be used. This word should not include a special character such as @ or !, this is handled by procon. Enabling or disabling the warning turns it on or off.

 

Zone infringements are set up by changing option 3 to 'Yes'. This presents you with options to define a zone.

- The zone name should be unique, but short so that it can be assigned to a zone on the Map tab.

- The description is used to describe the intended use of the zone.

- Trespass error is the liklihood that the player was inside the protected zone.

- Maximum distance for base camping is the distance away from the zone that a player has to be for an action to be considered camping. A very large number will essentially flag anyone shooting into the zone, from anywhere on the map.

- 'Who is the zone for_' allows you to set who the zone is protecting. An example would be that if the zone is for the U.S uncap, then the zone is protecting the Conquest - U.S Army team.

- 'Zone protection type', sets if action should be taken when the zone is attacked, or if people are attacking from the zone. Attacking from the zone would be used to set up anti camp zones for example.

- If the protection type is set to 'Attacking from zone', then the next option is to designate a weapon that is not allowed. Weapons are defined by their type.

- If the protection type is set to 'Zone being attacked', then the next option is a Yes/No asking if Infantry are allowed to attack the zone. The same rule can be applied to vehicles.

 

The warning options available allow for a fully customisable warning.

- The Warning Buffer is the number of infringements made before the plugin will start to act. This could be used to ensure the infringement was not just a once off accident.

- The 'Clear warning interval' allows you to set how often warnings are cleared from the system. Setting this to 'Map change' will only reset the warnings when the map is changed.

- Yell warning will yell the warning to the screen for the specified time if set to 'Yes'. It will be displayed in the chat box if set to 'No'

- Private warning will display the private warning message to a player if set to 'Yes'. It will display a public message to all players if set to 'No'

- The warning message is the message that will be displayed. The variable %pn% can be used to display the name of the player being warned. %wn% can be used to display the number of warnings issued to that player, which will include an ordinal, such as 'nd' -> 2nd

- Kill player after X warnings allows the player to be killed if they receive a certain number of kills. There are Yell and Private options given in the same way that they are for warnings. Players will also be killed for each multiple of the kill value, i.e. if the player is killed after 2 warnings, they will also be killed at 4, 6, 8 warnings, until the warnings reach the kick value

- Ban player instead of kick allows the player to be temporarily banned for a given number of minutes if they gain enough warnings

- Kick after X warnings will kick the player if they gain enough warnings.

 

Attached Files:

* Restored post. It could be that the author is no longer active.
Link to comment
  • Replies 553
  • Created
  • Last Reply

Top Posters In This Topic

  • ImportBot

    554

Originally Posted by Enos-Pork*:

 

Kill player after X warnings allows the player to be killed if they receive a certain number of kills. There are Yell and Private options given in the same way that they are for warnings. Players will also be killed for each multiple of the kill value, i.e. if the player is killed after 2 warnings, they will also be killed at 4, 6, 8 warnings, until the warnings reach the kick value

Question:

 

Are the player killed at or after X number of warning? (aka. "get two warnings get killed at third" or "get two warnings and get killed at the second")

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

Originally Posted by Zaeed*:

 

Kill player after X warnings allows the player to be killed if they receive a certain number of kills. There are Yell and Private options given in the same way that they are for warnings. Players will also be killed for each multiple of the kill value, i.e. if the player is killed after 2 warnings, they will also be killed at 4, 6, 8 warnings, until the warnings reach the kick value

Question:

 

Are the player killed at or after X number of warning? (aka. "get two warnings get killed at third" or "get two warnings and get killed at the second")

X number.. so if the number is 5, on the 5th infringement, then the player is killed.

 

I'll change the wording on the next release :ohmy:

 

There are a few bugs with the weapon specific stuff, mainly because of missing weapons etc.. The main weapons work though, so Sniper Rifles, Assault Rifles.

 

Known weapon bugs are so far:

- Repair tool

- Knife

- All Vehicles

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

Originally Posted by Zaeed*:

 

Update: Version 1.01 -> 1.02

 

- Changed the wording on some options to make it clearer

- Fixed a bug where it wasn't correctly checking the team when the protection type was set to 'Zone being attacked'

- Added an Enable/Disable option

- Added a warning reset option. With options for round over, map change, or leave server

- Removed some debugging code I'd forgotten about

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

Originally Posted by Zaeed*:

 

can you set kill on xth warning to 0, so that they get killed right away?

I assume so, although I haven't tested it..

 

*update*

Just tested and no it doesn't work, it fits nicely into a hole my code misses.. I've fixed it for the next version.. I'll upload it in a minute.. It'll simply keep killing the person each time they are warned, until they reach the kick/ban limit

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

Originally Posted by Zaeed*:

 

If the Custom Warning Generator plugin is eneabled does override the Basic Mapzone Actions for the kills and warnings?

how so?

 

I guess all it'll do is create a race to see which plugin can kill the fastest..

there isn't really a need for the Basic Mapzone action one to run at the same time..

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

Originally Posted by Poon*:

 

Command driven warnings require option 3, Automatic zone warning, to be set to 'No'. This allows a command word to be used. This word should not include a special character such as @ or !, this is handled by procon. Enabling or disabling the warning turns it on or off.

Just a quick question. Can you have both the automatic zone warning and command driven warnings going at the same time?
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by Poon*:

 

Command driven warnings require option 3, Automatic zone warning, to be set to 'No'.

Yeah I saw that in the description. Maybe I should rephrase my question.

 

Why can't the warning generator work both on the automatic zone warnings and the command driven warning?

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

Originally Posted by Zaeed*:

 

Has it been updated yet?

No not yet.. I put code in but it didn't seem to work, then i fell asleep :? I'll take a look at it now..

Command driven warnings require option 3, Automatic zone warning, to be set to 'No'.

Yeah I saw that in the description. Maybe I should rephrase my question.

 

Why can't the warning generator work both on the automatic zone warnings and the command driven warning?

I suppose it could.. I don't really know why you'd want it, but if you do, i'll put it in..
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by Poon*:

 

I suppose it could.. I don't really know why you'd want it, but if you do, i'll put it in..

Well I was thinking along the lines of what if someone was a total jack ass, but never went inside the oppents base.

I see your point tho. As an admin I could warn him/her and if they continued then kick them, but with the warning generator it would be less keystrokes and more play time :lol:.

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

Originally Posted by Zaeed*:

 

The other option would be to create another warning, which has a harsher ruleset.. so perhaps 2 warnings till kill 4 warnings till kick or something like that..

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

Originally Posted by Zaeed*:

 

give me an example please, my english is very poor and i don't understud the guide at first side.

my wish: Protect the US Base for Base camping.

Thanks1

Ok.

 

A US Uncap setup would be:

Code:

Name: US Uncap protection
Description: A zone that protects the U.S. main base from being attacked
Enabled: Yes
Automatic zone warning_: Yes
     Zone name:  U.S Uncap
     Minimum trespass error: 75%
     Maximum distance:  low number (10m) means they have to be in or very close to the uncap.  A large number (1000m) means they can't shoot into the uncap from anywhere on the map
     Who is the zone for_:  Conquest - U.S Army
     Zone protection type: Zone being attacked
     Can infantry attack uncap_:  No
Warning Buffer: 0
Clear warning interval: Round end
Yell warning: No
Private warning: Yes
Public warning message:  %pn% this is your %wn% warning for attacking the U.S uncap
Kill player after X warnings_: Yes
     Kill on Xth warning:  3
     Yell kill message:  No
     Private kill message:  No
     Public message:  %pn% was killed for attacking the U.S uncap for the %wn% time
Ban player instead of kick_:  No
     Kick on Xth warning  6
     Yell kick message:  No
     Private kick message: No
     Public message:  %pn% was kicked for attacking the U.S uncap
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by Zaeed*:

 

Code:

Public message:  %pn% was killed for attacking the U.S uncap for the %wn% time
I don't see this line in mine
What do you mean?

 

To get the public message, you have to have Private set to no.. This particular message is for the killing option, so that would have to be set to on as well.

 

You can use %pn% to display the player name, and %wn% to display the count of warnings, %wn% will be displayed as 1st, 6th, etc

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

Originally Posted by Zaeed*:

 

Update: Version 1.03 -> 1.04

 

- Enabled the feature to allow/disallow infantry or vehicles to attack a zone

 

With this feature you can decide if infantry can attack the zone or not, and also if vehicles can attack or not. So in the case of allowing soldiers to attack the base, but tanks are not permitted to attack, you would set Can infantry attack zone? to Yes, and Can vehicles attack zone? to No

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

Originally Posted by Zaeed*:

 

Can this be set for private and also to be displayed for public in the chat box %pn% is being kicked for excessive main camping

Private = Yes -> Everyone see's it

Private = No -> Only the person kicked see's it

 

The message can be whatever you want

* 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.