From 6d166b3317034552e58dad8c66b65ea339207e23 Mon Sep 17 00:00:00 2001 From: bd_ Date: Sat, 21 Jan 2023 10:56:03 +0900 Subject: [PATCH] chore: document VCC installation method --- docs/docs/faq.md | 21 +++++++++++++++++++ .../current/faq.md | 19 +++++++++++++++++ 2 files changed, 40 insertions(+) diff --git a/docs/docs/faq.md b/docs/docs/faq.md index c3074296..e26a96e8 100644 --- a/docs/docs/faq.md +++ b/docs/docs/faq.md @@ -5,6 +5,27 @@ sidebar_label: FAQ # FAQ +## Can Modular Avatar be installed using the VCC? + +There is currently experimental support for installing using the VRChat Creator Companion. +You will first need to install the [VPM CLI tool](https://vcc.docs.vrchat.com/vpm/cli/), then run the following command: + +``` +vpm add repo https://vpm.nadena.dev/vpm.json +``` + +Close the VCC, if it's open already, then reopen it. You should now see a new package repository labeled `bd_` from which you can +install and update Modular Avatar. + +To install prerelease versions, use this command instead (or in addition): + +``` +vpm add repo https://vpm.nadena.dev/vpm-prerelease.json +``` + +VCC installations will become the recommended method for installing Modular Avatar once the VCC supports adding custom repositories +from the GUI. + ## Is it possible to use this to export to other formats, like VRM? While Modular Avatar does not automatically apply its transformations when you e.g. export using UniVRM or other similar tools, diff --git a/docs/i18n/ja/docusaurus-plugin-content-docs/current/faq.md b/docs/i18n/ja/docusaurus-plugin-content-docs/current/faq.md index d1467a64..5f54ef71 100644 --- a/docs/i18n/ja/docusaurus-plugin-content-docs/current/faq.md +++ b/docs/i18n/ja/docusaurus-plugin-content-docs/current/faq.md @@ -5,6 +5,25 @@ sidebar_label: FAQ # FAQ +## VCCを使ってModular Avatarを導入できますか? + +VRChat Creator Companionを使ってModular Avatarをインストールすることに当たって実験的に対応しています。 +まずは[VPM CLIを導入して](https://vcc.docs.vrchat.com/vpm/cli/)から、以下のコマンドを実行してください。 + +``` +vpm add repo https://vpm.nadena.dev/vpm.json +``` + +開いていればVCCを一度閉じて、再度開いてください。`bd_`というリポジトリーが追加されて、そこからModular Avatarをインストール・更新できます。 + +ベータ版の導入は以下のコマンドを実行してください。 + +``` +vpm add repo https://vpm.nadena.dev/vpm-prerelease.json +``` + +GUIからカスタムリポジトリを追加する対応がVCCに追加されたら、推奨インストール方法とする予定です。 + ## VRMなど、他の形式へのエクスポートでも使えますか? UniVRMなどを使った場合は自動的に変換しませんが、手動で変換して、それでできた普通のアバターをエクスポートすることがかのうです。