Jump to content

Recommended Posts

Posted

Hi,

 

I am trying to set up trigger for player's vehicle (tank) in dogfight multiplayer mission.

The trigger should initiate flare command and shoot flare but I just cannot make it work despite of reading manuals and using google.

 

I have tried proximity trigger, check zone trigger and complex trigger.

 

I tried also specify object scripts for one complex trigger, countries for another but had no success.

 

The triggers are enabled and I have Mission begin --> Activate Trigger --> complex trigger --> Command: Flare --> truck object set up.

 

 

I am using game's build in multiplayer server, not dserver if that does matter.

 

 

Thanks.

 

Posted

Please zip all the files for your mission and post them here so others can see exactly how you set up your mission.

Posted

Hi,

 

Here is the mission.

 

The flare should be shot when red or blue enters in the gap between the barbed wires.

lapinotank.zip

Posted

In the On Events Table in the complex trigger translator, you need to link events OnObjectEntered and OnObjectEnteredAlive to command Flare.

 

You currently have a target link from the complex trigger to the flare command. I've never seen this setup before. Does anyone know if it's valid and what it does?

Jaegermeister
Posted (edited)
4 hours ago, JimTM said:

You currently have a target link from the complex trigger to the flare command. I've never seen this setup before. Does anyone know if it's valid and what it does?

 

It's not going to do anything. With the Complex Trigger, It has to having matching input in the checkbox (on object entered for example) with a matching output selected from the (right click) select object menu. Then target the desired trigger with the purple indicator. 

 

CT2.png.9b8ef4635ca3720c8e607b2667a45369.png

 

 

CT.thumb.png.0eb3e09576bd8ceb2312f9cd154f57be.png

 

Also the flare has to be object linked to a linked entity vehicle.

 

 

Edited by Jaegermeister
  • Upvote 1
Posted

Thank you!

 

Got the trigger fixed and now it works like intented.

I also added timers and trigger deactivation + activation so that if trigger goes off, it will be activated again after 2 minutes.

Trigger-deactivate-activate.JPG

Jaegermeister
Posted

If it is enabled, or activated, it will stay active until you disable it with an MCU.

 

Not sure why you would want to deactivate it just to activate it again?

Posted

Hi,

 

trigger is deactivated for preventing it going off too often.

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...