Jump to content
  • 1

Building Restrictions


Swash

Question

How do remove building location restrictions in current server build-0.3.4.050?

This does not work anymore.

class CfgEpochClient
{
    buildingNearbyMilitary = 1; //1 to allow building nearby
    buildingNearbyMilitaryRange = 0; //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 = 75; // jammer range in meters
};

 

 

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

The restrictions should still work, The latest CfgEpochClient configs can always be found here: https://github.com/EpochModTeam/Epoch/blob/master/Sources/epoch_config/Configs/CfgEpochClient.hpp
 

How To Use;

  1. Copy the latest contents of the CfgEpochClient.hpp into your description.ext and comment out any #include lines that you do not need.
  2. Make a new folder in your mpmission file called "CfgEpochClient" and place the *mapname*.hpp that you are running inside it. The latest map specific configs can always be found here: https://github.com/EpochModTeam/Epoch/tree/master/Sources/epoch_config/Configs/CfgEpochClient

Please Note: Each release you will likely need need to update both of these configs so if you have any changes that you think should be made in default Epoch please submit a github pull request.

Edited by vbawol
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...