*NewGRFとは: [#c014622a]

NewGRF(New Graphic Resource File)はOpenTTDに新たな車両、建物、駅などを追加するファイルです。~
トランスポートタイクーン・フォーラムで職人さんたちが、~
様々なファイルを公開されています。

**どこで探せば良い?: [#s1b97261]

トランスポートタイクーンと類似のゲームに関するフォーラム&br;
「OpenTTD」のカテゴリ内にgrfが色々投稿されている。&br;
[[Transport Tycoon Forums:http://www.tt-forums.net/]]

フォーラムで投稿されたgrfファイルなどのデータが集積してある&br;
[[GRFCrawler:http://grfcrawler.tt-forums.net/index.php?]]

**まず使うには(バージョン0.5.0以降): [#c014622a]

    1. 拾ってきた*.grfファイルを、「data」ディレクトリにコピーします。 
    2. OpenTTDを起動します。 
    3. 「Newgrfの設定」をクリック。
#ref(OTTD_Wiki1.png,nolink)
   4. 「追加」をクリック。
#ref(OTTD_Wiki2.png,nolink)
   5. 「data」ディレクトリに入っている使用可能なgrfファイル一覧が表示されるので、
     そこから使用したいファイルを選択し、「追加」。
#ref(OTTD_Wiki3.png,nolink)
   6.「変更を適用」を忘れずにクリックして、Newgrfの設定を閉じれば完了です。
#ref(OTTD_Wiki4.png,nolink)

---------------------------------
*以下旧バージョン: [#c014622a]

英語を使いこなせない馬鹿なので、超要約文章です。~
正直、翻訳になってません。単なる使い方です。ご了承ください。

**まず使うには: [#c014622a]

    1. 拾ってきた*.grfファイルを、「data」ディレクトリにコピーします。 
    2. openttd.cfgファイルを開きます。 
    3. 最終行に、以下のように追加します。 

[newgrf]~
firstset.grf~
secondset.grf~
thirdset.grf~

※上から順番に読み込んでいき、重複した部分は後から読み込んだものが優先なので注意してください。~
例えば、firstsetは「線路」「信号」「道路」のgrfセットだとします。~
そして、secondsetに「線路」のgrfが入っているとすると、~
実際にゲームに反映されるのはfirstsetの「信号」「道路」、secondsetの「線路」です。

大量のnewgrfを管理する時は、「data」フォルダの中に、~
「newgrf」等適当な名前のフォルダを作って、そこに入れることをお勧めします。~

しかし、そのままでは読み込めないので、openttd.cfgファイルに追加する部分を

[newgrf]~
newgrf/firstset.grf~
newgrf/secondset.grf~
newgrf/thirdset.grf~

のようにしてください。


**複数の組み合わせ [#hc8f4d78]

※これより先は、「使う必要があるんだろうか・・・・・・」ということで保留です。

If you want to configure more than one combination of sets you can do this:

[newgrf]
#COMBINATION 1
firstset.grf
secondset.grf
#COMBINATION 2
#another_firstset.grf
#another_secondset.grf

Now you can switch between the combinations by removing the "#" from before one combination number and add it to the other combination, don't try to activate both combinations because some errors can happen.

Another thing to remember is to not put gaps between numbers, such as:

[newgrf]
firstset.grf
secondset.grf
#thirdset.grf
fourthset.grf
fifthset.grf

In this case, the game loads only "firstset.grf" and "secondset.grf", "thirdset.grf" is deactivated and the game think that there aren't other sets to load.

I'm testing some combinations like "DBset + Arcticset", "Temperateset + Tropicset" and so on... for the moment the only combination that works well is "Temperateset + Arcticset" (note that this information can be obsolete and may not reflect the current state of things; please refer to the Forums for the current status).

・・・・・・以下は原文をご参照ください。

トップ   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS