How to make several aircraft with different contents in Type=ParaDrop?
Is there a way to make this point several aircraft with different contents in Type=ParaDrop? For example, I want to be the first aircraft delivered to me 8 E1, and the second 4 GGI.
Question information
- Language:
- English Edit question
- Status:
- Solved
- For:
- Ares Edit question
- Assignee:
- No assignee Edit question
- Solved by:
- AlexB
- Solved:
- 2013-01-17
- Last query:
- 2013-01-17
- Last reply:
- 2013-01-14
Gluk-v48 (gluk-v48) said : | #1 |
I just look at the tag [Superweapon]
|
#2 |
The documentation got a few tag names wrong. It's "ParaDrop", not "Paradrop", as it is called in the examples also. This has been updated and the online manual at http://
To create a ParaDrop with 8 E1 in plane 1 and 4 GGI in plane 2, use these codes:
ParaDrop.
ParaDrop.Count=2
ParaDrop.Types=E1
ParaDrop.Num=8
ParaDrop.
ParaDrop.
ParaDrop.<ID>.Plane customizes the specified plane for sides or countries. For example:
ParaDrop.
ParaDrop.
ParaDrop.
Gluk-v48 (gluk-v48) said : | #3 |
Thanks AlexB, that solved my question.