Page MenuHomeFeedback Tracker
Feed Advanced Search

Sep 9 2022

AgentRev added a comment to T167429: allMissionObjects "custom" broken since 2.10 update.

I have implemented a workaround to the affected script: https://github.com/A3Wasteland/ArmA3_Wasteland.Altis/commit/9cc182c6aff0dfa2f9f28925ce9d9ac9d2f60339

Sep 9 2022, 10:36 AM · Arma 3
AgentRev added a comment to T167444: nearestObjects no longer finding certain terrain objects after last hotfix.

The versions I indicated are correct; their bug report is what's incorrect. My ATM locator script they referenced uses allMissionObjects for editor ATMs, but nearestObjects for terrain ATMs. Here's the script with the workaround: https://github.com/A3Wasteland/ArmA3_Wasteland.Altis/commit/9cc182c6aff0dfa2f9f28925ce9d9ac9d2f60339

Sep 9 2022, 10:28 AM · Arma 3
AgentRev added a comment to T167444: nearestObjects no longer finding certain terrain objects after last hotfix.

I was able to work around this bug by using nearestTerrainObjects [[10655.9,12201.3,1.49722], ["HIDE"], 5] instead.

Sep 9 2022, 7:07 AM · Arma 3
AgentRev edited Steps To Reproduce on T167444: nearestObjects no longer finding certain terrain objects after last hotfix.
Sep 9 2022, 6:54 AM · Arma 3
AgentRev created T167444: nearestObjects no longer finding certain terrain objects after last hotfix.
Sep 9 2022, 6:53 AM · Arma 3

Oct 25 2021

AgentRev added a comment to T161546: Add ability to override user actions via addUserActionEventHandler.

I guess Dedmen fears abuse by script kiddies?

Oct 25 2021, 8:29 PM · Arma 3
AgentRev added a comment to T161546: Add ability to override user actions via addUserActionEventHandler.

That's highly unfortunate. This would have been way cleaner than the findDisplay 46 displayAddEventHandler ["KeyDown", {condition}] stuff that is required to override user input in vanilla missions.

Oct 25 2021, 7:36 PM · Arma 3

Oct 22 2021

AgentRev updated the task description for T161546: Add ability to override user actions via addUserActionEventHandler.
Oct 22 2021, 7:15 AM · Arma 3
AgentRev updated the task description for T161546: Add ability to override user actions via addUserActionEventHandler.
Oct 22 2021, 7:13 AM · Arma 3
AgentRev updated the task description for T161546: Add ability to override user actions via addUserActionEventHandler.
Oct 22 2021, 7:13 AM · Arma 3
AgentRev updated the task description for T161546: Add ability to override user actions via addUserActionEventHandler.
Oct 22 2021, 7:12 AM · Arma 3
AgentRev created T161546: Add ability to override user actions via addUserActionEventHandler.
Oct 22 2021, 7:11 AM · Arma 3

Nov 24 2020

AgentRev added a comment to T76960: fileExists command.

6 and a half years later; better late than never!

Nov 24 2020, 11:30 PM · Arma 3

Apr 4 2020

AgentRev added a comment to T80668: setObjectTextureGlobal causing "Cannot load texture" errors when used with valid mission files.

try using getMissionPath

Apr 4 2020, 11:48 AM · Arma 3