Jump to content
  • 0

building disallowed frequency overload 25


Iktinos

Question

1 answer to this question

Recommended Posts

  • 0

Have you did any adjustments in CfgEpochClient.hpp?

buildingCountLimit = 200;		//overall building limit in range of jammer (overridden if "useGroupCountLimits=1")
storageCountLimit = 100;		//overall storage limit in range of jammer (triggers only if "splitCountLimits=1" & "useGroupCountLimits=0")	
splitCountLimits = 0;			//1 = distinguish buildingCountLimit from storageCountLimit (ex.: buildingCountLimit=100, storageCountLimit=100 >> you can build 100                                       baseparts AND additional 100 storage objects like safes, lockboxes...)
useGroupCountLimits = 1;		//1 = enable leader and member counts (doesn´t affect "splitCountLimits")
buildingCountLeader = 125;		//ignore if "useGroupCountLimits=0"
buildingCountPerMember = 5;		//ignore if "useGroupCountLimits=0"
storageCountLeader = 10;		//ignore if "splitCountLimits=0" & "useGroupCountLimits=0"
storageCountPerMember = 5;		//ignore if "splitCountLimits=0" & "useGroupCountLimits=0"
maxdoors = 8;
maxgates = 5;

 

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