# はじめに

この文書は、TransportFever2 (TpF2) で車両 MOD を制作するために私 nosrith が調査した内容、手順、ノウハウなどを整理し、これから車両 MOD を作成してみたいと考えている方向けに書き下したものです。

### この文書の構成

* [はやめぐり](/tpf2-mod/tutorial/hayameguri.md) セクションには、簡単な車両MODを一から作成する手順が書いてあります。まずはここを読むと、MOD制作で必要な作業がわかるかと思います。
* MOD仕様の詳細 セクションには、私が MOD 仕様について調査した内容が書いてあります。

{% hint style="warning" %}
MOD仕様の詳細は書きかけです。
{% endhint %}

### 注意事項

* TpF2のMOD仕様は公式にはまだ公開されていないため、記載内容が間違っている可能性があります。また、私自身モデリングは初心者のため、ここで紹介しているモデリングの手順や進め方に不備がある可能性もあります。ご容赦ください。
* ここでの「車両MOD」は、日本の鉄道車両を想定しています。

### 連絡先

この文書についての質問は、私の Twitter アカウント @nosrithe にお願いします。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://nosrith.gitbook.io/tpf2-mod/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
