Re: AI aircraft
tetsu
投稿数: 228

tetsuです。
以前Hitさんが書かれた空母ニミッツを出現させる方法が参考になると思います。
その記事を参考にAI機 B-747Qantasを離陸させる方法を紹介します。
①先ずゲストさんがお知らせくださったThe FlightGear AI Download PageからBoeing 747-400をダウンロードします。
②解凍ソフトでファイルを解凍し、747-400フォルダをFlightGear のプログラム本体がインストールされているフォルダのAIフォルダにコピーします。(FlightGear/data/Data/AI)
③AIフォルダの中にあるaircraft_demo.xmlをコピーしてaircraft_747.xmlに名前を変更します。
④aircraft_747.xmlをテキストエディタで開き
<entry>
<callsign>United 720</callsign>
<type>aircraft <class>jet_transport</class>
<model>Aircraft/737-300/Models/737-300.xml</model>
<flightplan>KSFO_depart_south_28L.xml</flightplan>
<repeat>1</repeat>
</entry>
とありますので、
<model>Aircraft/737-300/Models/737-300.xml</model>
を
<model>AI/747-400/747-400-Qantas.xml</model>
と書き換え上書き保存します。
こんな感じ
<entry>
<callsign>United 720</callsign>
<type>aircraft</type>
<class>jet_transport</class>
<model>AI/747-400/747-400-Qantas.xml</model>
<flightplan>KSFO_depart_south_28L.xml</flightplan>
<repeat>1</repeat>
</entry>
⑤FlightGear/dataフォルダに preferences.xml というファイルがありますので、エディタ等で開きます。
<ai>
<enabled type="bool">true</enabled>
<!-- scenario>nimitz_demo</scenario -->
<!-- scenario>aircraft_demo</scenario -->
</ai>
とありますので、<enabled type="bool">true</enabled>の下に<scenario>aircraft_747</scenario> と追加し上書き保存します。
こんな感じ
<ai>
<enabled type="bool">true</enabled>
<scenario>aircraft_747</scenario>
<!-- scenario>nimitz_demo</scenario -->
<!-- scenario>aircraft_demo</scenario -->
</ai>
⑥FlightGearを起動してFeaturesのAI modelsのチェックボックスにチェックを入れて軌道してください。
どうですか?隣の滑走路からB-747Quantas機が地面の中から
離陸していきませんでしたか?
AI機の機体位置はAI/FlightPlansの中のを参照しているので
KSFO_depart_south_28L.xml参照する設定になっているのでKSFO_depart_south_28L_747.xmlという名前でコピーして微調整してみてください。
その時はAIフォルダの中にあるaircraft_747.xmlの
<flightplan>KSFO_depart_south_28L.xml</flightplan>
とかかれている部分は、
<flightplan>KSFO_depart_south_28L_747.xml</flightplan>
と書き換えて上書き保存する事をお忘れなく。
以前Hitさんが書かれた空母ニミッツを出現させる方法が参考になると思います。
その記事を参考にAI機 B-747Qantasを離陸させる方法を紹介します。
①先ずゲストさんがお知らせくださったThe FlightGear AI Download PageからBoeing 747-400をダウンロードします。
②解凍ソフトでファイルを解凍し、747-400フォルダをFlightGear のプログラム本体がインストールされているフォルダのAIフォルダにコピーします。(FlightGear/data/Data/AI)
③AIフォルダの中にあるaircraft_demo.xmlをコピーしてaircraft_747.xmlに名前を変更します。
④aircraft_747.xmlをテキストエディタで開き
<entry>
<callsign>United 720</callsign>
<type>aircraft <class>jet_transport</class>
<model>Aircraft/737-300/Models/737-300.xml</model>
<flightplan>KSFO_depart_south_28L.xml</flightplan>
<repeat>1</repeat>
</entry>
とありますので、
<model>Aircraft/737-300/Models/737-300.xml</model>
を
<model>AI/747-400/747-400-Qantas.xml</model>
と書き換え上書き保存します。
こんな感じ
<entry>
<callsign>United 720</callsign>
<type>aircraft</type>
<class>jet_transport</class>
<model>AI/747-400/747-400-Qantas.xml</model>
<flightplan>KSFO_depart_south_28L.xml</flightplan>
<repeat>1</repeat>
</entry>
⑤FlightGear/dataフォルダに preferences.xml というファイルがありますので、エディタ等で開きます。
<ai>
<enabled type="bool">true</enabled>
<!-- scenario>nimitz_demo</scenario -->
<!-- scenario>aircraft_demo</scenario -->
</ai>
とありますので、<enabled type="bool">true</enabled>の下に<scenario>aircraft_747</scenario> と追加し上書き保存します。
こんな感じ
<ai>
<enabled type="bool">true</enabled>
<scenario>aircraft_747</scenario>
<!-- scenario>nimitz_demo</scenario -->
<!-- scenario>aircraft_demo</scenario -->
</ai>
⑥FlightGearを起動してFeaturesのAI modelsのチェックボックスにチェックを入れて軌道してください。
どうですか?隣の滑走路からB-747Quantas機が地面の中から

AI機の機体位置はAI/FlightPlansの中のを参照しているので
KSFO_depart_south_28L.xml参照する設定になっているのでKSFO_depart_south_28L_747.xmlという名前でコピーして微調整してみてください。
その時はAIフォルダの中にあるaircraft_747.xmlの
<flightplan>KSFO_depart_south_28L.xml</flightplan>
とかかれている部分は、
<flightplan>KSFO_depart_south_28L_747.xml</flightplan>
と書き換えて上書き保存する事をお忘れなく。
投票数:19
平均点:4.74
投稿ツリー
-
AI aircraft (ゲスト, 2006-5-20 18:34)
-
Re: AI aircraft (tetsu, 2006-5-21 13:18)
-
Re: AI aircraft (ゲスト, 2006-6-18 10:57)
-
Re: AI aircraft (hide, 2006-6-25 15:40)
-
Re: AI aircraft (ゲスト, 2006-9-30 21:58)
-
-
-
-