Jump to content

Insane Punisher


ImportBot

Recommended Posts

Originally Posted by RFDragon*:

 

schon jemand mit dem BF3 B2K DLC getestet? ProCon Konsole meldet das die maps nicht vollständig kompatibel sind.

Was heisst das genau? funzt Base rape auto punish? kennt er die Base zones?

 

greetz

...ups... english..

 

did someone already try BF3 B2K DLC? ProCOn COnsole says the maps are not fully compatible. does base attack punishment work?

are the zone recognized?

 

EDIT: Crashes my Server...

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

Top Posters In This Topic

  • ImportBot

    324

Originally Posted by micovery*:

 

Great plugin that works for BF3 as well. Is there anyway to disable the vote kick and ban?

ban_rape_kill False

ban_camp_kill False

ban_team_kill False

 

kick_rape_kill False

kick_camp_kill False

kick_team_kill False

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

Originally Posted by WaxMyCarrot*:

 

I can confirm it works perfect with BF3. I have not tried all functions but the !punish and !forgive work great.

 

Any news on an update to support the new maps?

 

[13:05:07 44] [insane Punisher] map xp1_004 is not fully supported

[13:05:08 93] [insane Punisher] map xp1_004 is not fully supported

[13:05:16 09] [insane Punisher] map xp1_004 is not fully supported

[13:05:17 03] [insane Punisher] map xp1_004 is not fully supported

[13:05:17 79] [insane Punisher] map xp1_004 is not fully supported

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

Originally Posted by QUACK-Major-Pain*:

 

It doesn't have any of the BF3 maps listed looking at the file.

No need for map names. I think they are only needed for use with maps and map zones.

 

Right now for BF3, it's only for team kill.

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

Originally Posted by Clay52*:

 

It doesn't have any of the BF3 maps listed looking at the file.

No need for map names. I think they are only needed for use with maps and map zones.

 

Right now for BF3, it's only for team kill.

Pain confirm this works well with !punish and !forgive? Hell I'm down, micovery's stuff is the shiz :smile:
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by QUACK-Major-Pain*:

 

Waiting for his next one.

He's testing one to allow us to setup server requirements.

If player has kdr higher than what we set, they are removed when trying to join.

He has many other settings that we will be able to use, but I think the kdr and accuracy are more important.

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

Originally Posted by droopie*:

 

yes i only wanted/needed this for tks. i only wish that i could set a number before it can grant !punish for true accidental tks.

 

also another feature i just thought about was adding a amount of !punish before kicking that player instead of using the default kick for 10 tks. this way you can kick for 10 !punish

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

Originally Posted by droopie*:

 

for bf3, how can i do a %victim% for a mock? when someone suicieds, it displays in the chat the mocking message to everyone...

You suicided, epic fail!

You suicided, are you even trying soldier!

You suicided, press Alt-F4 for auto-revive!

 

so i would like a...

%victim% You suicided, epic fail!

%victim% You suicided, are you even trying soldier!

%victim% You suicided, press Alt-F4 for auto-revive!

 

this way we can see who the message is for instead of a "You". i know this isnt really bf3 supported yet but was wondering if i can do a quick edit myself for this.

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

Originally Posted by micovery*:

 

for bf3, how can i do a %victim% for a mock? when someone suicieds, it displays in the chat the mocking message to everyone...

You suicided, epic fail!

You suicided, are you even trying soldier!

You suicided, press Alt-F4 for auto-revive!

 

so i would like a...

%victim% You suicided, epic fail!

%victim% You suicided, are you even trying soldier!

%victim% You suicided, press Alt-F4 for auto-revive!

 

this way we can see who the message is for instead of a "You". i know this isnt really bf3 supported yet but was wondering if i can do a quick edit myself for this.

%name% suicided, epic fail!

%name% suicided, are you even trying soldier!

%name% suicided, press Alt-F4 for auto-revive!

 

Now, to avoid sending messages to the whole server, you can make it so it sends messages only to the squad.

 

 

Find the function SendPlayerMessage

 

Code:

private void SendPlayerMessage(string soldierName, string message)
        {
            if (getBooleanVarValue("quiet_mode") && !isAdmin(soldierName))
                return;
            
            this.ExecuteCommand("procon.protected.send", "admin.say", message, "player", soldierName);
        }
and replace it with

 

Code:

private void SendPlayerMessage(string soldierName, string message)
        {
            if (getBooleanVarValue("quiet_mode") && !isAdmin(soldierName))
                return;

            PlayerProfile pp = null;

            if ((pp = getPlayerProfile(soldierName)) != null)
                this.ExecuteCommand("procon.protected.send", "admin.say", message, "squad", pp.info.TeamID.ToString(), pp.info.SquadID.ToString());
        }
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by Bazza*:

 

Going by the warnings I am assuming the !forgive works the same as B3? If a player Tk's he gets 1 strike, if he gets 3 he is kicked. But if a player forgives it takes 1 strike away? Only problem with !punish is we are finding players are running in front of vehicles at the start then punishing or when players say sorry they still punish. If the system was like the 3 strike setup you could just have !forgive and that would be ideal for us.

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

Originally Posted by WaxMyCarrot*:

 

%name% suicided, epic fail!

%name% suicided, are you even trying soldier!

%name% suicided, press Alt-F4 for auto-revive!

I tried this and it does not seem to work for me. I restarted our server and the layer and still shows the old messages.
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by droopie*:

 

I tried this and it does not seem to work for me. I restarted our server and the layer and still shows the old messages.

really? it worked fine for me. i also did what he suggested and did a find/replace in the code though. but it did work.
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by Capt-Hot-Carl*:

 

I see some of you are using this in BF3... Does it work for baserape yet? This is the only problem with our server right now is a lot of baseraping the Non-cap going on..

Not currently. I was trying to find what Micovery had said earlier about this, but BF3 does not publish player coordinates and as far as I know base coordinates haven't been given out/figured out yet.

 

Not sure if I totally murdered what was originally said but I know it was along those lines.

 

Carl

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

Originally Posted by Rocnuts*:

 

Not currently. I was trying to find what Micovery had said earlier about this, but BF3 does not publish player coordinates and as far as I know base coordinates haven't been given out/figured out yet.

 

Not sure if I totally murdered what was originally said but I know it was along those lines.

 

Carl

Lol ok cool, the baserape is the only thing im after right now...Ill keep watch!
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by droopie*:

 

i just wanted to post i made a small edit. in the bf3 chat we all see...

"KILLER team killed you!"

even though you wasnt teamkilled. so, i changed

info_msg = killer.name + " team killed you!";

to

info_msg = killer.name + " team killed " + victim.name;

works good. that with the other edit, no confusions on who the messages are for in bf3.

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

Originally Posted by Kilack*:

 

Lol ok cool, the baserape is the only thing im after right now...Ill keep watch!

Yeah this looks like an awesome plugin but like you I am after the punishing for hammering bases etc and attacking from spawn also..

 

Do Dice publish anywhere what features they are working on? or what they have planned? I would love to see if giving out coordinates etc is on their list... among other things..

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

Originally Posted by jimbouk1977*:

 

Would be good if base rape / camping can be done but i like this plugin

 

Also could you add the option to Kill the Teamkiller if it is some idiot that does it on purpose _.

 

Next i notice when players suicide in BF3 it just say "you suicieded MOCK"

Code:

List<string> default_mocks = new List<string>(new string[]
        {
            "You suicided, epic fail!",
            "You suicided, are you even trying soldier!",
            "You suicided, press Alt-Enter for auto-revive! "
        });
Is there any way to get it to say the players name as it comes up in chat to all would be much better if it shows the players name to all.

 

I tried

Code:

"%name%, You suicided, epic fail!",
But it didnt work any ideas ?
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by Capt-Hot-Carl*:

 

Would be good if base rape / camping can be done but i like this plugin

 

Also could you add the option to Kill the Teamkiller if it is some idiot that does it on purpose _.

 

Next i notice when players suicide in BF3 it just say "you suicieded MOCK"

Code:

List<string> default_mocks = new List<string>(new string[]
        {
            "You suicided, epic fail!",
            "You suicided, are you even trying soldier!",
            "You suicided, press Alt-Enter for auto-revive! "
        });
Is there any way to get it to say the players name as it comes up in chat to all would be much better if it shows the players name to all.

 

I tried

Code:

"%name%, You suicided, epic fail!",
But it didnt work any ideas ?
Wait I misread and thought you meant, go to the specific player. Not sure about that!

 

Carl

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

Originally Posted by micovery*:

 

Ok, so does anybody no how to get the clan whitelist for punish working? Our tags are OFAW. I have tried OFAW and [OFAW] and it still doesn't work...Ideas?

Information is not available through the BF3 protocol, which the plugin is depending on to get player's clan tags.
* 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.