Jump to content

Recommended Posts

Posted

Up until now I did not really need reports I have always been able to solve my needs with events.

I have a case where the report if I understand it well would solve the issue.

 

I have a plane flying and the last viewpoint he has triggered has activated through a target link an AttackArea MCU (object linked to the plane). The AttackArea has only the Attack Ground parameter box checked.

Now I have created a report from this plane that for the Command part of the report is linked to the AttackArea MCU and the Target part is linked to a Counter MCU.

 

My understanding is that when the plane has entered the AttackArea circle zone the Counter MCU should be triggered.

Is this correct?

Posted

I don’t think I’ve gotten this to work. I typically use it with the spawn and take off commands only. Maybe land, too, but that’s about it. 

  • Upvote 1
Posted (edited)
1 hour ago, IckyATLAS said:

Up until now I did not really need reports I have always been able to solve my needs with events.

I have a case where the report if I understand it well would solve the issue.

 

I have a plane flying and the last viewpoint he has triggered has activated through a target link an AttackArea MCU (object linked to the plane). The AttackArea has only the Attack Ground parameter box checked.

Now I have created a report from this plane that for the Command part of the report is linked to the AttackArea MCU and the Target part is linked to a Counter MCU.

 

My understanding is that when the plane has entered the AttackArea circle zone the Counter MCU should be triggered.

Is this correct?

 

I think it may trigger once the plane has actually started the attack. Does the plane start the attack? Add a subtitle translator in place of (or in addition to ) the counter to see if the "OnAreaAttacked" report is being issued.

 

In the plane advanced properties, do you have Report Type = OnAreaAttacked, Command ID = the Attack Area ID, and Target ID = the counter ID?

 

Otherwise, zip a very simple version of the the mission (i.e., just the logic in question) and post it for others to look at.

Edited by JimTM
Posted

I’ve used report events quite a bit, usually take off - first waypoint.

 

Also use ‘on bingo bombs’ plus a timer a lot to initiate the RTB sequence. 

 

I used ‘on finished’ to trigger a lightening quick delete/spawn event to get AI to refuel/rearm on their own.

 

I toyed with ‘on area attacked’ some years ago but found no use for it in my case.  I can’t remember when during the attack my debug text fired, but it did fire.

Posted
11 minutes ago, Gambit21 said:

I’ve used report events quite a bit, usually take off - first waypoint.

 

Also use ‘on bingo bombs’ plus a timer a lot to initiate the RTB sequence. 

 

I used ‘on finished’ to trigger a lightening quick delete/spawn event to get AI to refuel/rearm on their own.

 

I toyed with ‘on area attacked’ some years ago but found no use for it in my case.  I can’t remember when during the attack my debug text fired, but it did fire.

I'm pretty sure you're talking about events, and OP is asking about reports. When it comes to events, I can get them all to work. However, I have not been able to get reports to work except OnSpawned Report using a Spawner MCU

 

image.thumb.png.b59e4574754e1783b755589e95401168.png

The section OP is asking about... I have not been able to get theses Reports to work.

  • Upvote 1
Posted

Good catch Sketch.

Posted
On 9/3/2021 at 6:36 PM, Sketch said:

I'm pretty sure you're talking about events, and OP is asking about reports. When it comes to events, I can get them all to work. However, I have not been able to get reports to work except OnSpawned Report using a Spawner MCU

 

image.thumb.png.b59e4574754e1783b755589e95401168.png

The section OP is asking about... I have not been able to get theses Reports to work.

You got it right Sketch. Conclusion it does not work. I am not surprised as I did many tests and it does not fire.

The idea is to have an area attacked report when you enter the area. But the bombs will be unloaded only on the icon position.

So if you have a large area you can get a report that you are in the AttackArea before bombing actually takes place.

You can do it with another CheckArea MCU but with the report it would be a more compact and clean way to do.

 

 

AEthelraedUnraed
Posted
1 hour ago, IckyATLAS said:

You got it right Sketch. Conclusion it does not work. I am not surprised as I did many tests and it does not fire.

The idea is to have an area attacked report when you enter the area. But the bombs will be unloaded only on the icon position.

So if you have a large area you can get a report that you are in the AttackArea before bombing actually takes place.

You can do it with another CheckArea MCU but with the report it would be a more compact and clean way to do.

The OnAreaAttacked definitely works, but I think it only fires after the timer on the AttackArea MCU fires. That's why it's called "OnAreaAttacked", i.e. "Attacked", the simple past tense ;)

If you want to to do something *before* the area is attacked, you should indeed use a separate CheckArea MCU.

  • Thanks 1

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
×
×
  • Create New...