Jump to content
acemod

ACE3 - A collaborative merger between AGM, CSE, and ACE

Recommended Posts

Is anyone still having issues with drones where you are not able to change the settings on a Hellfire, like the laser code or the targeting settings.  There was a bug report here with a fix created that was supposedly released in 3.11.0 but it doesn't seem to be working in the latest version.

Share this post


Link to post
Share on other sites

Requires CBA Version 3.9 or later and Arma 3 Version 1.84 or later.

Change Log Summary can be viewed on GitHub Here.
If you're looking to chat with us be sure to join our public Slack group!

 

 

Requires ACE Version 3.12.3 or later.

Change Log Summary can be viewed on GitHub Here.
If you're looking to chat with us be sure to join our public Slack group!

  • Like 11
  • Thanks 6
  • Haha 1

Share this post


Link to post
Share on other sites

So I assume the rations affect stamina somehow?
I couldn't see an update for it on the wiki 

Share this post


Link to post
Share on other sites

I read changeLog, this is quite a great job!! You guys rocks!

  • Like 1

Share this post


Link to post
Share on other sites

Do the field Rations have any function atm? Couldn't find any information about them

Share this post


Link to post
Share on other sites

You can activate this (hunger & thirst) in the ACEX options (CBA Settings).

Share this post


Link to post
Share on other sites

Hallo Guys. 

 

Is there a way to jam the microdaggert 

 

Script with addaction with turn off on mabye? 

Share this post


Link to post
Share on other sites

My apologies in advance if my question is against forum rules or comes across as rude but, are there any plans to bring back the ace artillery function like from Arma 2's ace or is it going to be left as is? Just a curiosity of mine as I remember having a lot of fun with the different functions that it brought. as always keep up the great work and the awesome Mod :) 

Share this post


Link to post
Share on other sites
On 2.12.2018 at 12:26 PM, Kenta Panda said:

are there any plans to bring back the ace artillery function like from Arma 2's ace or is it going to be left as is?

As with everything with ACE. If someone does it, it will be done.
If no one feels like doing it, no one will.

Currently I don't know of anyone working on implementing that.

Share this post


Link to post
Share on other sites

 

Hello everyone, I am currently working on a script that requires the use of an EventHandler; "killed" see line below.

 

_EH = _unit addEventHandler ["Killed", {[(_this select 0),(_this select 1)] execVM "ACL\ACL_murder.sqf"}];

 

But the script does not run with Ace and works perfectly without. This is normal or do you have a solution? A big thank you in advance !!

Share this post


Link to post
Share on other sites
4 hours ago, Sayker said:

But the script does not run with Ace and works perfectly without.

Might be because ace might kill with setDamage, but the EH should still fire in that case.

You could instead use the ace_killed event.

 

_EH = ["ace_killed", {
    params ["_unit"];
    [_unit, _unit getVariable "ace_medical_lastDamageSource"] execVM "ACL\ACL_murder.sqf"
}] call CBA_fnc_addEventHandler;

Also you should not execVM from a eventhandler. execVM has to load the script and compile it, which is slow. You should be using CfgFunctions for this and just call a function.

Share this post


Link to post
Share on other sites

 

Hello everyone, thx for your help ! But i have this 

 

Do you have any idea ? =))

 

1544174051-cap1.png

Share this post


Link to post
Share on other sites
23 minutes ago, Sayker said:

 

Hello everyone, thx for your help ! But i have this 

 

Do you have any idea ? =))

 

1544174051-cap1.png

oops

Quote

"ACL\ACL_murder.sqf"]}]

There is a ] too many.

Edited my original post with the script fixed.

  • Thanks 1

Share this post


Link to post
Share on other sites

Yes this fix seems works but there is a other problem...

 

 1544177725-cap1.png

Edited by Sayker
Wrong pictures

Share this post


Link to post
Share on other sites

That works perfectly...!!!!!! 

 

Thank you so much Dedmen !!! 

Share this post


Link to post
Share on other sites

In case you missed our ACE Hotfix two days ago.  Join us on twitter.

ACE Version 3.12.5 Released

Requires CBA version 3.9.0 or later and Arma 3 version 1.84 or later.

Change Log Summary can be viewed on GitHub Here.
If you're looking to chat with us be sure to join our public Slack group!

 

 

Requires ACE Version 3.12.3 or later.

Change Log Summary can be viewed on GitHub Here.
If you're looking to chat with us be sure to join our public Slack group!

 

Notes:

If you were using the optional ace_compat_adr_97.pbo, make sure to remove it or you will get version mismatch
(delete @ace folder and then unzip)

 

Steam Workshop of course already updated. Enjoy.

  • Like 2
  • Thanks 2

Share this post


Link to post
Share on other sites

Dragging/Carrying Framework:

Disable drag and/or carry for an object in 3den editor would be a nice feature.

Would use it for chairs so nobody could rearrange them. We playing with ACEX sitting.

  • Like 1

Share this post


Link to post
Share on other sites
5 hours ago, iV - Ghost said:

Dragging/Carrying Framework:

Disable drag and/or carry for an object in 3den editor would be a nice feature.

Would use it for chairs so nobody could rearrange them. We playing with ACEX sitting.


Just bang 

[this, false, [0, 0, 0], 0] call ace_dragging_fnc_setDraggable;   
[this, false, [0, 0, 0], 0] call ace_dragging_fnc_setCarryable;  

into the init of the items you don't want moved. Then save your chair layout as a composition.

  • Like 2
  • Thanks 2

Share this post


Link to post
Share on other sites

Hey Wang,

 

I know this but I have a lot of chairs over the whole maps and I think it could be a nice feature for people who can't code.

Share this post


Link to post
Share on other sites

Added this to the ACE big tracker, but has anyone else seen this?

 

DWIMDb.png

 

Tried downloading a fresh copy of the most current ACE and revalidating my game files. The error can be clicked through.

 

NEVER MIND!

 

Has a few ppl reach out to me and scoured through some files and found the following sitting in a folder used for lost and discontinued mods. Put them in a small corner in my computer away from Arma 3 and there's no error :)

 

Sv4HYT.png

 

Share this post


Link to post
Share on other sites

Is there a way to attach the ACEX Limit Build Area module to an object ie vehicle or crate?

  • Like 1

Share this post


Link to post
Share on other sites

Hi there !! 
I use these lines EventHandler, but it's possible that this event are only activate for civilian damage ??? Thx so much ! =) 

_EH = ["ace_killed", { params ["_unit"]; [_unit, _unit getVariable "ace_medical_lastDamageSource"] execVM "ACL\ACL_murder.sqf" }] call CBA_fnc_addEventHandler;

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×