Jump to content

Adaptive Server Size (1.3.5.3 - 06/14/15)


ColColonCleaner

Recommended Posts

Originally Posted by WaxMyCarrot*:

 

I have a bug to report.. in my servers cpanel the server is set to 64 players. The plugin works great for us.. we filled up in about 45 minutes from empty. Just took 4 of us to seed it. The server sets to all the slots as it should but it keeps spamming this message in ProCon. It sets it to 64 slots and 64 players can join.. however it still says that it's only 32. I have debugging on but don't know where to get the info you may need. Give me direction and I will retrieve any info you need.

 

 

[21:58:34 69] AdaptiveServerSize: TASK -> 64 players online. Server size set to 32, but should be 64. Round started at 32. Waiting for round to end.

[21:58:45 83] AdaptiveServerSize: TASK -> 64 players online. Server size set to 32, but should be 64. Round started at 32. Waiting for round to end.

[21:59:05 12] AdaptiveServerSize: TASK -> 64 players online. Server size set to 32, but should be 64. Round started at 32. Waiting for round to end.

[21:59:16 26] AdaptiveServerSize: TASK -> 64 players online. Server size set to 32, but should be 64. Round started at 32. Waiting for round to end.

[21:59:35 56] AdaptiveServerSize: TASK -> 64 players online. Server size set to 32, but should be 64. Round started at 32. Waiting for round to end.

[21:59:46 65] AdaptiveServerSize: TASK -> 64 players online. Server size set to 32, but should be 64. Round started at 32. Waiting for round to end.

[21:59:59 38] AdaptiveServerSize: INFO -> Round ended.

[22:00:59 39] AdaptiveServerSize: WORK -> Server size changed to maximum value (64 players) temporarily.

[22:00:59 86] AdaptiveServerSize: TASK -> 64 players online. Server size set to 32, but should be 64. Waiting for next round to start.

[22:01:00 83] AdaptiveServerSize: TASK -> 47 players online. Server size set to 32, but should be 64. Waiting for next round to start.

[22:01:00 89] AdaptiveServerSize: TASK -> 47 players online. Server size set to 32, but should be 64. Waiting for next round to start.

[22:01:02 45] AdaptiveServerSize: TASK -> 47 players online. Server size set to 32, but should be 64. Waiting for next round to start.

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

Top Posters In This Topic

Top Posters In This Topic

Posted Images

Originally Posted by falcontx*:

 

Just set something like.

 

If gamemode == TDM&vars.maxpplayers >24

 

Have it check for a response whenever it sets maxplayers. If u try setting it to 64 and its a 32 slot it will say incorrect or unable or some shit. If it responds with ok, then it should send an ignore to the current player count.

 

Same goes for rush being greater than 32.

Yeah, that's what I meant by "hard code the limits for each game mode". I'll get that in the next version.
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by falcontx*:

 

I have a bug to report.. in my servers cpanel the server is set to 64 players. The plugin works great for us.. we filled up in about 45 minutes from empty. Just took 4 of us to seed it. The server sets to all the slots as it should but it keeps spamming this message in ProCon. It sets it to 64 slots and 64 players can join.. however it still says that it's only 32. I have debugging on but don't know where to get the info you may need. Give me direction and I will retrieve any info you need.

I just recently got a server larger than 32 players to test with. This is due to a bug in the BF3 server itself, so I'll have to do a workaround. Basically, you can set the maxPlayers value higher than 32, but the serverInfo query will not indicate any number higher than 32. Example:

 

[21:40:26] vars.maxPlayers 50

[21:40:26] OK

[21:40:26] serverInfo

[21:40:26] OK [TAG] [pbc] 24/7 CONQUEST | ALL MAPS | DALLAS | NO LAG 3 32 ConquestLarge0 MP_012 0 1 2 299 280.304565 0 true true false 915510 300

 

After the words "NO LAG" are two numbers. The first is the current number of players on the server, and the second SHOULD be the max number of players. However, if the max is over 32, it just says 32. Thanks DICE.

 

Anyhow, I'll figure out a workaround and include it in the next version.

 

EDIT: Just typing "vars.maxPlayers" returns the proper current server size, so this shouldn't be hard to fix, but DICE still needs to fix this.

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

Originally Posted by falcontx*:

 

A few bugs. When running a 32 slot TDM it only shows 24 slots in procon so it spams changing to 32 slot max which bugs procon out. The same thing when running Rush on 64 slots which only shows 32. Should have an option where it checks to see if vars.maxplayers 32 received an ok response. if it did it should stop repeatedly trying. Besides that it works wonders.

I'm now trying to replicate this on my server, now that it's empty, and I can't. Regardless of what mode it's in, it always allows me to set vars.maxPlayers to the maximum server size. Even in Squad Rush, which is limited to 8, I can still type "vars.maxPlayers 50" and get a response of OK. It even shows in Battlelog as a 50 player Squad Rush server.

 

EDIT: So, upon further research, it seems that game modes designed for a limited number of players can be run with more players under some circumstances. In testing, I played on a 32-player squad deathmatch server and a 64-player team deathmatch server. As such, I'm simply going to add plugin options that allow you to specify your desired maximum players for each game type, with the defaults being the intended number.

 

I'll be posting a new version, with this feature, and a few other fixes, later today (11/21).

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

Originally Posted by Haemogod*:

 

You need a non 64 player map in the rotation to replicate this bug, it doesnt happen if all the maps are 64 player regardless of changes you make to the server size.

 

My server has been running as 64/64 showing as 64/32 for weeks, however i have observed once previously, while emtpy that the above is true, i tested it this morning, since your plugin allowed me to seed in 64 while afk, its always been my observation that trying to seed from zero with a 32player map was 10x more effective than with a 64 player map, and thus withyourplugin i am running only 64 player maps, needed a restart for the server, procon,gametracker to notice.

 

And for the first time since i added it to gametracker it now shows higher than 32/32.

 

EDIT: So, upon further research, it seems that game modes designed for a limited number of players can be run with more players under some circumstances. In testing, I played on a 32-player squad deathmatch server and a 64-player team deathmatch server. As such, I'm simply going to add plugin options that allow you to specify your desired maximum players for each game type, with the defaults being the intended number.

Hope this helps, i think the problem persists if you add a game mode below the servers max and remove it again too. Unless DICE adds hardcoding i dont think we'd need anything like this, if you would permitt me to suggest, what would be more usful for mixed mode servers would be if the server could run:

 

vars.gameModeCounter

 

Depending on what the game mode on the next map would be, rather than kicking players to reduce the game mode. For example(64plr svr): vars.gameModeCounter 150 for conquest and vars.gameModeCounter 200 for all other modes. I have seen 2 teams win as defender several rounds in a row even with the attackers having 187.5(250%).

 

 

Second suggestion :biggrin:

 

Is it possible to have emptymap functions with this; wherein the maplist 1 for =

And maplist 2 for >X players for >X Minutes.

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

Originally Posted by chrisxp*:

 

Just to let you know..

 

I rent from Gameservers.com and with their Procon Layer (1.1.1.0) this plugin doesnt work..

 

From my ticket requesting install;

 

The plugin is installed properly, but does not look to be working with Layer services.

Any reason why, or if this will be supported in future?

 

I have no access to any logs etc, as Gameservers dont enable FTP to the layer itself, sorry..

 

Regards,

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

Originally Posted by KulWun*:

 

Just to let you know..

 

I rent from Gameservers.com and with their Procon Layer (1.1.1.0) this plugin doesnt work..

 

From my ticket requesting install;

 

 

 

Any reason why, or if this will be supported in future?

 

I have no access to any logs etc, as Gameservers dont enable FTP to the layer itself, sorry..

 

Regards,

Setup a separate connection that doesn't connect to your layer and install the plugin locally until GS updates layer services... this is what I'm doing at present.

 

Also

 

Falcon - Excellent job! This plugin does exactly what we've been doing manually and by manually I mean not to effective but it does it Perfectly!

 

For anyone trying to fill your server this is the way to do it along with BF3 Truebalancer and you don't really need 8 of your friends to do it... Our server just started to fill on it's own after activating this plugin.

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

Originally Posted by EBassie*:

 

I just recently got a server larger than 32 players to test with. This is due to a bug in the BF3 server itself, so I'll have to do a workaround. Basically, you can set the maxPlayers value higher than 32, but the serverInfo query will not indicate any number higher than 32. Example:

 

[21:40:26] vars.maxPlayers 50

[21:40:26] OK

[21:40:26] serverInfo

[21:40:26] OK [TAG] [pbc] 24/7 CONQUEST | ALL MAPS | DALLAS | NO LAG 3 32 ConquestLarge0 MP_012 0 1 2 299 280.304565 0 true true false 915510 300

Hmm, my 64 slots server outputs the correct size of 64 slots with the serverInfo command.
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by chrisxp*:

 

Setup a separate connection that doesn't connect to your layer and install the plugin locally until GS updates layer services... this is what I'm doing at present.

 

Also

 

Falcon - Excellent job! This plugin does exactly what we've been doing manually and by manually I mean not to effective but it does it Perfectly!

 

For anyone trying to fill your server this is the way to do it along with BF3 Truebalancer and you don't really need 8 of your friends to do it... Our server just started to fill on it's own after activating this plugin.

Thanks for the info,

 

Do you mean I need to leave my Procon running 24/7, or atleast till the server is filled?

 

Regards,

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

Originally Posted by KulWun*:

 

Thanks for the info,

 

Do you mean I need to leave my Procon running 24/7, or atleast till the server is filled?

 

Regards,

Chris - I just opened a ticket with GS and requested an upgrade to the procon layer - they had no issue with performing the update but explained that it would require a reinstall to accomplish this - if you have any custom messages and or settings I would copy those down and then give them the go ahead. Then you can run it on your layer 24/7 .

 

Regards

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

Originally Posted by MorpheusX(AUT)*:

 

Another thing, but I don't know if thats out of scope of this plugin: if you have a rush-map (aka 32 players max) in your maplist, and want to switch to a 64 conquest map afterwards (obviously adding the conquest map to the maplist yourself), I wasn't able to issue a vars.maxPlayers 64 command until i manually executed "mapList.clear" and readded the conquest map. Just FYI :ohmy:

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

Originally Posted by cpt*:

 

At the moment I set following vars, so we can start with 2 players:

 

vars.roundStartPlayerCount "2"

vars.roundRestartPlayerCount "0"

 

Does this plugin overwrite this settings? And does it set the vars to

 

vars.roundStartPlayerCount "8"

vars.roundRestartPlayerCount "4"

 

So the server can be found by the quickmatch option? Is this the way the plugin works?

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

Originally Posted by KulWun*:

 

At the moment I set following vars, so we can start with 2 players:

 

vars.roundStartPlayerCount "2"

vars.roundRestartPlayerCount "0"

 

Does this plugin overwrite this settings? And does it set the vars to

 

vars.roundStartPlayerCount "8"

vars.roundRestartPlayerCount "4"

 

So the server can be found by the quickmatch option? Is this the way the plugin works?

Yes it automatically changes the values to the "quickmatch" 8x4 once the server has players.

 

This is only a portion of what this plugin does and as the player count increases/decreases it changes the vars.maxplayers amount to a higher/lower number 8/16/32/64 based upon the aft mentioned player count. This is very helpful in filling a server.

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

Originally Posted by falcontx*:

 

Hope this helps, i think the problem persists if you add a game mode below the servers max and remove it again too. Unless DICE adds hardcoding i dont think we'd need anything like this, if you would permitt me to suggest, what would be more usful for mixed mode servers would be if the server could run:

 

vars.gameModeCounter

 

Depending on what the game mode on the next map would be, rather than kicking players to reduce the game mode. For example(64plr svr): vars.gameModeCounter 150 for conquest and vars.gameModeCounter 200 for all other modes. I have seen 2 teams win as defender several rounds in a row even with the attackers having 187.5(250%).

 

Second suggestion :biggrin:

 

Is it possible to have emptymap functions with this; wherein the maplist 1 for =

And maplist 2 for >X players for >X Minutes.

Well, giving people an option is the only way to prevent the plugin from exceeding the desired number of players for given game modes, so I'm working on implementing it now.

 

With regards to your following suggestions, they're really outside the scope of this plugin. I'm considering a second plugin that will change map lists and other gameplay-related based upon the number of people on the server, but there's also a "Mixed Game Mode" plugin in development that may already cover some of those things. I haven't investigated it too much, yet.

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

Originally Posted by falcontx*:

 

Just to let you know..

 

I rent from Gameservers.com and with their Procon Layer (1.1.1.0) this plugin doesnt work..

 

From my ticket requesting install;

 

Any reason why, or if this will be supported in future?

 

I have no access to any logs etc, as Gameservers dont enable FTP to the layer itself, sorry..

 

Regards,

This makes no sense. This plugin was designed specifically for layer services, and it used on a layer service myself (hosted by a different company). Ask GameServers what criteria they used to determine that this plugin was not working.

 

Or, on second thought, it could be due to the fact that they are running an older version of PRoCon. This plugin is designed and tested with the latest version (1.1.1.1).

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

Originally Posted by falcontx*:

 

Hmm, my 64 slots server outputs the correct size of 64 slots with the serverInfo command.

Mine started working properly after a restart, as well. Regardless, serverInfo is inconsistent, so I'm switching to using vars.maxPlayers in the code.
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by falcontx*:

 

Another thing, but I don't know if thats out of scope of this plugin: if you have a rush-map (aka 32 players max) in your maplist, and want to switch to a 64 conquest map afterwards (obviously adding the conquest map to the maplist yourself), I wasn't able to issue a vars.maxPlayers 64 command until i manually executed "mapList.clear" and readded the conquest map. Just FYI :ohmy:

Wait, so even after the map changes to the 64-player map, you still can't increase the number of players to 64? I tested this on an empty server and it worked fine. In fact, I could even set maxPlayers to 64 on the Rush map.
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by jolli*:

 

This makes no sense. This plugin was designed specifically for layer services, and it used on a layer service myself (hosted by a different company). Ask GameServers what criteria they used to determine that this plugin was not working.

 

Or, on second thought, it could be due to the fact that they are running an older version of PRoCon. This plugin is designed and tested with the latest version (1.1.1.1).

Hi Guys,

 

tested this last night on 2 servers running 32 Player rush server (Primary Target), 64 Player Conquest server (Game servers) with no issues at this stage.i'll keep updating as i have more information.

 

 

JOLLI

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

Originally Posted by falcontx*:

 

I can set it 64 and it will show in battlelog but not in procon. Just change the way u read maxplayers from serverinfo to what vars.maxplayers is.

Got it. I'm working on that now. Expect the next version to be up in the next couple hours.
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by MorpheusX(AUT)*:

 

Wait, so even after the map changes to the 64-player map, you still can't increase the number of players to 64? I tested this on an empty server and it worked fine. In fact, I could even set maxPlayers to 64 on the Rush map.

Even after removing the rush list and adding a conquest large one, you will have to execute a maplist.clear command before you can reset the values to 64.
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by falcontx*:

 

Even after removing the rush list and adding a conquest large one, you will have to execute a maplist.clear command before you can reset the values to 64.

Does this only occur if the server is started with only Rush maps? I was testing using a mix of maps when starting the server. Also, do you receive the "invalid" message before the maplist.clear? Or it's just not correct in PRoCon?
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by falcontx*:

 

Had this happen on my server 3 times today, never happened before i got this plugin, any ideas?

 

Posted Image

 

Actually image is larger than shown :smile:

I see the image, but I don't understand what's happening. Please describe the issue to go along with the graph.
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by MorpheusX(AUT)*:

 

Does this only occur if the server is started with only Rush maps? I was testing using a mix of maps when starting the server. Also, do you receive the "invalid" message before the maplist.clear? Or it's just not correct in PRoCon?

My server is running ConquestLarge maps, 64 slots

1) I remove all conquest maps manually (not issuing the maplist.clear command)

2) I switch to rush damavand peak to fill the server. Slots automatically get changed to 32

3) Server gets filled. I remove the rushmap again (no maplist.clear command) and add conquest maps

4) I leave the conquest map to 32 players (to test your plugin), it correctly tells it has to wait till end of round

5) at end of round, the plugin tries to set the maxPlayers value to 64. Fails

6) I try to set the maxPlayer value to 64 manually. Fails (giving OK-response, but simply not doing anything)

7) I execute the mapList.clear command, and add the conquest map again

8) I set the maxPlayer value to 64 manually. works this time.

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

Originally Posted by kayjay*:

 

Read through the other posts here to check that I'm not doing a double-post, but couldn't find what i'm about to ask.. might have over looked it though. Is it possible to make the plugin set maxplayers to the maximum number of players after a new map is loaded/ a new round is about to begin? I.e: if the server is normally 32 max players, set the limit to 32 the first minute after the map is loaded, and then go back to adjusting the maxplayers. This way new players would be able to join teams as they join.. Not sure if it's possible. Just asking :ohmy:

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

Originally Posted by falcontx*:

 

My server is running ConquestLarge maps, 64 slots

1) I remove all conquest maps manually (not issuing the maplist.clear command)

2) I switch to rush damavand peak to fill the server. Slots automatically get changed to 32

3) Server gets filled. I remove the rushmap again (no maplist.clear command) and add conquest maps

4) I leave the conquest map to 32 players (to test your plugin), it correctly tells it has to wait till end of round

5) at end of round, the plugin tries to set the maxPlayers value to 64. Fails

6) I try to set the maxPlayer value to 64 manually. Fails (giving OK-response, but simply not doing anything)

7) I execute the mapList.clear command, and add the conquest map again

8) I set the maxPlayer value to 64 manually. works this time.

Okay, I understand the issue. This will be fixed in the next version. It's due to the serverInfo bug. mapList.clear will not be needed with the new version, because it will not use serverInfo to determine the maximum number of players.
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by falcontx*:

 

Read through the other posts here to check that I'm not doing a double-post, but couldn't find what i'm about to ask.. might have over looked it though. Is it possible to make the plugin set maxplayers to the maximum number of players after a new map is loaded/ a new round is about to begin? I.e: if the server is normally 32 max players, set the limit to 32 the first minute after the map is loaded, and then go back to adjusting the maxplayers. This way new players would be able to join teams as they join.. Not sure if it's possible. Just asking :ohmy:

Yes, it would be possible. The plugin already changes to the maximum number of players at the end of a round, but changes it back just after the round starts. You're simply asking to add a delay after a round starts before the maximum number of players is lowered. This won't be added in the next version, but may be added in the future.
* 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.