2022-08-30 16:21:32 -07:00
|
|
|
---
|
|
|
|
sidebar_position: 1
|
|
|
|
---
|
|
|
|
|
2025-05-12 21:04:14 -07:00
|
|
|
import Tabs from '@theme/Tabs';
|
|
|
|
import TabItem from '@theme/TabItem';
|
|
|
|
|
2022-08-30 16:21:32 -07:00
|
|
|
# Modular Avatar
|
|
|
|
|
|
|
|
Modular Avatar is a suite of **non-destructive** tools for modularizing your avatars, and for distributing avatar
|
|
|
|
components.
|
|
|
|
With Modular Avatar, adding a new outfit or gimmick to your avatar is as easy as drag-and-drop!
|
|
|
|
|
2022-10-20 20:53:33 -07:00
|
|
|
Modular Avatar's features are packaged as individual components, which can be added as needed. You can opt-in to just the features
|
|
|
|
you want to use. It can automatically merge outfits onto your avatar, build an animator out of multiple components, and much more.
|
2022-08-30 16:21:32 -07:00
|
|
|
|
2023-04-15 19:35:33 +09:00
|
|
|
## Installation
|
2022-08-30 16:21:32 -07:00
|
|
|
|
2025-05-12 21:04:14 -07:00
|
|
|
The recommended way to install Modular Avatar is using ALCOM. Installation using the VRChat Creator Companion is also supported.
|
2025-05-11 21:28:17 +09:00
|
|
|
|
2025-05-12 21:04:14 -07:00
|
|
|
<Tabs>
|
|
|
|
<TabItem value="ALCOM" label="ALCOM" default>
|
2023-04-15 19:35:33 +09:00
|
|
|
|
2025-05-11 21:28:17 +09:00
|
|
|
If you are using [ALCOM](https://vrc-get.anatawa12.com/en/alcom/) to install Modular Avatar, follow these steps:
|
2022-08-30 16:21:32 -07:00
|
|
|
|
2025-05-11 21:28:17 +09:00
|
|
|
1. Open "Packages" and select "ADD REPOSITORY".
|
|
|
|
2. Enter the following values under "Enter information about the repository" and click "ADD REPOSITORY":
|
|
|
|
* `https://vpm.nadena.dev/vpm.json`
|
|
|
|
3. Confirm the following details are displayed, then click "Add VPM Repository":
|
|
|
|
* Repository Name: `bd_`
|
|
|
|
* URL: The URL you entered.
|
2023-04-15 20:31:57 +09:00
|
|
|
|
2025-05-11 21:28:17 +09:00
|
|
|
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`.
|
|
|
|
|
|
|
|

|
|
|
|
|
2025-05-12 21:04:14 -07:00
|
|
|
</TabItem>
|
2023-04-15 20:31:57 +09:00
|
|
|
|
2025-05-12 21:04:14 -07:00
|
|
|
<TabItem value="VCC" label="VRChat Creator Companion">
|
2022-08-30 16:21:32 -07:00
|
|
|
|
2025-05-12 21:04:14 -07:00
|
|
|
If you are using the [VRChat Creator Companion](https://vrchat.com/home/download), click here:
|
|
|
|
* [Add Modular Avatar to VCC](vcc://vpm/addRepo?url=https://vpm.nadena.dev/vpm.json)
|
2025-04-14 10:32:10 +09:00
|
|
|
|
2025-05-12 21:04:14 -07:00
|
|
|
Then, go to "manage project" for your project, and click the + next to Modular Avatar.
|
2025-05-11 21:28:17 +09:00
|
|
|
|
2025-05-12 21:04:14 -07:00
|
|
|

|
2025-05-11 21:28:17 +09:00
|
|
|
|
2025-05-12 21:04:14 -07:00
|
|
|
To update to the latest version, just click the green arrow in the "Latest Version" column.
|
2025-05-11 21:28:17 +09:00
|
|
|
|
2025-05-12 21:04:14 -07:00
|
|
|
</TabItem>
|
2025-05-11 21:28:17 +09:00
|
|
|
|
2025-05-12 21:04:14 -07:00
|
|
|
</Tabs>
|
2025-04-14 10:32:10 +09:00
|
|
|
|
2025-05-12 21:04:14 -07:00
|
|
|
## Prerelease versions {#betas}
|
2025-04-14 10:32:10 +09:00
|
|
|
|
2025-05-12 21:04:14 -07:00
|
|
|
:::warning
|
2025-05-11 21:28:17 +09:00
|
|
|
|
2025-05-12 21:04:14 -07:00
|
|
|
Due to bugs in VCC dependency resolution, please use ALCOM to install prerelease versions of Modular Avatar.
|
2025-05-11 21:28:17 +09:00
|
|
|
|
2025-05-12 21:04:14 -07:00
|
|
|
:::
|
2025-04-14 10:32:10 +09:00
|
|
|
|
2025-05-12 21:04:14 -07:00
|
|
|
To make prerelease versions available in ALCOM:
|
|
|
|
1. Open "Packages" and select "ADD REPOSITORY".
|
|
|
|
2. Enter the following value under "Enter informatino about the repository" and click "ADD REPOSITORY": `https://vpm.nadena.dev/vpm-prerelease.json`
|
|
|
|
3. Confirm the following details are displayed, then click "Add VPM Repository":
|
|
|
|
- Repository Name: `bd_ (prereleases)`
|
|
|
|
- URL: The URL you entered.
|
2025-04-14 10:32:10 +09:00
|
|
|
|
2025-05-12 21:04:14 -07:00
|
|
|
Then, in your ALCOM Settings window, enable `Show pre-release packages`.
|
2025-04-14 10:32:10 +09:00
|
|
|
|
2025-05-12 21:04:14 -07:00
|
|
|

|
2025-04-14 10:32:10 +09:00
|
|
|
|
2025-05-12 21:04:14 -07:00
|
|
|
The documentation for the prerelease branch can be [found here](https://modular-avatar.nadena.dev/dev).
|
2025-04-14 10:32:10 +09:00
|
|
|
|
2025-05-12 21:04:14 -07:00
|
|
|
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).
|
2025-04-14 10:32:10 +09:00
|
|
|
|
|
|
|
## What to read next
|
|
|
|
|
|
|
|
Once you've installed MA, check out one of the tutorials below:
|
2025-05-11 21:28:17 +09:00
|
|
|
|
2025-04-14 10:32:10 +09:00
|
|
|
* [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/)
|