mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2024-12-29 18:55:06 +08:00
chore: document VCC installation method
This commit is contained in:
parent
26270d5691
commit
6d166b3317
@ -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,
|
||||
|
@ -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などを使った場合は自動的に変換しませんが、手動で変換して、それでできた普通のアバターをエクスポートすることがかのうです。
|
||||
|
Loading…
Reference in New Issue
Block a user