Arma 3
UAV Feed (Data Terminal) [NATO] v1.4
XpeditionXD8  [developer] Feb 6, 2022 @ 12:41pm
Composition actions don't show
It has come to attention that at least 4 people (to date with this post) have said they don't see the actions displayed on the Data Terminal that do anything scripted to it. Here are a few things to try fixing this:

  • There are 0 dependencies for this composition.
  • Most of the addActions on this composition are remoteExecuted, so it should be JIP compatible for all players who are currently in or who will join the mission.
  • This is not ran from an SQF file. The entire script for the Data Terminal is in the Init Field.
  • If you're in Eden Editor, try looking in the Init Field to see if there's any changed variables. If you place more than 1, it's going to change the variable name of "dt_uavStation" to "dt_uavStation_1", which will more than likely cause it not to work.
  • If you cannot see anything in the init field, try unsubscribing and resubscribing - this has helped a few people.
Last edited by XpeditionXD8; Sep 25, 2022 @ 7:58pm