Gijs de Roy:
Here it is. What has improved: - night lighting textures - windows - better animations on military truck - dialog simplified - max. speed downgraded to 15 kts.
This commit is contained in:
parent
1f00dadc43
commit
4c236260be
1 changed files with 8 additions and 53 deletions
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
<name>pushback</name>
|
<name>pushback</name>
|
||||||
<layout>vbox</layout>
|
<layout>vbox</layout>
|
||||||
|
|
||||||
<nasal>
|
<nasal>
|
||||||
<open>
|
<open>
|
||||||
var pushback_position = aircraft.door.new("sim/model/pushback", 10.0);
|
var pushback_position = aircraft.door.new("sim/model/pushback", 10.0);
|
||||||
|
@ -10,7 +11,6 @@
|
||||||
props.globals.getNode("/sim/model/pushback/enabled", 1 ).setBoolValue(1);
|
props.globals.getNode("/sim/model/pushback/enabled", 1 ).setBoolValue(1);
|
||||||
props.globals.initNode("/sim/model/pushback/target-speed-fps", 0.0 );
|
props.globals.initNode("/sim/model/pushback/target-speed-fps", 0.0 );
|
||||||
</open>
|
</open>
|
||||||
|
|
||||||
<close>
|
<close>
|
||||||
pushback_position.setpos(0);
|
pushback_position.setpos(0);
|
||||||
setprop("/sim/model/pushback/enabled", 0 );
|
setprop("/sim/model/pushback/enabled", 0 );
|
||||||
|
@ -49,17 +49,7 @@
|
||||||
|
|
||||||
<checkbox>
|
<checkbox>
|
||||||
<halign>left</halign>
|
<halign>left</halign>
|
||||||
<label>Show pushback</label>
|
<label>(Dis)Connect pushback</label>
|
||||||
<property>/sim/model/pushback/enabled</property>
|
|
||||||
<binding>
|
|
||||||
<command>property-toggle</command>
|
|
||||||
<property>/sim/model/pushback/enabled</property>
|
|
||||||
</binding>
|
|
||||||
</checkbox>
|
|
||||||
|
|
||||||
<checkbox>
|
|
||||||
<halign>left</halign>
|
|
||||||
<label>Connect pushback</label>
|
|
||||||
<property>/sim/model/pushback/position-norm</property>
|
<property>/sim/model/pushback/position-norm</property>
|
||||||
<binding>
|
<binding>
|
||||||
<command>nasal</command>
|
<command>nasal</command>
|
||||||
|
@ -77,8 +67,8 @@
|
||||||
<slider>
|
<slider>
|
||||||
<row>0</row>
|
<row>0</row>
|
||||||
<col>2</col>
|
<col>2</col>
|
||||||
<min>-34</min> <!-- +/- 20kts -->
|
<min>-25</min> <!-- +/- 15kts -->
|
||||||
<max>34</max>
|
<max>25</max>
|
||||||
<property>/sim/model/pushback/target-speed-fps</property>
|
<property>/sim/model/pushback/target-speed-fps</property>
|
||||||
<binding>
|
<binding>
|
||||||
<command>dialog-apply</command>
|
<command>dialog-apply</command>
|
||||||
|
@ -98,39 +88,4 @@
|
||||||
|
|
||||||
</group>
|
</group>
|
||||||
|
|
||||||
<hrule/>
|
</group> </PropertyList>
|
||||||
|
|
||||||
<text>
|
|
||||||
<label>Cruise Control configuration</label>
|
|
||||||
</text>
|
|
||||||
|
|
||||||
<group>
|
|
||||||
<layout>hbox</layout>
|
|
||||||
<input>
|
|
||||||
<label>Kp</label>
|
|
||||||
<width>16</width>
|
|
||||||
<property>/sim/model/pushback/kp</property>
|
|
||||||
</input>
|
|
||||||
</group>
|
|
||||||
|
|
||||||
<group>
|
|
||||||
<layout>hbox</layout>
|
|
||||||
<input>
|
|
||||||
<label>Ki</label>
|
|
||||||
<width>16</width>
|
|
||||||
<property>/sim/model/pushback/ki</property>
|
|
||||||
</input>
|
|
||||||
</group>
|
|
||||||
|
|
||||||
<group>
|
|
||||||
<layout>hbox</layout>
|
|
||||||
<input>
|
|
||||||
<label>Kd</label>
|
|
||||||
<width>16</width>
|
|
||||||
<property>/sim/model/pushback/kd</property>
|
|
||||||
</input>
|
|
||||||
</group>
|
|
||||||
|
|
||||||
</group>
|
|
||||||
|
|
||||||
</PropertyList>
|
|
Loading…
Add table
Reference in a new issue