Jump to content

Insane Limits (0.9.17.0 - 30-MAR-2015) + BFHL


ImportBot

Recommended Posts

Originally Posted by jking54*:

 

I've never seen that before. What's in InsaneLimits.dump?

-----------------------------------------------

Version: InsaneLimits 0.9.14.0

Date: 1/8/2014 1:17:52 PM

Data:

System.Reflection.TargetParameterCountException: Parameter count mismatch.

 

Stack Trace:

at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)

at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)

at PRoConEvents.InsaneLimits.executeLimitCheck(Limit limit, String method, PlayerInfoInterface player, PlayerInfoInterface killer, PlayerInfoInterface victim, KillInfoInterface kill)

at PRoConEvents.InsaneLimits.evaluateLimitChecks(Limi t limit, PlayerInfoInterface player, PlayerInfoInterface killer, PlayerInfoInterface victim, KillInfoInterface kill)

 

MSIL Stack Trace:

System.Object Invoke(System.Object, System.Reflection.BindingFlags, System.Reflection.Binder, System.Object[], System.Globalization.CultureInfo, Boolean), IL: 0x5A

System.Object Invoke(System.Object, System.Reflection.BindingFlags, System.Reflection.Binder, System.Object[], System.Globalization.CultureInfo), IL: 0x0

Boolean executeLimitCheck(Limit, System.String, PRoConEvents.PlayerInfoInterface, PRoConEvents.PlayerInfoInterface, PRoConEvents.PlayerInfoInterface, PRoConEvents.KillInfoInterface), IL: 0xC8

Boolean evaluateLimitChecks(Limit, PRoConEvents.PlayerInfoInterface, PRoConEvents.PlayerInfoInterface, PRoConEvents.PlayerInfoInterface, PRoConEvents.KillInfoInterface), IL: 0x70

 

-----------------------------------------------

Version: InsaneLimits 0.9.14.0

Date: 1/8/2014 1:30:06 PM

Data:

System.Reflection.TargetParameterCountException: Parameter count mismatch.

 

Stack Trace:

at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)

at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)

at PRoConEvents.InsaneLimits.executeLimitCheck(Limit limit, String method, PlayerInfoInterface player, PlayerInfoInterface killer, PlayerInfoInterface victim, KillInfoInterface kill)

at PRoConEvents.InsaneLimits.evaluateLimitChecks(Limi t limit, PlayerInfoInterface player, PlayerInfoInterface killer, PlayerInfoInterface victim, KillInfoInterface kill)

 

MSIL Stack Trace:

System.Object Invoke(System.Object, System.Reflection.BindingFlags, System.Reflection.Binder, System.Object[], System.Globalization.CultureInfo, Boolean), IL: 0x5A

System.Object Invoke(System.Object, System.Reflection.BindingFlags, System.Reflection.Binder, System.Object[], System.Globalization.CultureInfo), IL: 0x0

Boolean executeLimitCheck(Limit, System.String, PRoConEvents.PlayerInfoInterface, PRoConEvents.PlayerInfoInterface, PRoConEvents.PlayerInfoInterface, PRoConEvents.KillInfoInterface), IL: 0xC8

Boolean evaluateLimitChecks(Limit, PRoConEvents.PlayerInfoInterface, PRoConEvents.PlayerInfoInterface, PRoConEvents.PlayerInfoInterface, PRoConEvents.KillInfoInterface), IL: 0x70

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

Originally Posted by PapaCharlie9*:

 

That's weird. Insane Limits is trying to call your first_check or second_check and the function parameters don't match. Did you install a different version of Insane Limits? Or possibly change your .conf or .cfg files that contain the limit code? Or is your Procon layer version different from your client?

 

Post all the limit code exactly as it is in your settings. All of the settings for limit #1 as well.

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

Originally Posted by jking54*:

 

That's weird. Insane Limits is trying to call your first_check or second_check and the function parameters don't match. Did you install a different version of Insane Limits? Or possibly change your .conf or .cfg files that contain the limit code? Or is your Procon layer version different from your client?

 

Post all the limit code exactly as it is in your settings. All of the settings for limit #1 as well.

Yeah I'll post, I actually copied over a backup .conf after a server move, something got fubar'd in the process as I never had issues...

 

My code is exactly as you have it in the plugin thread but here it is...

 

Limit 2: Preset Normal:

 

Code:

plugin.ConsoleWrite("^2Set preset to Normal");
plugin.ServerCommand("vars.preset", "Normal", "false");
plugin.ConsoleWrite("^2Preset is now ^bNormal^n");
return false;
Except I named it PreSet Normal, but have since changed it to Preset Normal, would that make a difference?
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by FLirtY-3D*:

 

Still need the plugin.log, buddy. A correct log will look like this:

 

Code:

[08:46:07 26] Compiling InsaneLimits.cs... Done
[08:46:07 41] [Insane Limits] Game Version = BF3
[08:46:07 41] Loading InsaneLimits... Loaded
[08:46:07 45] [Insane Limits] plugin loaded
A problem might look something like this (just an example):

 

Code:

[08:49:16 61] Compiling InsaneLimits.cs... Errors or Warnings
[08:49:16 61] 	InsaneLimits.cs (Line: 54, C: 22) CS0246: The type or namespace name 'NetworkExtension' could not be found (are you missing a using directive or an assembly reference_)
... and no DLL will be created.

 

I need to see the specific error.

here you go mate

Code:

[21:58:04] Loading plugin cache..
[21:58:04] Preparing plugins directory..
[21:58:05] Moving legacy plugins..
[21:58:05] Creating compiler..
[21:58:05] Configuring compiler..
[21:58:05] Running with native .Net..
[21:58:05] Building sandbox..
[21:58:05] Configuring sandbox..
[21:58:05] Compiling and loading plugins..
[21:58:05] Compiling CAdaptiveServerSize.cs... Using Cache
[21:58:05] Loading CAdaptiveServerSize... Loaded
[21:58:06] Compiling CAdaptiveTicketCount.cs... Using Cache
[21:58:06] Loading CAdaptiveTicketCount... Loaded
[21:58:06] Compiling CAdminIn_and_SpawnMsg.cs... Using Cache
[21:58:06] Loading CAdminIn_and_SpawnMsg... Loaded
[21:58:06] AdminIn_and_SpawnMsg: PreCollectedData - GameType bf3
[21:58:06] Compiling CBasicInGameInfo.cs... Using Cache
[21:58:06] Loading CBasicInGameInfo... Loaded
[21:58:06] Compiling CBattlelogCache.cs... Using Cache
[21:58:06] Loading CBattlelogCache... Loaded
[21:58:06] Compiling CChatFilterBF3.cs... Using Cache
[21:58:06] Loading CChatFilterBF3... Loaded
[21:58:06] Compiling CInGameAdmin.cs... Using Cache
[21:58:06] Loading CInGameAdmin... Loaded
[21:58:06] Compiling CLatencyManager.cs... Using Cache
[21:58:06] Loading CLatencyManager... Loaded
[21:58:06] Compiling CMixedSpambot.cs... Using Cache
[21:58:06] Loading CMixedSpambot... Loaded
[21:58:06] Compiling CServerKills.cs... Using Cache
[21:58:06] Loading CServerKills... Loaded
[21:58:06] Compiling CServerRulesOnRequest.cs... Using Cache
[21:58:06] Loading CServerRulesOnRequest... Loaded
[21:58:06] Compiling CSpambot.cs... Using Cache
[21:58:06] Loading CSpambot... Loaded
[21:58:06] Compiling CVoteBanBF3.cs... Using Cache
[21:58:06] Loading CVoteBanBF3... Loaded
[21:58:06] Compiling InsaneLimits.cs... Errors or Warnings
[21:58:06] InsaneLimits.cs (Line: 0, C: 0) CS2018: Unable to find messages file 'cscompui.dll'
[21:58:06] Compiling Metabans.cs... Using Cache
[21:58:06] Loading Metabans... Loaded
[21:58:06] Compiling MULTIbalancer.cs... Using Cache
[21:58:06] [MULTIbalancer]:0 Game Version = BF3
[21:58:06] Loading MULTIbalancer... Loaded
[21:58:07] Compiling ProconRulz.cs... Errors or Warnings
[21:58:07] ProconRulz.cs (Line: 0, C: 0) CS2018: Unable to find messages file 'cscompui.dll'
[21:58:07] AdaptiveServerSize: Enabled!
[21:58:08] AdaptiveTicketCount: Enabled!
[21:58:20] AdminIn_and_SpawnMsg: Enabled!
[21:58:20] Basic In-Game Info Enabled!
[21:58:20] [Battlelog Cache] EXCEPTION: Invalid value for MySQL Port: ''. Must be number between 1 and 65535!
[21:58:20] Chat Filter BF3 Enabled!
[21:58:20] In-Game Admin Enabled!
[21:58:22] Latency Manager Enabled!
[21:58:25] MixedSpambot Enabled!
[21:58:25] Server Kills Enabled!
[21:58:25] [Server Kills] WARNING! - Display Messages has exceeded 5 lines of chat! At least 1 line will flow off the screen in game...
[21:58:25] Server Rules On Request Enabled!
[21:58:25] Vote Ban BF3 Enabled!
[21:58:25] Metabans Enabled!
[21:58:25] [MULTIbalancer]:0 Enabled! Version = 1.0.9.0
[22:00:33] [MULTIbalancer]:2 FINAL STATUS FOR PREVIOUS ROUND:
[22:00:33] [MULTIbalancer]:0 Status: Map = Operation Metro, mode = Rush, stage = 1, time in round = 00:02:06, tickets = 0/8900(0) <- [47]
[22:00:33] [MULTIbalancer]:0 Status: Ticket difference = 0, ticket ratio percentage is 0%
[22:00:33] [MULTIbalancer]:0 Status: 0/1 raged, 0 reassigned, 0 balanced, 0 unstacked, 0 unswitched, 0 excluded, 0 exempted, 0 failed; of 145 TOTAL
[22:00:33] [MULTIbalancer]:0 Status: Team counts [64] = 32(US) vs 32(RU), with 0 unassigned
[22:00:33] [MULTIbalancer]:2 +------------------------------------------------+
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by PapaCharlie9*:

 

Yeah I'll post, I actually copied over a backup .conf after a server move, something got fubar'd in the process as I never had issues...

That's almost certainly the problem. The old .conf doesn't have the limits in the same order or with the same numbers as the new setup.
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by PapaCharlie9*:

 

here you go mate

Perfect. The error is:

 

[21:58:06] InsaneLimits.cs (Line: 0, C: 0) CS2018: Unable to find messages file 'cscompui.dll'

 

After doing some googling, this appears to be a common problem. It looks like your .Net installation has been corrupted, or possibly a virus scanner has quarantined cscompui.dll because it thinks it has a virus. In any case, that file is missing from .Net and its required.

 

Try repairing or reinstalling .Net 3.5 to see if that fixes it. If it doesn't, there are some sites that have direct download of the file with instructions on where to install it, but beware. Some of those sites look pretty shady and could be risky to trust. You might end up installing a virus.

 

If this is happening on a layer, you'll have to file a support ticket with your hoster to get them to fix it.

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

Originally Posted by FLirtY-3D*:

 

Perfect. The error is:

 

[21:58:06] InsaneLimits.cs (Line: 0, C: 0) CS2018: Unable to find messages file 'cscompui.dll'

 

After doing some googling, this appears to be a common problem. It looks like your .Net installation has been corrupted, or possibly a virus scanner has quarantined cscompui.dll because it thinks it has a virus. In any case, that file is missing from .Net and its required.

 

Try repairing or reinstalling .Net 3.5 to see if that fixes it. If it doesn't, there are some sites that have direct download of the file with instructions on where to install it, but beware. Some of those sites look pretty shady and could be risky to trust. You might end up installing a virus.

 

If this is happening on a layer, you'll have to file a support ticket with your hoster to get them to fix it.

would a clean reinstall of procon on the layer fix the problem ?
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by jking54*:

 

That's almost certainly the problem. The old .conf doesn't have the limits in the same order or with the same numbers as the new setup.

Not sure of you noticed, I edited my post #573 above, thought the problem went away with the renaming of the limit but now it's back.

 

EDIT: I deleted everything with Insane Limits and rebuilt, now back to normal. It was writing to an old .conf, not sure how and why but it's taken care of.

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

Originally Posted by Wiggles*:

 

is it possible to make the text the plugin sends to procon chat in color?

 

the reason i ask is that it would be great to seperate the limits from eachother and highlight the important part of the text it displays, and i also assume it is possible because the last version of xvotemap i used on bf3 had colored text displaying in the procon chat

 

btw, haven browsed thru this to see if any other have posted this before

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

Originally Posted by PapaCharlie9*:

 

is it possible to make the text the plugin sends to procon chat in color?

It's a pain in the ass, but yes, it is possible. There are only 10 colors available, though, and one of them is black, which is the default. Royal Blue and Maroon are already used by Procon for players joins/leaves (respectively) and Gray is very hard to read, so that leaves 6 colors unused.

 

The colors can be extended with bold or italic. So that's maybe 18 distinct different color/style combinations maximum.

 

Posted Image

 

To do this with Insane Limits, you add the codes to the message for plugin.PRoConChat. For Bold Orange, you would to this:

 

Code:

plugin.PRoConChat("^3^bThis is bold Orange!");
These are the style codes:

 

^0 Black

^1 Maroon (PRoCon error message colour)

^2 Medium Sea Green

^3 Dark Orange

^4 Royal Blue

^5 Cornflower Blue

^6 Dark Violet

^7 Deep Pink

^8 Red

^9 Grey

 

Text formatting options:

^b Bold

^n Normal

^i Italicized

^^ ^ (Escape character)

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

Originally Posted by Wiggles*:

 

[16:29:03 40] [insane Limits] Compiling Limit #3 - Staazvaind's Sniper Squad - OnKill

[16:29:03 44] [insane Limits] ERROR: 5 errors compiling Code

[16:29:03 44] [insane Limits] ERROR: (CS1525, line: 44, column: 75): Invalid expression term '^'

[16:29:03 44] [insane Limits] ERROR: (CS1026, line: 44, column: 76): ) expected

[16:29:03 44] [insane Limits] ERROR: (CS1002, line: 44, column: 77): ; expected

[16:29:03 44] [insane Limits] ERROR: (CS1002, line: 44, column: 101): ; expected

[16:29:03 44] [insane Limits] ERROR: (CS1525, line: 44, column: 101): Invalid expression term ')'

 

Code:

plugin.PRoConChat("^3Insane Limits - Sniper Limiter > " + ^8killer.Name + ": " + msg);
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by PapaCharlie9*:

 

[16:29:03 40] [insane Limits] Compiling Limit #3 - Staazvaind's Sniper Squad - OnKill

[16:29:03 44] [insane Limits] ERROR: 5 errors compiling Code

[16:29:03 44] [insane Limits] ERROR: (CS1525, line: 44, column: 75): Invalid expression term '^'

[16:29:03 44] [insane Limits] ERROR: (CS1026, line: 44, column: 76): ) expected

[16:29:03 44] [insane Limits] ERROR: (CS1002, line: 44, column: 77): ; expected

[16:29:03 44] [insane Limits] ERROR: (CS1002, line: 44, column: 101): ; expected

[16:29:03 44] [insane Limits] ERROR: (CS1525, line: 44, column: 101): Invalid expression term ')'

 

Code:

plugin.PRoConChat("^3Insane Limits - Sniper Limiter > " + ^8killer.Name + ": " + msg);
Style codes have to always be inside double quotes. So put it in the double quote before the killer.Name:

 

plugin.PRoConChat("^3Insane Limits - Sniper Limiter > ^8" + killer.Name + ": " + msg);

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

Originally Posted by Mixus*:

 

This is due Punkbuster being disabled on all servers. InsaneLimit seems to rely on the Punkbuster playerinformation. It should work again since DICE started to enable Punkbuster on the servers again. (At least it does on our server)

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

Originally Posted by TMiland*:

 

This is due Punkbuster being disabled on all servers. InsaneLimit seems to rely on the Punkbuster playerinformation. It should work again since DICE started to enable Punkbuster on the servers again. (At least it does on our server)

Well that booted 32 players right out... o.O
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by Hutchew*:

 

It's a pain in the ass, but yes, it is possible. There are only 10 colors available, though, and one of them is black, which is the default. Royal Blue and Maroon are already used by Procon for players joins/leaves (respectively) and Gray is very hard to read, so that leaves 6 colors unused.

Don't forget green is procon admin chat.
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by TMiland*:

 

Any reason why our limits sometimes get randomly deleted? The entire plugin resets to before the agreement was accepted.

I have had this issue since day 1! And it is aggravating as f**k! :P
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by PapaCharlie9*:

 

Any reason why our limits sometimes get randomly deleted? The entire plugin resets to before the agreement was accepted.

I have had this issue since day 1! And it is aggravating as f**k! :P

It's a known bug. The bug is easy to avoid/workaround, though, but extremely difficult to fix, it's a timing/race condition sort of issue. I explained here how to avoid it:

 

myrcon.net/...insane-limits-bfhl#entry30698

 

More detailed instructions here:

 

myrcon.net/...insane-limits-bfhl#entry30776

 

Keywords: FailLog, highlight, highlighting

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

Originally Posted by PapaCharlie9*:

 

Changes made for 0.9.15.0 (REQUIRES Procon 1.4.1.5 or later!)

The biggest improvement is that Insane Limits will no longer cause a long delay when Procon is shutdown. Other improvements:

  • BF4 weapon updates
  • BF4 fixed missing killAssists stat
  • Added support for player type: player, commander, specatator, etc. See player.Role
  • Added support for factions: See teamX.Faction or server.GetFaction(TeamId)
  • Added support for calling another plugin from a limit: IsOtherPluginEnabled, CallOtherPlugin
  • Added support for calling back into Insane Limits: GetLastPluginDataUpdate, UpdatePluginData
  • Added support for checking if Insane Limits is loaded: check for registered commmand "InsaneLimits", "UpdatePluginData".
UpdatePluginData expects to be called with String params[] as follows:

parms[0]: Name of caller (plugin class)

parms[1]: Name of the dictionary type: "bool", "double", "int", "string" (not possible to pass object type)

parms[2]: Key

parms[3]: Stringification of value

For example, a call with {"Test", "double", "TestFloat", "3.14"} would have the same effect as this line of code in a limit:

Code:

plugin.Data.setDouble("TestFloat", 3.14);
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by ColColonCleaner*:

 

It's a known bug. The bug is easy to avoid/workaround, though, but extremely difficult to fix, it's a timing/race condition sort of issue. I explained here how to avoid it:

 

myrcon.net/...insane-limits-bfhl#entry30698

 

More detailed instructions here:

 

myrcon.net/...insane-limits-bfhl#entry30776

 

Keywords: FailLog, highlight, highlighting

Where/How do i set up the conf file for IL. Link to the docs for it? Just having that stored in another location should at least be a quick fix when it happens.
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by PapaCharlie9*:

 

Where/How do i set up the conf file for IL. Link to the docs for it? Just having that stored in another location should at least be a quick fix when it happens.

It's already set up. Just look in procon/Plugins/BF4 (or BF3). There should be a .conf file for each game server connection. That's the default location.

 

You can backup all the .conf files anytime you install a new limit, or whatever.

 

If you want to use a different location, change use_custom_storage, but I do not recommend changing the default. People get confused about where stuff is and tend to screw themselves up, particularly if they go through a migration or IP address change.

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

Originally Posted by HexaCanon*:

 

(BF4 and latest procon)

 

I can not get version 0.9.15.0 to work, I deleted all insanelimit files and restarted and its not showing up in procon,

I had to reinstall 9.13.0

says in red "REQUIRES Procon 1.4.1.5 or later!"

 

you made sure of that ?

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

Originally Posted by ColColonCleaner*:

 

It's already set up. Just look in procon/Plugins/BF4 (or BF3). There should be a .conf file for each game server connection. That's the default location.

 

You can backup all the .conf files anytime you install a new limit, or whatever.

 

If you want to use a different location, change use_custom_storage, but I do not recommend changing the default. People get confused about where stuff is and tend to screw themselves up, particularly if they go through a migration or IP address change.

Alright thanks i'll look it up.
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by PapaCharlie9*:

 

Yeah I'm running the 1.4.1.5 version

Try it again and this time, post the errors shown in plugin.log when it tries to load the plugin.

 

And make sure you have 1.4.1.5 on both your layer and your local client. Plugin should be installed on your layer, of course.

 

EDIT: There are 18 servers currently using 1.4.1.5 and only 3 of them are my test servers, so other people are successfully loading it.

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