![]() |
|
IL-2 Sturmovik: Cliffs of Dover Latest instalment in the acclaimed IL-2 Sturmovik series from award-winning developer Maddox Games. |
![]() |
|
Thread Tools | Display Modes |
#1
|
||||
|
||||
![]()
the title says it all.i want to build a simple mission where an enemy airgroup should spawn after another one gets destroyed?i think i would need step by step instructions as another thread with the same question didnt help me...
|
#2
|
|||
|
|||
![]()
chek on OnActorDestroyed function if the aircraft is part of that flight group, and if yes, subtract it from the total number of actors of that group.
when it reaches 0, it means there are no more actors from that group.. |
#3
|
||||
|
||||
![]()
thx adonys but i just dont understand that...i think im just too stupid to ever be able to spawn planes in that game....why cant it be as simple as in 1946???
Last edited by David198502; 10-15-2011 at 10:48 AM. |
#4
|
||||
|
||||
![]()
anybody else, who may be able to explain me what and how to do???
maybe someone is so kind to upload a mission which does spawn a group of planes after another one gets destroyed?????? |
#5
|
||||
|
||||
![]()
thats what i did so far...
|
#6
|
|||
|
|||
![]()
Here's a training mission which spawns three waves of enemies for you, as soon as the previous one was destroyed.
I've forgot from where I've got it, but it must be from somewhere around here. And btw, spawning an airgroup in IL2CoD is as easiest as in IL21946u using the FMB. What you want to do is something different, which needs scripting. I'm not sure if 1946b had a FMB automatic way to do it. Also, do yourself a favor and get some Beginner C# learning book. It's not so complicated actually, specially when it comes about just learning to do basic things in CoD's scripts. |
![]() |
|
|