mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2025-05-13 22:58:59 +08:00
docs: ALCOMでのインストール方法を追加 / インストール後のチュートリアル記載を章立てに変更 (#1556)
* docs: Add Installation for ALCOM * fix: incorrect images VSCodeでGitHubのリポジトリを直接開けて画像を入れると壊れるらしい.
This commit is contained in:
parent
d024d3c736
commit
a2cc8cade9
BIN
docs~/docs/alcom-install-confirm.png
Normal file
BIN
docs~/docs/alcom-install-confirm.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 179 KiB |
BIN
docs~/docs/alcom-install.png
Normal file
BIN
docs~/docs/alcom-install.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 232 KiB |
BIN
docs~/docs/alcom-update.png
Normal file
BIN
docs~/docs/alcom-update.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 242 KiB |
@ -22,12 +22,6 @@ Then, go to "manage project" for your project, and click the + next to Modular A
|
|||||||
|
|
||||||
To update to the latest version, just click the green arrow in the "Latest Version" column.
|
To update to the latest version, just click the green arrow in the "Latest Version" column.
|
||||||
|
|
||||||
Once you've installed MA, check out one of the tutorials below:
|
|
||||||
* [Simple clothing setup](/docs/tutorials/clothing)
|
|
||||||
* [Advanced clothing setup](/docs/tutorials/adv_clothing)
|
|
||||||
* [Toggle an object](/docs/tutorials/object_toggle/)
|
|
||||||
* [Edit menus](/docs/tutorials/menu/)
|
|
||||||
|
|
||||||
## Prerelease versions
|
## Prerelease versions
|
||||||
|
|
||||||
To make prerelease versions available in the VCC, [click here](vcc://vpm/addRepo?url=https://vpm.nadena.dev/vpm-prerelease.json)
|
To make prerelease versions available in the VCC, [click here](vcc://vpm/addRepo?url=https://vpm.nadena.dev/vpm-prerelease.json)
|
||||||
@ -39,4 +33,35 @@ Then, in your VCC Settings -> Packages window, uncheck the `bd_` repository, che
|
|||||||
The documentation for the prerelease branch can be [found here](https://modular-avatar.nadena.dev/dev).
|
The documentation for the prerelease branch can be [found here](https://modular-avatar.nadena.dev/dev).
|
||||||
|
|
||||||
Prerelease versions may contain bugs, and/or may have compatibility breaks as development progresses. Please leave
|
Prerelease versions may contain bugs, and/or may have compatibility breaks as development progresses. Please leave
|
||||||
feedback and bug reports at the [github issues page](https://github.com/bdunderscore/modular-avatar/issues).
|
feedback and bug reports at the [github issues page](https://github.com/bdunderscore/modular-avatar/issues).
|
||||||
|
|
||||||
|
## Installation via ALCOM
|
||||||
|
|
||||||
|
If you are using [ALCOM](https://vrc-get.anatawa12.com/en/alcom/) to install Modular Avatar, follow these steps:
|
||||||
|
|
||||||
|
1. Open "Packages" and select "ADD REPOSITORY".
|
||||||
|
2. Enter the following values under "Enter informatino about the repository" and click "ADD REPOSITORY":
|
||||||
|
- Stable: `https://vpm.nadena.dev/vpm.json`
|
||||||
|
- Prerelease: `https://vpm.nadena.dev/vpm-prerelease.json`
|
||||||
|
3. Confirm the following details are displayed, then click "Add VPM Repository":
|
||||||
|
- Repository Name: `bd_` or `bd_ (prereleases)`
|
||||||
|
- URL: The URL you entered.
|
||||||
|
|
||||||
|
Afterward, open "Manage Project" for your project, click the + next to Modular Avatar, and then click `APPLY`.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
To update to the latest version, click the area with the version number and green arrow, then click `APPLY`.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
|
## What to read next
|
||||||
|
|
||||||
|
Once you've installed MA, check out one of the tutorials below:
|
||||||
|
* [Simple clothing setup](/docs/tutorials/clothing)
|
||||||
|
* [Advanced clothing setup](/docs/tutorials/adv_clothing)
|
||||||
|
* [Toggle an object](/docs/tutorials/object_toggle/)
|
||||||
|
* [Edit menus](/docs/tutorials/menu/)
|
Binary file not shown.
After Width: | Height: | Size: 204 KiB |
Binary file not shown.
After Width: | Height: | Size: 244 KiB |
Binary file not shown.
After Width: | Height: | Size: 254 KiB |
@ -20,13 +20,6 @@ VRChat Creator CompanionでModular Avatarをインストールすることをお
|
|||||||
|
|
||||||
最新版にアップデートするには、"Latest Version"の緑色の矢印をクリックしてください。
|
最新版にアップデートするには、"Latest Version"の緑色の矢印をクリックしてください。
|
||||||
|
|
||||||
インストール後は以下のチュートリアルを参照してください。
|
|
||||||
|
|
||||||
* [簡単な衣装設定](/docs/tutorials/clothing)
|
|
||||||
* [複雑な衣装設定](/docs/tutorials/adv_clothing)
|
|
||||||
* [アニメーターでトグル作成](/docs/tutorials/object_toggle/)
|
|
||||||
* [簡易メニュー作成](/docs/tutorials/menu/)
|
|
||||||
|
|
||||||
## テスト版
|
## テスト版
|
||||||
|
|
||||||
VCCでテスト版をインストールできるようにするには、[こちらをクリック](vcc://vpm/addRepo?url=https://vpm.nadena.dev/vpm-prerelease.json)
|
VCCでテスト版をインストールできるようにするには、[こちらをクリック](vcc://vpm/addRepo?url=https://vpm.nadena.dev/vpm-prerelease.json)
|
||||||
@ -38,4 +31,36 @@ VCCでテスト版をインストールできるようにするには、[こち
|
|||||||
テスト版のドキュメントは[こちら](https://modular-avatar.nadena.dev/dev)にあります.
|
テスト版のドキュメントは[こちら](https://modular-avatar.nadena.dev/dev)にあります.
|
||||||
|
|
||||||
テスト版は開発中のため、バグがあったり、互換性のない変更を加える可能性があります。
|
テスト版は開発中のため、バグがあったり、互換性のない変更を加える可能性があります。
|
||||||
バグ報告やフィードバックは[GitHubのissueページ](https://github.com/bdunderscore/modular-avatar/issues)へお願いします。
|
バグ報告やフィードバックは[GitHubのissueページ](https://github.com/bdunderscore/modular-avatar/issues)へお願いします。
|
||||||
|
|
||||||
|
## ALCOMでのインストール
|
||||||
|
|
||||||
|
[ALCOM](https://vrc-get.anatawa12.com/ja/alcom/)でModular Avatarのインストールを指定する場合があります。
|
||||||
|
|
||||||
|
インストール後、以下の手順でVPMリポジトリを追加してください。
|
||||||
|
* 「パッケージ管理」 > 「VPMリポジトリを追加」
|
||||||
|
* 「リポジトリ情報を入力」に次の値を入力し、「VPMリポジトリを追加」
|
||||||
|
* 通常版: `https://vpm.nadena.dev/vpm.json`
|
||||||
|
* テスト版: `https://vpm.nadena.dev/vpm-prerelease.json`
|
||||||
|
* 以下の情報が記載されることを確認し、「VPMリポジトリを追加」
|
||||||
|
* リポジトリ名: `bd_` もしくは `bd_ (prereleases)`
|
||||||
|
* URL: 入力したURL
|
||||||
|
|
||||||
|
その後、プロジェクトの"管理"を開き、Modular Avatarの+をクリックし、「適用」をクリックしてください。
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
最新版にアップデートするには、バージョン番号と緑色の矢印を囲った枠内をクリックし、「適用」をクリックしてください。
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
## インストール後
|
||||||
|
|
||||||
|
インストール後は以下のチュートリアルを参照してください。
|
||||||
|
|
||||||
|
* [簡単な衣装設定](/docs/tutorials/clothing)
|
||||||
|
* [複雑な衣装設定](/docs/tutorials/adv_clothing)
|
||||||
|
* [アニメーターでトグル作成](/docs/tutorials/object_toggle/)
|
||||||
|
* [簡易メニュー作成](/docs/tutorials/menu/)
|
Loading…
x
Reference in New Issue
Block a user