> For the complete documentation index, see [llms.txt](https://nosrith.gitbook.io/tpf2-mod/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nosrith.gitbook.io/tpf2-mod/master.md).

# はじめに

この文書は、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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
