![]() |
trigger points and spawning
G`day, having trouble getting the FMB to spawn other units from a trigger. For instance I want the computer to spawn a RAF unit when the Luftwaffe pass through a point(trigger) on the map. Also i want to spawn returning escorts on the way home for the returning bombers.
Also has can anyone give me a tip for getting the computer to select the best runway for take off( I.e. the one i want). |
Can you post your mission, so we can take a look at it?
The start direction depends on wind direction. To get your prefered runway you must change the wind direction in the mission preferences (View-Menu). |
how can i post the mission to you?
|
runway issue sloved. Now all i have to work out is how get the tiggers and actions working as i have no idea about scripting!
|
Without scripting your trigger and the action must have the same name.
Example, if your trigger has the name 'SpawnAirgroup1' your action must have the name 'SpawnAirgroup1', also. To post your mission. Zip the files and upload it via 'Manage Attachment' found under Additional Options if you post a message. |
1 Attachment(s)
Posted zip file!!
Tried renaming triggers and actions but did not work. Thank you also for this. |
Hi smokin,
Just had a quick look at this through the notepad. What are you trying to do with the passthroughs? Are you wanting to spawn certain planes if a particular air/ground group goes through the passthrough area? |
1 Attachment(s)
Corrected:
By spawning Airgroups you should activate "only Script spawn" in their options. You use passthroughs-Triggers, there is a problem the are activated two times on enter and on leave. To avoid the second activation, you should deaktivate the trigger via script. Sometimes if a Group is not spawning, it helps to select it again in the action-options. So i've added a little script: Code:
using System; |
Hi Kodiak,
does the script you just put here avoid a further activation of a passthrough trigger ? I've been looking for one since I made a small mission weeks ago and couldn't find a way to spawn an air group only once, as another was spawned everytime the condition was met again (in that case red planes flying through it). Thx ! |
Yes.
I deactivate it with GamePlay.gpGetTrigger(shortName).Enable = false; so it is not activated a second time. |
Great, thank you very much !! :)
|
Thank you, very much Kodiak. Now i can get on with planning some missions. By the way can you link groups of bombers together to create a guppe? Also is there a glossary or tutorial for scripting?
Atag, the first problem was that i could not get the aircraft actioned when the lead group hit the trigger pont. |
Quote:
|
Hi Kodiak,
I downloaded your Spawning.zip but can’t see what it brings about. I loaded Bf110.mis and flew the Bf110 to the SpawnArea (near Fruges) but nothing happened. Can you help please? |
Can you show me your mission, please?
May be you use a wrong trigger, but difficult to say without the mission. |
Spawning.zip
1 Attachment(s)
Hi Kodiak,
I downloaded the mission + submissions and send them to you as requested. As a matter of fact they are the same as you attached as Spawning.zip in your answer to Atag Bliss a few days ago but with a slight difference. What I did was starting the Bf110 and flew to Fruges through the SpawnArea but nothing was spawned . What can be achieved with these missions? How can one make them work? |
Ok i see, i use this DeSpawnArea to remove the red ground targets reaching this point.
The ground targets spawn automatically, if not you should check the path to the submissions you will find it in the cs-file string SubMissionsPath = @"missions\Single\Tests\Bf110Sub\"; Simply test: Play the mission, open the console Window, if there are messages like "file not found", then you must adjust the path. |
Great! It works now. Path to the submissions was wrong. Thank you very much Kodiak!
|
All times are GMT. The time now is 09:30 PM. |
Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright © 2007 Fulqrum Publishing. All rights reserved.