Jump to content

[Insane Limits V0.9.8.0] [0.2.1.1 Reserve Slot for Server Starter]


ImportBot

Recommended Posts

  • Replies 190
  • Created
  • Last Reply

Originally Posted by supermillhouse*:

 

Code:

44		-        string[] tempcont = tempname.Split(':');
45		-        if (tempcont[0] == p.Name)
	44	+        string[] tempcount = tempname.Split(':');
	45	+        if (tempcount[0] == p.Name)
Changed tempcont to tempcount on lines 44 & 45 in Add Res second check
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by kcuestag*:

 

Quick question, are these players notified that they have been given a Reserved Slot?

 

If not, then I guess I'd have to write an automatic message with spambot explaining this! :smile:

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

Originally Posted by kcuestag*:

 

Reading the first post, I am lost when I get to List #1.

 

I don't quite understand how to make that list of players to be excluded from that reward...

 

Here's my settings:

 

Posted Image

 

I made both limits (Add and Remove from Reserved Slots), but I don't get how to do that "List #1 Res".

 

I want to make sure that none of my clan members or current reserved slots get removed later on by this limits.

 

I'd appreciate some help here.

 

These are the clan tags I'd like to put as whitelist from being added or removed:

 

Oaks

S13

Okas

Edit:

 

I think I got it:

 

Posted Image

 

Did I do it correctly? Those 3 are clan tags (Not soldier names). I used limit 1 and 2 from the first post of this thread.

 

edit:

 

I'm also wondering how the !rules and reserved slot announcement limit works since there is no Yell working in BF4.

 

Shouldn't it be set to Say instead of Yell?

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

Originally Posted by supermillhouse*:

 

I am admin and on the reserved list and I got a message that I was selected for the with in 5 Days return... this seems wrong?

Did you add your name or tag to the Res list?
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by supermillhouse*:

 

Quick question, are these players notified that they have been given a Reserved Slot?

 

If not, then I guess I'd have to write an automatic message with spambot explaining this! :smile:

The player is notified that they are in the reserve list, read the message sections, in bonus code and I believe the add to res first check.
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by supermillhouse*:

 

Reading the first post, I am lost when I get to List #1.

 

I don't quite understand how to make that list of players to be excluded from that reward...

 

Here's my settings:

 

Posted Image

 

I made both limits (Add and Remove from Reserved Slots), but I don't get how to do that "List #1 Res".

 

I want to make sure that none of my clan members or current reserved slots get removed later on by this limits.

 

I'd appreciate some help here.

 

These are the clan tags I'd like to put as whitelist from being added or removed:

 

 

 

Edit:

 

I think I got it:

 

Posted Image

 

Did I do it correctly? Those 3 are clan tags (Not soldier names). I used limit 1 and 2 from the first post of this thread.

 

edit:

 

I'm also wondering how the !rules and reserved slot announcement limit works since there is no Yell working in BF4.

 

Shouldn't it be set to Say instead of Yell?

PC9 changed the tag checker part so I hope it works ok, looks like I expect.

The !rules thing is just a message, you will need another limit or plugin to handle it. The messages I believe are sent to just the player in question.

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

Originally Posted by Talzac*:

 

Essentially yes

Thanks, I have seen that when the server are running at 11 people it is not activated, the server needs at least around 13 people to get going :smile: But right now I think the server is having problem because of the china Rising thing... now the server is premium because the paying members want to play china.... I hope that the server will be running better in a couple of weeks when the china Rising storm is over...
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by Ralphvd*:

 

Got it working i think. Is there a possible way to configure something like !seeding. To get people a message if they are getting on the list?

 

and im getting this message in insane limits:

 

[11:18:34 80] [insane Limits] ERROR: unable to append data to file C:\ProCon\Logs/InsaneLimits/GUID5-7-13.log

[11:18:34 82] [insane Limits] EXCEPTION: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\ProCon\Logs\InsaneLimits\GUID5-7-13.log'.

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

Originally Posted by supermillhouse*:

 

Got it working i think. Is there a possible way to configure something like !seeding. To get people a message if they are getting on the list?

 

and im getting this message in insane limits:

 

[11:18:34 80] [insane Limits] ERROR: unable to append data to file C:\ProCon\Logs/InsaneLimits/GUID5-7-13.log

[11:18:34 82] [insane Limits] EXCEPTION: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\ProCon\Logs\InsaneLimits\GUID5-7-13.log'.

First part I will have a look at, it should at the moment say messages when appropriate, may be buggy, looking at it at the moment.

 

Create the folder in procon host directory

 

ie 'C:\ProCon\Logs\InsaneLimits\

 

problem is the InsaneLimits folder doesn't exist

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

Originally Posted by Ralphvd*:

 

First part I will have a look at, it should at the moment say messages when appropriate, may be buggy, looking at it at the moment.

 

Create the folder in procon host directory

 

ie 'C:\ProCon\Logs\InsaneLimits\

 

problem is the InsaneLimits folder doesn't exist

Thank you for your help! Error is gone now, and looking forward to your updates.

Maybe it is a good idea to have log file for admins to see who have won a slot. Im using reserved slots also for clan members(20+) so i have alot of names already in there.

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

Originally Posted by IAF-SDS*:

 

Hey Papa.

 

I have confirmed the code at this LINK* you modified for supermillhouse and myself isn't working properly.

 

It is removing IAF members who are helping me seed the servers. The Res list has the IAF tag in it, which should mean the IAF_Names would be excluded from this reward (to not be removed from reservedslotslist.txt file later).

 

Thanks again for looking at it for me.

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

Originally Posted by PapaCharlie9*:

 

Hey Papa.

 

I have confirmed the code at this LINK* you modified for supermillhouse and myself isn't working properly.

 

It is removing IAF members who are helping me seed the servers. The Res list has the IAF tag in it, which should mean the IAF_Names would be excluded from this reward (to not be removed from reservedslotslist.txt file later).

 

Thanks again for looking at it for me.

We're assuming its the tag name extraction for now, but it could be that the exclusion code just doesn't work for anyone. Anyone else having problem with the exclusion code -- that is, having "whitelisted" members removed from the reserved slots list?
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by Ralphvd*:

 

It doesnt work for my clan N1C3 either. When i join server it says i have x amount of days left before slot is gone.

 

Since R17 got new error:

 

[14:19:23 42] [insane Limits] Extra information dumped in file InsaneLimits.dump

[14:19:25 38] [insane Limits] WARNING: could not determine value for server.MapFileName in replacement

[14:19:25 39] [insane Limits] WARNING: could not determine value for server.Gamemode in replacement

[14:19:25 39] [insane Limits] WARNING: could not determine value for server.NextMapFileName in replacement

[14:19:25 39] [insane Limits] WARNING: could not determine value for server.NextGamemode in replacement

[14:19:25 41] [insane Limits] EXCEPTION: Limit #3: System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.

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

Originally Posted by PapaCharlie9*:

 

It doesnt work for my clan N1C3 either. When i join server it says i have x amount of days left before slot is gone.

 

Since R17 got new error:

 

[14:19:23 42] [insane Limits] Extra information dumped in file InsaneLimits.dump

[14:19:25 38] [insane Limits] WARNING: could not determine value for server.MapFileName in replacement

[14:19:25 39] [insane Limits] WARNING: could not determine value for server.Gamemode in replacement

[14:19:25 39] [insane Limits] WARNING: could not determine value for server.NextMapFileName in replacement

[14:19:25 39] [insane Limits] WARNING: could not determine value for server.NextGamemode in replacement

[14:19:25 41] [insane Limits] EXCEPTION: Limit #3: System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.

That's weird. I'm not getting that error on my R17 server. What version of BF4.defs do you have? I have:

 

procon.protected.serverversions.add BF4 "99392" "R17"

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

Originally Posted by Ralphvd*:

 

I think plugin is working fine but i dont think it is rewarding any slots yet. My reserved slot list is still only my clan:

 

[10:38:15 27] [insane Limits] Thread(enforcer): Blank, Ralphvd_NL:12/23/2013:19:12/24/2013, KleineBaasNL:12/23/2013:9:12/24/2013, stixxia:12/19/2013:0:12/24/2013, Inf_Doc:12/19/2013:0:12/24/2013, SniperGhost9999:12/19/2013:0:12/24/2013, keymashine:12/19/2013:0:12/24/2013, gazmaz71:12/19/2013:0:12/24/2013, FoFTheone:12/20/2013:1:12/24/2013, _xBLITZKRIEGERx_:12/20/2013:1:12/24/2013, NE0CX:12/20/2013:1:12/24/2013, -NSC-Porki:12/20/2013:1:12/24/2013, Rusty-GER:12/20/2013:1:12/24/2013, Mafkeessie:12/22/2013:7:12/24/2013, BlackBurn7997:12/21/2013:2:12/24/2013, AspinSniper:12/21/2013:2:12/24/2013, wirusniak:12/21/2013:2:12/24/2013, R4d1o4c7iv3m3n:12/21/2013:2:12/24/2013, CreativeWes:12/24/2013:13:12/24/2013, LHZ_KamikazeBoy:12/22/2013:3:12/24/2013, Mohicano-65:12/22/2013:3:12/24/2013, FinnDLNY:12/22/2013:3:12/24/2013, vHedman:12/23/2013:4:12/24/2013, Ariee91:12/23/2013:4:12/24/2013, Trinkinger:12/23/2013:4:12/24/2013, jbholland:12/23/2013:4:12/24/2013, ger-ichfrank-71:12/23/2013:4:12/24/2013, XBlackSnakeX:12/23/2013:4:12/24/2013, WannaBeCptnSmee:12/23/2013:4:12/24/2013, cisreaper:12/24/2013:5:12/24/2013, OPON-66:12/24/2013:5:12/24/2013, emaCh00:12/24/2013:5:12/24/2013, Keepitbrutal1993:12/24/2013:5:12/24/2013, Panic-monger:12/24/2013:5:12/24/2013

 

Is this the players who earned a slot on reserved list or the temp list?

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

Originally Posted by supermillhouse*:

 

I think plugin is working fine but i dont think it is rewarding any slots yet. My reserved slot list is still only my clan:

 

[10:38:15 27] [insane Limits] Thread(enforcer): Blank, Ralphvd_NL:12/23/2013:19:12/24/2013, KleineBaasNL:12/23/2013:9:12/24/2013, stixxia:12/19/2013:0:12/24/2013, Inf_Doc:12/19/2013:0:12/24/2013, SniperGhost9999:12/19/2013:0:12/24/2013, keymashine:12/19/2013:0:12/24/2013, gazmaz71:12/19/2013:0:12/24/2013, FoFTheone:12/20/2013:1:12/24/2013, _xBLITZKRIEGERx_:12/20/2013:1:12/24/2013, NE0CX:12/20/2013:1:12/24/2013, -NSC-Porki:12/20/2013:1:12/24/2013, Rusty-GER:12/20/2013:1:12/24/2013, Mafkeessie:12/22/2013:7:12/24/2013, BlackBurn7997:12/21/2013:2:12/24/2013, AspinSniper:12/21/2013:2:12/24/2013, wirusniak:12/21/2013:2:12/24/2013, R4d1o4c7iv3m3n:12/21/2013:2:12/24/2013, CreativeWes:12/24/2013:13:12/24/2013, LHZ_KamikazeBoy:12/22/2013:3:12/24/2013, Mohicano-65:12/22/2013:3:12/24/2013, FinnDLNY:12/22/2013:3:12/24/2013, vHedman:12/23/2013:4:12/24/2013, Ariee91:12/23/2013:4:12/24/2013, Trinkinger:12/23/2013:4:12/24/2013, jbholland:12/23/2013:4:12/24/2013, ger-ichfrank-71:12/23/2013:4:12/24/2013, XBlackSnakeX:12/23/2013:4:12/24/2013, WannaBeCptnSmee:12/23/2013:4:12/24/2013, cisreaper:12/24/2013:5:12/24/2013, OPON-66:12/24/2013:5:12/24/2013, emaCh00:12/24/2013:5:12/24/2013, Keepitbrutal1993:12/24/2013:5:12/24/2013, Panic-monger:12/24/2013:5:12/24/2013

 

Is this the players who earned a slot on reserved list or the temp list?

This will be the reserve list, but wont necessarily be everyone that gets a reserve slot, anyone above 5 should be tho

 

Ralphvd_NL:12/23/2013:19:12/24/2013

 

I can only imagine something is in virtual mode some ware.

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

Originally Posted by Ralphvd*:

 

Well i see there is a reservedlist.txt in the plugin folder. Seems working. But the reservedslots list in procon doesnt show up these names. Seems like it is locked or something.

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

Originally Posted by kcuestag*:

 

Well i see there is a reservedlist.txt in the plugin folder. Seems working. But the reservedslots list in procon doesnt show up these names. Seems like it is locked or something.

You have to click the refresh button so that the list appears sometimes. :smile:

 

Mine appears by just waiting a couple of seconds, and if it doesn't, just click refresh. IF that still doesn't work, maybe your permissions are not allowing you to write into the reservedslot.txt

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

Originally Posted by PapaCharlie9*:

 

Is the bonuscode now working for yell? It doesnt work for me, in on reserved slot and get it in the chatmsg, not on yell.

EDIT: Ooops, I just noticed that R21 has restored yell to BF4. You might have mentoned that ...
* Restored post. It could be that the author is no longer active.
Link to comment

Archived

This topic is now archived and is closed to further replies.




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