Jump to content

Procon Rulz - Bounty Script System - BF4


MrSpins

Recommended Posts

Battlefield 4 Procon Rulz Bounty Script System.

BF4 - works

BF3 - untested but should work apart from bounty ecsape. (will make a bf3 version is requested)

made this Procon Rulz Bounty script so im sharing it with you all
do note my original wording for this bounty system was The Hunt. ive changed it to bounty for everyone who wants to use it here for user friendliness

Winner is whoever gets to 6 kills on the bounty in that round. if they win there given 3 days of vip time
requires Vip Slot Manager plugin to give out vip rewards

it also has a form of currency system within called Bounty Bits that can be used to buy vip slot times.  every kill on a bounty target gets +1 Bounty Bit. bountys also get Bounty bits when attempting to escape there bounty
using bounty bits for vip slots happens when a player first reaches 20 bounty bits. there given a chance to use or save the 20 bits for 24 hours of vip. if saved they can no longer use the bits untill they reach the next chance at 40 bits.
(20 = 1 day)(40 = 3 days)(60 = 7 days);PlayerSay <^> (80 = 14 days)(100 = 30 days)

this version can have 1 manual admin activated bounty and 1 auto activated bounty at even given moment in a round

auto bounty is set to the first player to reach 6 kills in a new round.

theres a number of commands for all sorts of info needed ingame
Admin Commands
/bounty start [playername]                      
/bounty stop

Player Commands
/bounty info - https://prnt.sc/Hay6E4kooAjp
/bounty help - https://prnt.sc/xA6bv7zgcZ2z
/bounty bits - https://prnt.sc/qkYdgygcCj-e
/bounty escape - https://prnt.sc/mukrVYShM5me  
/bounty use    
/bounty save  

 

message me on discord or here if something doesnt work for you or if you need me to explain how somethings work with this

#########################################################
####            BF4 Bounty System /bounty            ####
####        by SirSpins - Discord MrSpins#0175       ####
#########################################################

### Manual Bounty Command Setup ###
On Say; Admin; Text /bounty start;If %server_manualbountyflag% == 0
    Set %server_manualbountytarget% none;TargetPlayer;Set %server_manualbountytarget% %t%;Set %server_bountyconfirmflag% 1;Set %server_confirmflag% 1
    If %server_manualbountytarget% == none;PlayerSay Bounty target name not found

### Informs admins if manual bounty already started ###
On Say; Admin; Text /bounty start;If %server_manualbountyflag% == 1
    PlayerSay The Bounty already active on (%server_manualbountytarget%)

### Checking manual bounty Target is correct (for my own peace of mind) ###
On Say;If %server_bountyconfirmflag% == 1;If %server_confirmflag% == 1
    PlayerSay Confirm Bounty target on (%server_manualbountytarget%) /yes or /no;Set %server_confirmflag% 0

### Confirming manual bounty Target ###
On Say; Admin; Text /yes;If %server_bountyconfirmflag% == 1;Set %server_manualbountyflag% 1

### Not confirming manual bounty Target ###
On Say; Admin; Text /no;If %server_bountyconfirmflag% == 1
    PlayerSay <^> Bounty Canceled;Set %server_manualbountyflag% 0;Set %server_bountyconfirmflag% 0

### Cancel active manual bounty ###
On Say; Admin; Text /bounty stop;If %server_manualbountyflag% == 1
    Log ^b^3Manual Bounty ^0>^n force stopped by ^b^5%p%^0^n;Say <^> The Bounty on (%server_manualbountytarget%) was called off!;Set %server_manualbountyflag% 0       

### When bounty confirmed will display to server there is a bounty on Traget Player ###
On Say;If %server_manualbountyflag% == 1;If %server_bountyconfirmflag% == 1
    If %server_autobountyflag% == 1;Log ^b^3Manual Bounty ^0>^n ^b^5%p%^0^n set ^b^8%server_manualbountytarget%^0^n as Bounty Target;Say <^>     Round Bounty (2)     <^>;Say <^> The Bounty for (%server_manualbountytarget%) is on;Say <^> Pursue and kill them (6) times;Say <^> Win To Earn (72 hours) of !VIP;Say <^> type (/bounty help) for bounty commands;Yell <^> Bounty - %server_manualbountytarget% <^>;Set %server_bountyconfirmflag% 0
    If %server_autobountyflag% == 0;Log ^b^3Manual Bounty ^0>^n ^b^5%p%^0^n set ^b^8%server_manualbountytarget%^0^n as Bounty Target;Say <^>     Round Bounty (1)     <^>;Say <^> The Bounty for (%server_manualbountytarget%) is on;Say <^> Pursue and kill them (6) times;Say <^> Win To Earn (72 hours) of !VIP;Say <^> type (/bounty help) for bounty commands;Yell <^> Bounty - %server_manualbountytarget% <^>;Set %server_bountyconfirmflag% 0

### Auto bounty start trigger ###
On Kill;If %server_autobountyflag% == 0;If %ts1% + %ts2% > 30;
    Incr %startkills%;
    If %server_manualbountyflag% == 1;If %startkills% == 6;ServerFirst;Set %server_autobountytarget% none;Set %server_autobountytarget% %p%;Log ^b^3Auto Bounty ^0>^n ^b^8%p%^0^n Set as Bounty Target;Set %server_autobountyflag% 1;Set %server_autobountyconfirmflag% 1;Say <^>     Round Bounty (2)     <^>;Say <^> The Bounty for (%server_autobountytarget%) is on;Say <^> Pursue and kill them (6) times;Say <^> Win To Earn (72 hours) of !VIP;Say <^> type (/bounty help) for bounty commands;Yell <^> Bounty - %server_autobountytarget% <^>;Set %server_autobountyconfirmflag% 0
    If %server_manualbountyflag% == 0;If %startkills% == 6;ServerFirst;Set %server_autobountytarget% none;Set %server_autobountytarget% %p%;Log ^b^3Auto Bounty ^0>^n ^b^8%p%^0^n Set as Bounty Target;Set %server_autobountyflag% 1;Set %server_autobountyconfirmflag% 1;Say <^>     Round Bounty (1)     <^>;Say <^> The Bounty for (%server_autobountytarget%) is on;Say <^> Pursue and kill them (6) times;Say <^> Win To Earn (72 hours) of !VIP;Say <^> type (/bounty help) for bounty commands;Yell <^> Bounty - %server_autobountytarget% <^>;Set %server_autobountyconfirmflag% 0

### Tracks and counts kills on active auto bounty and rewards the player who reaches 6/6 kills ###
On Kill;If %server_autobountyflag% == 1;if %server_autobountytarget% == %v%;
    Incr %autobountykills%;
    Incr %ini_bountybits_%p%%;
    If %autobountykills% < 5;PlayerSay You Hunted (%server_autobountytarget%) (%autobountykills%/6) +1 Bounty Bits;VictimSay (%p%) has (%autobountykills%/6) Bounty kills on you;ServerFirst;Say <^> %p% First to Hunt (%server_autobountytarget%) (1/6);ServerFirst;VictimSay <^>;ServerFirst;VictimSay <^> (%server_autobountytarget%) you are being hunted;ServerFirst;VictimSay <^> Escape your hunters by killing with;ServerFirst;VictimSay <^> (Knifes) (Pistols) (Defibs) (RepairTool);ServerFirst;VictimSay <^>
    If %autobountykills% == 5;PlayerSay You Hunted (%server_autobountytarget%) (%autobountykills%/6) +1 Bounty Bits;VictimSay (%p%) has (%autobountykills%/6) Bounty kills on you;ServerFirst;Say <^> %p% has (%autobountykills%/6) kills on the Bounty for (%server_autobountytarget%)
    Log ^b^3Auto Bounty ^0>^n ^b^5%p%^0^n killed bounty target ^b^8%server_autobountytarget%^0^n ^b%autobountykills%/6^n
    If %autobountykills% == 6;Say <^> (%p%) WON the Bounty for (%server_autobountytarget%);Say <^> and was rewarded with (3 days) of !VIP;Say /vsm-addvip %p% +3;Log ^b^3Auto Bounty ^0>^n ^b^5%p%^0^n WON the bounty on ^b^8%server_autobountytarget%^0^n ^b%autobountykills%/6^n;Set %server_autobountyflag% 0
    If %ini_bountybits_%p%% == 20;Set %player_confirmbits% 1;PlayerSay <^>     Bounty Bits     <^>;PlayerSay <^> %p%, you have reached (20) Bounty Bits;PlayerSay <^> type (/bounty use) to claim (1 day) of !VIP;PlayerSay <^> type (/bounty save) to save Bounty Bits;PlayerSay <^> type (/bounty bits) for info on Bounty Bits
    If %ini_bountybits_%p%% == 40;Set %player_confirmbits% 1;PlayerSay <^>     Bounty Bits     <^>;PlayerSay <^> %p%, you have reached (40) Bounty Bits;PlayerSay <^> type (/bounty use) to claim (3 days) of !VIP;PlayerSay <^> type (/bounty save) to save Bounty Bits;PlayerSay <^> type (/bounty bits) for info on Bounty Bits
    If %ini_bountybits_%p%% == 60;Set %player_confirmbits% 1;PlayerSay <^>     Bounty Bits     <^>;PlayerSay <^> %p%, you have reached (60) Bounty Bits;PlayerSay <^> type (/bounty use) to claim (7 days) of !VIP;PlayerSay <^> type (/bounty save) to save Bounty Bits;PlayerSay <^> type (/bounty bits) for info on Bounty Bits
    If %ini_bountybits_%p%% == 80;Set %player_confirmbits% 1;PlayerSay <^>     Bounty Bits     <^>;PlayerSay <^> %p%, you have reached (80) Bounty Bits;PlayerSay <^> type (/bounty use) to claim (14 days) of !VIP;PlayerSay <^> type (/bounty save) to save Bounty Bits;PlayerSay <^> type (/bounty bits) for info on Bounty Bits
    If %ini_bountybits_%p%% == 100;Set %player_confirmbits% 1;PlayerSay <^>     Bounty Bits     <^>;PlayerSay <^> %p%, you have reached (100) Bounty Bits;PlayerSay <^> You have been rewarded with (30 days) of !VIP;Say /vsm-addvip %p% +30;Set %ini_bountybits_%p%% 0;Set %player_confirmbits% 0

### Tracks and counts kills on active manual bounty and rewards the player who reaches 6/6 kills ###
On Kill;If %server_manualbountyflag% == 1;if %server_manualbountytarget% == %v%;
    Incr %manualbountykills%;
    Incr %ini_bountybits_%p%%;
    If %manualbountykills% < 5;PlayerSay You Hunted (%server_manualbountytarget%) (%manualbountykills%/6) +1 Bounty Bits;VictimSay %p% has (%manualbountykills%/6) Bounty kills on you;ServerFirst;Say <^> %p% First to Hunt (%server_manualbountytarget%) (1/6);ServerFirst;VictimSay <^>;ServerFirst;VictimSay <^> (%server_manualbountytarget%) you are being hunted;ServerFirst;VictimSay <^> Escape your hunters by killing with;ServerFirst;VictimSay <^> (Knifes) (Pistols) (Defibs) (RepairTool);ServerFirst;VictimSay <^>
    If %manualbountykills% == 5;PlayerSay You Hunted (%server_manualbountytarget%) (%manualbountykills%/6) +1 Bounty Bits;VictimSay %p% has (%manualbountykills%/6) Bounty kills on you;ServerFirst;Say <^> %p% has almost won! (%manualbountykills%/6) kills on the Bounty for (%server_manualbountytarget%)
    Log ^b^3Manual Bounty ^0>^n ^b^5%p%^0^n killed bounty target ^b^8%server_manualbountytarget%^0^n ^b%manualbountykills%/6^n
    If %manualbountykills% == 6;Say <^> (%p%) WON the Bounty for (%server_manualbountytarget%);Say <^> and was rewarded with (3 days) of !VIP;Say /vsm-addvip %p% +3;Log ^b^3Bounty ^0>^n ^b^5%p%^0^n WON the bounty on ^b^8%server_manualbountytarget%^0^n ^b%manualbountykills%/6^n;Set %server_manualbountyflag% 0
    If %ini_bountybits_%p%% == 20;Set %player_confirmbits% 1;PlayerSay <^>     Bounty Bits     <^>;PlayerSay <^> %p%, you have reached (20) Bounty Bits;PlayerSay <^> type (/bounty use) to claim (1 day) of !VIP;PlayerSay <^> type (/bounty save) to save Bounty Bits;PlayerSay <^> type (/bounty bits) for info on Bounty Bits
    If %ini_bountybits_%p%% == 40;Set %player_confirmbits% 1;PlayerSay <^>     Bounty Bits     <^>;PlayerSay <^> %p%, you have reached (40) Bounty Bits;PlayerSay <^> type (/bounty use) to claim (3 days) of !VIP;PlayerSay <^> type (/bounty save) to save Bounty Bits;PlayerSay <^> type (/bounty bits) for info on Bounty Bits
    If %ini_bountybits_%p%% == 60;Set %player_confirmbits% 1;PlayerSay <^>     Bounty Bits     <^>;PlayerSay <^> %p%, you have reached (60) Bounty Bits;PlayerSay <^> type (/bounty use) to claim (7 days) of !VIP;PlayerSay <^> type (/bounty save) to save Bounty Bits;PlayerSay <^> type (/bounty bits) for info on Bounty Bits
    If %ini_bountybits_%p%% == 80;Set %player_confirmbits% 1;PlayerSay <^>     Bounty Bits     <^>;PlayerSay <^> %p%, you have reached (80) Bounty Bits;PlayerSay <^> type (/bounty use) to claim (14 days) of !VIP;PlayerSay <^> type (/bounty save) to save Bounty Bits;PlayerSay <^> type (/bounty bits) for info on Bounty Bits
    If %ini_bountybits_%p%% == 100;Set %player_confirmbits% 1;PlayerSay <^>     Bounty Bits     <^>;PlayerSay <^> %p%, you have reached (100) Bounty Bits;PlayerSay <^> You have been rewarded with (30 days) of !VIP;Say /vsm-addvip %p% +30;Set %ini_bountybits_%p%% 0;Set %player_confirmbits% 0

### Bounty escape challange ###
On Kill;Damage Melee;
    If %server_manualbountyflag% == 1;If %server_manualbountytarget% == %p%;Incr %escapekills%
    If %server_autobountyflag% == 1;If %server_autobountytarget% == %p%;Incr %escapekills%

On Kill;Damage Handgun;
    If %server_manualbountyflag% == 1;If %server_manualbountytarget% == %p%;Incr %escapekills%
    If %server_autobountyflag% == 1;If %server_autobountytarget% == %p%;Incr %escapekills%

On Kill;If %player_bountyescape% == 1
    If %escapekills% == 1;PlayerSay Bounty Escape Challange (%escapekills%/8)
    If %escapekills% == 2;PlayerSay Bounty Escape Challange (%escapekills%/8) +1 Bounty Bits;Incr %ini_bountybits_%p%%
    If %escapekills% == 3;PlayerSay Bounty Escape Challange (%escapekills%/8)
    If %escapekills% == 4;PlayerSay Bounty Escape Challange (%escapekills%/8) +1 Bounty Bits;Incr %ini_bountybits_%p%%
    If %escapekills% == 5;PlayerSay Bounty Escape Challange (%escapekills%/8)
    If %escapekills% == 6;PlayerSay Bounty Escape Challange (%escapekills%/8) +1 Bounty Bits;Incr %ini_bountybits_%p%%
    If %escapekills% == 7;PlayerSay Bounty Escape Challange (%escapekills%/8)
    If %escapekills% == 8;If %server_manualbountytarget% == %p%;Say <^> (%server_manualbountytarget%) Escaped the Hunt on their head!;Incr %ini_bountybits_%p%%;Set %server_manualbountyflag% 0;Log ^b^3Manual Bounty ^0>^n ^b^8%server_manualbountytarget%^0^n Escaped The Hunt
    If %escapekills% == 8;If %server_autobountytarget% == %p%;Say <^> (%server_autobountytarget%) Escaped the Hunt on their head!;Incr %ini_bountybits_%p%%;Set %server_autobountyflag% 0;Log ^b^3Auto Bounty ^0>^n ^b^8%server_autobountytarget%^0^n Escaped The Hunt
    Set %player_bountyescape% 0

### Command to claim Bounty Bits ###
On Say; Text /bounty use;If %player_confirmbits% == 1;
    If %ini_bountybits_%p%% == 20;PlayerSay <^> You have been rewarded with (1 day) of !VIP;Say /vsm-addvip %p% +1;Set %ini_bountybits_%p%% 0
    If %ini_bountybits_%p%% == 40;PlayerSay <^> You have been rewarded with (3 days) of !VIP;Say /vsm-addvip %p% +3;Set %ini_bountybits_%p%% 0
    If %ini_bountybits_%p%% == 60;PlayerSay <^> You have been rewarded with (7 days) of !VIP;Say /vsm-addvip %p% +7;Set %ini_bountybits_%p%% 0
    If %ini_bountybits_%p%% == 80;PlayerSay <^> You have been rewarded with (14 days) of !VIP;Say /vsm-addvip %p% +14;Set %ini_bountybits_%p%% 0
    If %ini_bountybits_%p%% == 100;PlayerSay <^> You have been rewarded with (30 days) of !VIP;Say /vsm-addvip %p% +30;Set %ini_bountybits_%p%% 0
    Set %player_confirmbits% 0

### Command to save Bounty Bits ###
On Say; Text /bounty save;If %player_confirmbits% == 1;
    If %ini_bountybits_%p%% == 20;PlayerSay <^> You have chosen to save your Bounty Bits;PlayerSay <^> Next claim at (40) Bounty Bits
    If %ini_bountybits_%p%% == 40;PlayerSay <^> You have chosen to save your Bounty Bits;PlayerSay <^> Next claim at (60) Bounty Bits
    If %ini_bountybits_%p%% == 60;PlayerSay <^> You have chosen to save your Bounty Bits;PlayerSay <^> Next claim at (80) Bounty Bits
    If %ini_bountybits_%p%% == 80;PlayerSay <^> You have chosen to save your Bounty Bits;PlayerSay <^> Next claim at (100) Bounty Bits
    Set %player_confirmbits% 0

### Bounty Info ###
On Say; Text /bounty info
    PlayerSay <^>     Bounty  Info     <^>
    If %server_autobountyflag% == 1;If %server_manualbountyflag% == 0;PlayerSay <^> Current Bounty: %server_autobountytarget%
    If %server_autobountyflag% == 0;If %server_manualbountyflag% == 1;PlayerSay <^> Current Bounty: %server_manualbountytarget%
    If %server_autobountyflag% == 1;If %server_manualbountyflag% == 1;PlayerSay <^> Current Bountys: %server_autobountytarget% & %server_manualbountytarget%
    If %server_autobountyflag% == 0;If %server_manualbountyflag% == 0;PlayerSay <^> Current Bounty: No Bounty active
    PlayerSay <^> Kill the Rounds Bounty for Bounty Bits;PlayerSay <^> Get (6/6) kills in this round to win!;PlayerSay <^> type (/bounty bits) for info on Bounty Bits;PlayerSay <^> type (/bounty escape) for info on Bounty Escape 

### Bounty Player Bits ###
On Say; Text /bounty playerbits;TargetPlayer;Playersay %t% Has (%ini_bountybits_%t%%) Bounty Bits

### Bounty help ###
On Say; Text /bounty help
    PlayerSay <^>     Bounty Commands     <^>;PlayerSay <^> type (/bounty info) for info on The Bounty;PlayerSay <^> type (/bounty bits) for info on Bounty Bits;PlayerSay <^> type (/bounty escape) for info on Bounty Escape;PlayerSay <^> type (/bounty playerbits playername) to see others Bounty Bits

### Bounty Bits Info ###
On Say; Text /bounty bits
    PlayerSay <^>     Bounty Bits Info     <^>;PlayerSay <^> You have %ini_bountybits_%p%% Bounty Bits;PlayerSay <^> Bounty Bits are our server currency;PlayerSay <^> Every 20 Bounty Bits you can claim !VIP;PlayerSay <^> (20 = 1 day)(40 = 3 days)(60 = 7 days);PlayerSay <^> (80 = 14 days)(100 = 30 days)

### Escape Challange Info ###
On Say; Text /bounty escape
    PlayerSay <^>     Bounty Escape Info     <^>;PlayerSay <^> If you are the Bounty;PlayerSay <^> You can escape by killing;PlayerSay <^> With knifes, pistols, defibs or repair-tools;PlayerSay <^> get (8) Kills to break free;PlayerSay <^> +1 Bounty Bit every 2 kills

### Game round ends, Clears bounty and tells the server ###
On RoundOver;
    If %server_manualbountyflag% == 0;If %server_autobountyflag% == 1;Say <^> The Bounty for (%server_autobountytarget%) Failed;Log ^b^3Auto Bounty ^0>^n Round End - ^b^8%server_autobountytarget%^0^n - Bounty Cleared
    If %server_manualbountyflag% == 1;If %server_autobountyflag% == 0;Say <^> The Bounty for (%server_manualbountytarget%) Failed;Log ^b^3Manual Bounty ^0>^n Round End - ^b^8%server_manualbountytarget%^0^n - Bounty Cleared
    If %server_manualbountyflag% == 1;If %server_autobountyflag% == 1;Say <^> The Bounty for (%server_manualbountytarget%) & (%server_autobountytarget%) Failed;Log ^b^3Bounty ^0>^n Round End - ^b^8%server_manualbountytarget%^0^n & ^b^8%server_autobountytarget%^0^n - Bountys Cleared
    Set %player_confirmbits% 0;Set %server_autobountyflag% 0;Set %server_manualbountyflag% 0

### Bounty target leaves, Clears bounty and tells the server ###
On Leave;
    If %server_autobountyflag% == 1;If %server_autobountytarget% == %p%;Say <^> The Bounty Failed;Say <^> (%server_autobountytarget%) fled from the server;Log ^b^3Auto Bounty ^0>^n ^b^8%server_autobountytarget%^0^n Left - Bounty Cleared;Set %server_autobountyflag% 0
    If %server_manualbountyflag% == 1;If %server_manualbountytarget% == %p%;Say <^> The Bounty Failed;Say <^> (%server_manualbountytarget%) fled from the server;Log ^b^3Manual Bounty ^0>^n ^b^8%server_manualbountytarget%^0^n Left - Bounty Cleared;Set %server_manualbountyflag% 0

 

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.