Jump to content

Ultimate Map Manager (1.2.5.0 - 03/26/15)


Prophet731

Recommended Posts

Originally Posted by falcontx*:

 

I had a performance issue with ProCon having extremely slow load/connection times (up to a minute) with my Insane Limits plugin. My plugin, like yours allows users to dynamically keep adding sections. In your case is map lists, in my case is limits/rules. Because of that when my plugin gets to +10 sections, ProCon is very slow to load the plugin settings during connection. Even after loading the settings, it's very slow when you are editing them. I resolved the issue by moving all settings to an external file that I manage myself (save and load the settings very fast/optimized).

Yeah, I noticed this. Using an external file, optionally, may be the way to go. I'll have to figure out a way to format the data so that it's easy to recognize/edit. When I start working on the custom presets, I'll probably go with an external file.

 

The funny thing is, I think this issue would be relatively easy for Phogue, et al. to fix. When debugging, I've found that PRoCon redraws the options dialog after every single option is loaded, sometimes multiple times. It's even worse is you click "Reload plugins", which I recommend that no one ever do.

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

Originally Posted by micovery*:

 

Yeah, I noticed this. Using an external file, optionally, may be the way to go. I'll have to figure out a way to format the data so that it's easy to recognize/edit. When I start working on the custom presets, I'll probably go with an external file.

 

The funny thing is, I think this issue would be relatively easy for Phogue, et al. to fix. When debugging, I've found that PRoCon redraws the options dialog after every single option is loaded, sometimes multiple times. It's even worse is you click "Reload plugins", which I recommend that no one ever do.

For simplicity, I used exact same format as ProCon's cfg. That way I am able to read the settings from the external/separate file, sequentially without much interpretation, and just call the same SetPluginVariable method that ProCon calls.

 

Edit: Also, the load+saving of the settings happens transparently, so the user does not even know there is a separate file being used for settings. Of course, if he wishes, there is a "Storage Manager" (hidden by default) section, where can modify what file the settings go to, or manually force a save/reload of the settings if needed.

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

Originally Posted by falcontx*:

 

For simplicity, I used exact same format as ProCon's cfg. That way I am able to read the settings from the external/separate file, sequentially without much interpretation, and just call the same SetPluginVariable method that ProCon calls.

 

Edit: Also, the load+saving of the settings happens transparently, so the user does not even know there is a separate file being used for settings. Of course, if he wishes, there is a "Storage Manager" (hidden by default) section, where can modify what file the settings go to, or manually force a save/reload of the settings if needed.

Sounds great! I'll definitely look into this ASAP, as it seems this needs to be done before I start adding even more features!
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by unrigh7eous*:

 

Have been using plugin for 4 days and no issues. Installed update today and half way through day none of regulars can find my server. It was removed from all peoples favorites. Shut off plugin restarted server and it shows back up. Do you think it could be related to the plugin? I have still turned it back on. Just kinda need to know before i can trust it fully.

 

Im thinking it might have to do with the plugin changing the server maplist and server name but I really dont know.

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

Originally Posted by falcontx*:

 

Have been using plugin for 4 days and no issues. Installed update today and half way through day none of regulars can find my server. It was removed from all peoples favorites. Shut off plugin restarted server and it shows back up. Do you think it could be related to the plugin? I have still turned it back on. Just kinda need to know before i can trust it fully.

 

Im thinking it might have to do with the plugin changing the server maplist and server name but I really dont know.

It's not related to the plugin. It's a Battlelog bug that just happens on occasion. It was the reason why the Automatic Round Restarter was developed in the first place. Restarting the current map will relist the server.
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by cableguy619*:

 

Have been using plugin for 4 days and no issues. Installed update today and half way through day none of regulars can find my server. It was removed from all peoples favorites. Shut off plugin restarted server and it shows back up. Do you think it could be related to the plugin? I have still turned it back on. Just kinda need to know before i can trust it fully.

 

Im thinking it might have to do with the plugin changing the server maplist and server name but I really dont know.

Favourties are not affected by any plugin.. Once you favourite any server it stays in yoru favourites.

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

Originally Posted by Bazza*:

 

May have already been asked but is there any way to make the game types and maps random? Or just the first one? Say have conquest small, TDM and rush (All 32 player) and have all the maps in rotation and have it just randomly call up a gametype and a map?

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

Originally Posted by elkabong86*:

 

Is there a way you could add in a feature that monitors what map was on the previous round, so that when a new map-list switches, if the same map in the previous round is set to be the first map in the new list, it skips to the next map?

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

Originally Posted by falcontx*:

 

Is there a way you could add in a feature that monitors what map was on the previous round, so that when a new map-list switches, if the same map in the previous round is set to be the first map in the new list, it skips to the next map?

If you turn on "Start with random map", it will not select the same map you were just on.
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by traustic*:

 

I was wondering if it would be possible to set the end of one rotation and return to that rotation at different numbers?

 

Advance to map list 2 at 30 players, set map list 1 if 16 or less players....

 

Would this be difficult?

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

Originally Posted by falcontx*:

 

I was wondering if it would be possible to set the end of one rotation and return to that rotation at different numbers?

 

Advance to map list 2 at 30 players, set map list 1 if 16 or less players....

 

Would this be difficult?

It already does that. Set the max for Map List 1 to 29 and set the min for Map List 2 to 17.
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by dyn*:

 

I've just experienced a problem and am trying to troubleshoot it here.

 

I'm looking through the plugin file and can't seem to see any mention of the UMM making any entries, when it should have switched the game mode.

 

If plugin debugging is set to no, will the plugin still make still write to the plugin log file?

 

Edit (2): Also, when debugging is enabled, I see tons of :

[08:04:33 48] UltimateMapManager: WARN -> 31 players. No map list is available for this number of players; keeping current map list.

 

Our current map size goes from: 0-22 (map list 0) and then another list 40-64 (map list 1). There is nothing in between the two ranges. Our thought is that it will stay on map list 0 up until we get to 40 users at which point it will then switch to map list 1. It will then also stay on map list 1 until the server size drops below 22 users.

 

Now that I'm actually looking at the config, Map List 0 is for 40-64 players while Map List 1 is actually 0 -22. Not sure if this would make a difference ?

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

Originally Posted by falcontx*:

 

I've just experienced a problem and am trying to troubleshoot it here.

 

I'm looking through the plugin file and can't seem to see any mention of the UMM making any entries, when it should have switched the game mode.

 

If plugin debugging is set to no, will the plugin still make still write to the plugin log file?

 

Edit (2): Also, when debugging is enabled, I see tons of :

[08:04:33 48] UltimateMapManager: WARN -> 31 players. No map list is available for this number of players; keeping current map list.

 

Our current map size goes from: 0-22 (map list 0) and then another list 40-64 (map list 1). There is nothing in between the two ranges. Our thought is that it will stay on map list 0 up until we get to 40 users at which point it will then switch to map list 1. It will then also stay on map list 1 until the server size drops below 22 users.

 

Now that I'm actually looking at the config, Map List 0 is for 40-64 players while Map List 1 is actually 0 -22. Not sure if this would make a difference ?

If debug messages are turned off, it will not write to the console plugin or log.

 

To do what you want, you need to set the "smaller" map list to 0 - 39 players and your "larger" map list to 22 - 64 players. The number of the map list doesn't matter.

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

Originally Posted by dyn*:

 

If debug messages are turned off, it will not write to the console plugin or log.

 

To do what you want, you need to set the "smaller" map list to 0 - 39 players and your "larger" map list to 22 - 64 players. The number of the map list doesn't matter.

Thank you. Will ensure debug messages are turned on.

 

Hrmm. If it's setup so:

 

0-39 is the 'smaller map' and 40-64 is the 'larger map' wont it auto switch (at the end of the round) to the smaller map if we drop below 40 people at the end of the round ? In my case, once we are switched to the larger maps (so there are more than 40 people) I only want it to switch to the smaller map if we go below 22 people. So, we have 64 people and 15 quit. I still want it to be on the large map.

 

Not sure if I'm explaining this correctly....

 

Thank you again.

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

Originally Posted by falcontx*:

 

Thank you. Will ensure debug messages are turned on.

 

Hrmm. If it's setup so:

 

0-39 is the 'smaller map' and 40-64 is the 'larger map' wont it auto switch (at the end of the round) to the smaller map if we drop below 40 people at the end of the round ? In my case, once we are switched to the larger maps (so there are more than 40 people) I only want it to switch to the smaller map if we go below 22 people. So, we have 64 people and 15 quit. I still want it to be on the large map.

 

Not sure if I'm explaining this correctly....

 

Thank you again.

I said 0-39 for the 'smaller map' and 22-64 for the 'larger map'. By setting the minimum at 22, you are telling the plugin that it should keep the larger map list until it goes below 22 people.
* 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.