Jump to content
  • 0

Build Count Limit (frequency jammer overload)


elbolo

Question

8 answers to this question

Recommended Posts

  • 2

 

14 hours ago, elbolo said:

Hello

Some version ago i remeber i changed this value in the description.ext, but now I cant't finf it,

it has been removed or moved? 

can i change this parameter again?

 

thanks in advance

I've had several people suggest ways to do this, but this is what worked for me. Add this in your Description.ext, modify the values as you see fit

class CfgEpochClient
{
     epochVersion = "0.3.7.0";

      buildingNearbyMilitary = 0; //1 to allow building nearby
      buildingNearbyMilitaryRange = 300; //Define radius of blocked area

      buildingRequireJammer = 0; // 1 = to allow building without a jammer
      buildingCountLimit = 300; // how many objects can be built within range of a jammer
      buildingJammerRange = 125; // jammer range in meters
#include "\x\addons\a3_epoch_config\Configs\CfgEpochClient\WorldInteractions.hpp"
};

Link to comment
Share on other sites

  • 1
2 hours ago, elbolo said:

OK, i'm here again

with the new build 0.3.8 this workaround doesn't work anymore.

the content of  "description.ext" has been moved to "sandbox_config.hpp"

I tried to add the script in both file (not at the same time) with no success, in description.ext server gave me an error about finding worldinteractions.hpp, in sandobox_config, no error but it doesn't work

any help would be appreciated

thanks in advance

The old fix is no longer needed. In your mission file go to epoch_config>Configs>CfgEpochClient.hpp and set your values as desired.

Link to comment
Share on other sites

  • 0

Nothing , if u paste it correctly it should work.

 

Maybe you should include the Altis.hpp too. Otherwise you cant loot the Trash Objects.

like this : 

class CfgEpochClient
{
     epochVersion = "0.3.7.0";

      buildingNearbyMilitary = 0; //1 to allow building nearby
      buildingNearbyMilitaryRange = 300; //Define radius of blocked area

      buildingRequireJammer = 0; // 1 = to allow building without a jammer
      buildingCountLimit = 300; // how many objects can be built within range of a jammer
      buildingJammerRange = 125; // jammer range in meters
#include "\x\addons\a3_epoch_config\Configs\CfgEpochClient\WorldInteractions.hpp"
#include "\x\addons\a3_epoch_config\Configs\CfgEpochClient\Altis.hpp"
};

 

Link to comment
Share on other sites

  • 0

OK, i'm here again

with the new build 0.3.8 this workaround doesn't work anymore.

the content of  "description.ext" has been moved to "sandbox_config.hpp"

I tried to add the script in both file (not at the same time) with no success, in description.ext server gave me an error about finding worldinteractions.hpp, in sandobox_config, no error but it doesn't work

any help would be appreciated

thanks in advance

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...