Howto:Implement aerial refueling capability: Difference between revisions

Jump to navigation Jump to search
m
Apparently radar is required...
(Created page with 'This hotwo teaches you '''how to implement aerial refueling capability''' to both tanker and/or receiver aircraft. ==Receiver…')
 
m (Apparently radar is required...)
Line 2: Line 2:


==Receiver aircraft==
==Receiver aircraft==
Add the following blocks of code to your aircraft's -set.xml file (after the </sim> tag). Make sure to check for pre-existing blocks/structures and leave them in tact.
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 leave them in tact.
 
<instrumentation>
  <radar>
  <range type="int" archive="y">20</range>
  <minimized type="bool" archive="y">false</minimized>
  </radar>
</instrumentation>
 
  <systems>
  <systems>
   <refuel>
   <refuel>

Navigation menu