Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Questions about Ares
#6
You get the first defined plane twice, because you set ParaDrop.Count=3 and only defined the contents of plane 1 and 2. Undefined planes default to the first plane. Setting ParaDrop.Count=2 will fix this, though it will send only two planes.

I'm not sure whether I got it right this way: This example sends three planes, each containing only one unit type:

Code:
ParaDrop.Count=3 ; default number of planes (see below for the Russians example)
ParaDrop.Types=E2 ; first plane, all sides
ParaDrop.Num=4
ParaDrop.Aircraft=SPACES

ParaDrop.Plane2.Types=HTK ; second plane, all sides. uses same aircraft as first plane
ParaDrop.Plane2.Num=1

ParaDrop.Plane3.Types=HTNK ; third plane, all sides. uses same aircraft as first plane
ParaDrop.Plane3.Num=1

If you only want a Boris to be sent for the Russians, leaving all other planes as they are:

Code:
ParaDrop.Russians.Count=4 ; sent four instead of 3 for the Russians
ParaDrop.Russians.Plane4.Types=BORIS
ParaDrop.Russians.Plane4.Num=1

Hope this helps.
Reply


Messages In This Thread
Questions about Ares - by Kroko - 10.06.2013, 12:46:58
RE: Questions about Ares - by Graion Dilach - 10.06.2013, 12:55:23
RE: Questions about Ares - by Kroko - 10.06.2013, 13:11:05
RE: Questions about Ares - by Kroko - 09.07.2013, 20:56:27
RE: Questions about Ares - by Renegade - 10.07.2013, 15:50:43
RE: Questions about Ares - by AlexB - 17.07.2013, 13:26:32



Users browsing this thread: 1 Guest(s)