l0k1/A-10

AAR receptacle point

Closed this issue · 1 comments

onox commented

This defines the receptacle point so that the 707-TT's boom can track it.

diff --git a/Models/A-10-model.xml b/Models/A-10-model.xml
index 7d3960f..ce2e4bd 100644
--- a/Models/A-10-model.xml
+++ b/Models/A-10-model.xml
@@ -9,6 +9,14 @@
                <path>Aircraft/A-10/Models/ext-stores.xml</path>
        </model>

+    <multiplay>
+        <refuel>
+            <offset-x-m type="double">0.9612</offset-x-m>
+            <offset-y-m type="double">0.0</offset-y-m>
+            <offset-z-m type="double">0.6841</offset-z-m>
+        </refuel>
+    </multiplay>
+
        <path>A10-004-015l3.ac</path>
l0k1 commented

Thanks!