Adjust to modern times
This commit is contained in:
parent
db14caea2d
commit
60663a001a
1 changed files with 10 additions and 64 deletions
|
@ -58,52 +58,8 @@ $Id$
|
||||||
<axis n="3">
|
<axis n="3">
|
||||||
<desc>Throttle</desc>
|
<desc>Throttle</desc>
|
||||||
<binding>
|
<binding>
|
||||||
<command>property-scale</command>
|
<command>nasal</command>
|
||||||
<property>/controls/engines/engine[0]/throttle</property>
|
<script>controls.throttleAxis()</script>
|
||||||
<offset type="double">-1.0</offset>
|
|
||||||
<factor type="double">-0.5</factor>
|
|
||||||
</binding>
|
|
||||||
<binding>
|
|
||||||
<command>property-scale</command>
|
|
||||||
<property>/controls/engines/engine[1]/throttle</property>
|
|
||||||
<offset type="double">-1.0</offset>
|
|
||||||
<factor type="double">-0.5</factor>
|
|
||||||
</binding>
|
|
||||||
<binding>
|
|
||||||
<command>property-scale</command>
|
|
||||||
<property>/controls/engines/engine[2]/throttle</property>
|
|
||||||
<offset type="double">-1.0</offset>
|
|
||||||
<factor type="double">-0.5</factor>
|
|
||||||
</binding>
|
|
||||||
<binding>
|
|
||||||
<command>property-scale</command>
|
|
||||||
<property>/controls/engines/engine[3]/throttle</property>
|
|
||||||
<offset type="double">-1.0</offset>
|
|
||||||
<factor type="double">-0.5</factor>
|
|
||||||
</binding>
|
|
||||||
<binding>
|
|
||||||
<command>property-scale</command>
|
|
||||||
<property>/controls/engines/engine[4]/throttle</property>
|
|
||||||
<offset type="double">-1.0</offset>
|
|
||||||
<factor type="double">-0.5</factor>
|
|
||||||
</binding>
|
|
||||||
<binding>
|
|
||||||
<command>property-scale</command>
|
|
||||||
<property>/controls/engines/engine[5]/throttle</property>
|
|
||||||
<offset type="double">-1.0</offset>
|
|
||||||
<factor type="double">-0.5</factor>
|
|
||||||
</binding>
|
|
||||||
<binding>
|
|
||||||
<command>property-scale</command>
|
|
||||||
<property>/controls/engines/engine[6]/throttle</property>
|
|
||||||
<offset type="double">-1.0</offset>
|
|
||||||
<factor type="double">-0.5</factor>
|
|
||||||
</binding>
|
|
||||||
<binding>
|
|
||||||
<command>property-scale</command>
|
|
||||||
<property>/controls/engines/engine[7]/throttle</property>
|
|
||||||
<offset type="double">-1.0</offset>
|
|
||||||
<factor type="double">-0.5</factor>
|
|
||||||
</binding>
|
</binding>
|
||||||
</axis>
|
</axis>
|
||||||
|
|
||||||
|
@ -151,33 +107,23 @@ $Id$
|
||||||
<desc>Brakes</desc>
|
<desc>Brakes</desc>
|
||||||
<binding>
|
<binding>
|
||||||
<command>property-assign</command>
|
<command>property-assign</command>
|
||||||
<property>/controls/gear/wheel[0]/brake</property>
|
<property>/controls/gear/brake-left</property>
|
||||||
<value type="double">1.0</value>
|
<value type="double">1.0</value>
|
||||||
</binding>
|
</binding>
|
||||||
<binding>
|
<binding>
|
||||||
<command>property-assign</command>
|
<command>property-assign</command>
|
||||||
<property>/controls/gear/wheel[1]/brake</property>
|
<property>/controls/gear/brake-right</property>
|
||||||
<value type="double">1.0</value>
|
|
||||||
</binding>
|
|
||||||
<binding>
|
|
||||||
<command>property-assign</command>
|
|
||||||
<property>/controls/gear/wheel[2]/brake</property>
|
|
||||||
<value type="double">1.0</value>
|
<value type="double">1.0</value>
|
||||||
</binding>
|
</binding>
|
||||||
<mod-up>
|
<mod-up>
|
||||||
<binding>
|
<binding>
|
||||||
<command>property-assign</command>
|
<command>property-assign</command>
|
||||||
<property>/controls/gear/wheel[0]/brake</property>
|
<property>/controls/gear/brake-left</property>
|
||||||
<value type="double">0.0</value>
|
<value type="double">0.0</value>
|
||||||
</binding>
|
</binding>
|
||||||
<binding>
|
<binding>
|
||||||
<command>property-assign</command>
|
<command>property-assign</command>
|
||||||
<property>/controls/gear/wheel[1]/brake</property>
|
<property>/controls/gear/brake-right</property>
|
||||||
<value type="double">0.0</value>
|
|
||||||
</binding>
|
|
||||||
<binding>
|
|
||||||
<command>property-assign</command>
|
|
||||||
<property>/controls/gear/wheel[2]/brake</property>
|
|
||||||
<value type="double">0.0</value>
|
<value type="double">0.0</value>
|
||||||
</binding>
|
</binding>
|
||||||
</mod-up>
|
</mod-up>
|
||||||
|
@ -227,13 +173,13 @@ $Id$
|
||||||
<desc>Right brake</desc>
|
<desc>Right brake</desc>
|
||||||
<binding>
|
<binding>
|
||||||
<command>property-assign</command>
|
<command>property-assign</command>
|
||||||
<property>/controls/gear/wheel[1]/brake</property>
|
<property>/controls/gear/brake-right</property>
|
||||||
<value type="double">1.0</value>
|
<value type="double">1.0</value>
|
||||||
</binding>
|
</binding>
|
||||||
<mod-up>
|
<mod-up>
|
||||||
<binding>
|
<binding>
|
||||||
<command>property-assign</command>
|
<command>property-assign</command>
|
||||||
<property>/controls/gear/wheel[1]/brake</property>
|
<property>/controls/gear/brake-right</property>
|
||||||
<value type="double">0.0</value>
|
<value type="double">0.0</value>
|
||||||
</binding>
|
</binding>
|
||||||
</mod-up>
|
</mod-up>
|
||||||
|
@ -243,13 +189,13 @@ $Id$
|
||||||
<desc>Left brake</desc>
|
<desc>Left brake</desc>
|
||||||
<binding>
|
<binding>
|
||||||
<command>property-assign</command>
|
<command>property-assign</command>
|
||||||
<property>/controls/gear/wheel[0]/brake</property>
|
<property>/controls/gear/brake-left</property>
|
||||||
<value type="double">1.0</value>
|
<value type="double">1.0</value>
|
||||||
</binding>
|
</binding>
|
||||||
<mod-up>
|
<mod-up>
|
||||||
<binding>
|
<binding>
|
||||||
<command>property-assign</command>
|
<command>property-assign</command>
|
||||||
<property>/controls/gear/wheel[0]/brake</property>
|
<property>/controls/gear/brake-left</property>
|
||||||
<value type="double">0.0</value>
|
<value type="double">0.0</value>
|
||||||
</binding>
|
</binding>
|
||||||
</mod-up>
|
</mod-up>
|
||||||
|
|
Loading…
Reference in a new issue