226
edits
m (+-cat: Aircraft enhancement, Multiplayer → Aerial refueling) |
mNo edit summary |
||
Line 2: | Line 2: | ||
== Receiver aircraft == | == Receiver aircraft == | ||
Add the following blocks of code to your aircraft's -set.xml file (all after the </sim> tag). Make sure to check for pre-existing blocks/structures and | Add the following blocks of code to your aircraft's -set.xml file (all after the </sim> tag). Make sure to check for pre-existing blocks/structures and insert the new blocks within them as applicable. | ||
* Radar is needed to check if you are close enough from the tanker | * Radar is needed to check if you are close enough from the tanker. | ||
** It also seems to check that the receiving aircraft's heading is within +/-90deg of the direction of the tanker, | |||
* The <refuel> properties defines | * The <refuel> properties defines | ||
** what type of refueling you are capable of (probe and drogue, or boom) | ** what type of refueling you are capable of (probe and drogue, or boom) |
edits