> For the complete documentation index, see [llms.txt](https://docs.studio.uzu-app.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.studio.uzu-app.com/scenariohome/edition.md).

# エディション機能

GMあり版・なし版、プレイ人数の違うバージョン、難易度の違うバージョンなど、中身がほぼ同じシナリオの別バージョンを追加できる機能です。

エディションが複数あるシナリオの、アプリ内での見た目は以下のようになります。

<figure><img src="/files/BE8XVfl34r0GyZhH3dma" alt="" width="342"><figcaption></figcaption></figure>

### エディションの追加 <a href="#add" id="add"></a>

制作シナリオ一覧画面の「・・・」マークから、「エディションを追加」を選択すると、エディションの追加画面に遷移します。エディションは、**元のシナリオのコピーまたは白紙から**作成することができます。

エディション追加後は、シナリオごとのホーム画面の上部に**エディション選択ボタン**が出てくるようになります。「全般」を押すと、エディション全体の管理・編集画面に移動することができます。

**エディション名はアプリ内でも表示**されます。また、同じタイトルのシナリオが複数あると管理がややこしくなりますので、**タイトルでも区別がつく**ようにしてください。

<figure><img src="/files/kkuZjQ1smBkVoQvMumxt" alt=""><figcaption></figcaption></figure>

#### **あとからエディションに追加する** <a href="#add2" id="add2"></a>

ウズスタジオのシナリオ一覧でシナリオ同士を重ねると、エディションに追加することができます。

### エディションに追加すると発生すること <a href="#rule" id="rule"></a>

**プレイ履歴の共通カウント**

同じシナリオの2人用・3人用のエディションを作成してリリースしたとします。これら2つのプレイ履歴は共通カウントとなるので、2人用をプレイした人は3人用をプレイできなくなりますし、3人用をプレイした人は2人用をプレイできなくなります。

したがって、無料体験版と有料製品版のように、**一方をプレイした後、もう一方もプレイできるようにしたい場合、エディション機能は不向き**です。

**有料シナリオの相互観戦**

ウズの有料シナリオでは、ウズ内にプレイ履歴のある人しか観戦できない仕様となっていますが、エディションで紐づけていれば、2人用を遊んだ人が3人用を観戦できるようになります。もちろんその逆も可能です。

### 周回プレイ機能と合わせた活用 <a href="#use" id="use"></a>

GMなし版・あり版のように、周回プレイキャラクターが含まれるバージョンを作りたいときには、エディション機能が便利です。

GMなし版では、キャラクター設定の「GameMaster」をOFFにしておき、別エディションとして追加したGMあり版のGMキャラクターで「GameMaster」をONにしておくと、GMなし版をプレイした人がGMあり版のGMをするという流れが作れます。


---

# 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://docs.studio.uzu-app.com/scenariohome/edition.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.
