Jump to content

ATM's are not working 0.3.7.0


arc7r7

Recommended Posts

After the update to 0.3.7 the ATM's and payphone on my Chernarus and Takistan servers are not working. No menu is coming up when I press the inventory key in front of them. I switched from AiAtp to CUP terrains core and maps last week and they have been working properly. 

Link to comment
Share on other sites

Hello

Do you have something like: class CfgEpochClient in your description.ext? Or #include "\x\addons\a3_epoch_config\Configs\CfgEpochClient\Altis.hpp"

If so may be breaking your ATMs etc.

Remove both those settings and configure them in the following location: @Epoch\a3_epoch_config\Configs\CfgEpochClient\Altis.hpp.

Should work then.

Mike

Link to comment
Share on other sites

  On 1/29/2016 at 8:55 AM, lowrey said:

Hello

Do you have something like: class CfgEpochClient in your description.ext? Or #include "\x\addons\a3_epoch_config\Configs\CfgEpochClient\Altis.hpp"

If so may be breaking your ATMs etc.

Remove both those settings and configure them in the following location: @Epoch\a3_epoch_config\Configs\CfgEpochClient\Altis.hpp.

Should work then.

Mike

Expand  

Yes I have this in my description.ext

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 = 350; // 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\Chernarus.hpp" // So u can chop trees , stamp on trash and get scrap metal from wrecks also get water from barrel
}

I tried changing them in the @epoch config awhile back before i added this into my description.ext but the changes never worked, I might not have done it right, do i need to add a #include for that config in something?

Link to comment
Share on other sites

  Reveal hidden contents

Remove this from the description.ext file and then:

  1. open the @epoch folder in the root of your server folder
  2. open addons folder
  3. find a3_epoch_config.pbo
  4. backup your a3_epoch_config.pbo
  5. unpack a3_epoch_config.pbo
  6. open the configs folder
  7. open CfgEpochClient.hpp with notepad ++ or visual studio code
  8. make the changes that you had in the description.ext
  9. repack a3_epoch_config folder

You should be done.

Link to comment
Share on other sites

Those were the exact steps I took previously to try to increase the build limit. The new settings didn't actually change anything except making Epoch show as red in the mod box in the server browser. I will try it again as maybe something has changed. Thank you for the help. I'll get back and update with more info if this worked.

Link to comment
Share on other sites

  Reveal hidden contents

 

Link to comment
Share on other sites

  On 1/29/2016 at 11:40 AM, lowrey said:

 

Hidden Content

 

show me your  CfgEpochClient.hpp please.

Expand  
  Reveal hidden contents

 

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Discord

×
×
  • Create New...