Merge branch 'next' of https://git.code.sf.net/p/flightgear/fgdata into next
This commit is contained in:
commit
9a35e9fdfa
15 changed files with 56 additions and 0 deletions
9
AI/Aircraft/787/788-AirIndia.xml
Normal file
9
AI/Aircraft/787/788-AirIndia.xml
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0"?>
|
||||
<PropertyList include="788-main.xml">
|
||||
|
||||
<texture-path>Textures/AirIndia</texture-path>
|
||||
|
||||
</PropertyList>
|
||||
|
||||
|
||||
|
9
AI/Aircraft/787/788-American.xml
Normal file
9
AI/Aircraft/787/788-American.xml
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0"?>
|
||||
<PropertyList include="788-main.xml">
|
||||
|
||||
<texture-path>Textures/American</texture-path>
|
||||
|
||||
</PropertyList>
|
||||
|
||||
|
||||
|
9
AI/Aircraft/787/788-Ethiopian.xml
Normal file
9
AI/Aircraft/787/788-Ethiopian.xml
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0"?>
|
||||
<PropertyList include="788-main.xml">
|
||||
|
||||
<texture-path>Textures/Ethiopian</texture-path>
|
||||
|
||||
</PropertyList>
|
||||
|
||||
|
||||
|
9
AI/Aircraft/787/788-JAL.xml
Normal file
9
AI/Aircraft/787/788-JAL.xml
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0"?>
|
||||
<PropertyList include="788-main.xml">
|
||||
|
||||
<texture-path>Textures/JAL</texture-path>
|
||||
|
||||
</PropertyList>
|
||||
|
||||
|
||||
|
9
AI/Aircraft/787/788-JetStar.xml
Normal file
9
AI/Aircraft/787/788-JetStar.xml
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0"?>
|
||||
<PropertyList include="788-main.xml">
|
||||
|
||||
<texture-path>Textures/JetStar</texture-path>
|
||||
|
||||
</PropertyList>
|
||||
|
||||
|
||||
|
9
AI/Aircraft/787/788-UnitedAirlines.xml
Normal file
9
AI/Aircraft/787/788-UnitedAirlines.xml
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0"?>
|
||||
<PropertyList include="788-main.xml">
|
||||
|
||||
<texture-path>Textures/UnitedAirlines</texture-path>
|
||||
|
||||
</PropertyList>
|
||||
|
||||
|
||||
|
BIN
AI/Aircraft/787/Textures/AirIndia/788-tex.png
Normal file
BIN
AI/Aircraft/787/Textures/AirIndia/788-tex.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 114 KiB |
BIN
AI/Aircraft/787/Textures/American/788-tex.png
Normal file
BIN
AI/Aircraft/787/Textures/American/788-tex.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 99 KiB |
BIN
AI/Aircraft/787/Textures/Ethiopian/788-tex.png
Normal file
BIN
AI/Aircraft/787/Textures/Ethiopian/788-tex.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 109 KiB |
BIN
AI/Aircraft/787/Textures/JAL/788-tex.png
Normal file
BIN
AI/Aircraft/787/Textures/JAL/788-tex.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 85 KiB |
BIN
AI/Aircraft/787/Textures/JetStar/788-tex.png
Normal file
BIN
AI/Aircraft/787/Textures/JetStar/788-tex.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 127 KiB |
BIN
AI/Aircraft/787/Textures/UnitedAirlines/788-tex.png
Normal file
BIN
AI/Aircraft/787/Textures/UnitedAirlines/788-tex.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 114 KiB |
|
@ -9,6 +9,8 @@ var autostart = func (msg=1) {
|
|||
return;
|
||||
}
|
||||
|
||||
electrical.reset_battery_and_circuit_breakers();
|
||||
|
||||
setprop("/controls/switches/magnetos", 3);
|
||||
setprop("/controls/engines/current-engine/throttle", 0.2);
|
||||
setprop("/controls/engines/current-engine/mixture", 0.95);
|
||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue