Skip to content

Commit

Permalink
Updated wordings in PE docs
Browse files Browse the repository at this point in the history
  • Loading branch information
JustBuddy committed Jan 20, 2025
1 parent e9e0df1 commit b356738
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
3 changes: 2 additions & 1 deletion src/content/docs/posesextension/intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ import { Aside } from '@astrojs/starlight/components';
*Locomotion-agnostic pose framework.*

#### Welcome to the Poses Extension Docs
Poses Extension is a Locomotion-agnostic pose/emote framework prefilled with various poses made for photography.
Locomotion-agnostic pose system for VRChat Avatars, meant to be used for photography.
Make beautiful photos of your avatar, even in Desktop mode!

The following pages will tell you some things about the system.

Expand Down
9 changes: 5 additions & 4 deletions src/content/docs/posesextension/setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,14 @@ Please assume that Poses Extension GGL-Variant will only work with the latest ve
<Aside>The regular version will work in any case, even in a setup with GoGo Loco.</Aside>

### And the other options?
The two last options allow you to spawn in the regular GoGo Loco VRCFury prefabs.

#### Spawn GoGo Loco...
These two options allow you to spawn in the regular GoGo Loco VRCFury prefabs.
These options exist for convenience.

If you want to be able to fly with GoGo Loco, you pick the "Beyond" version, else use the "All" one.

### Settings
#### Settings
![Settings window, allowing you to change the sync state of each PE component.](./img/009.webp)
The settings window that can be opened in the menu toolbar allow you to change whenever a feature is synced or not. Syncing costs parameters, so adjust to your needs.
Regardless of your choice, all features will always be present locally.
Expand All @@ -38,10 +40,9 @@ Regardless of your choice, all features will always be present locally.
### Some items are greyed out!
PE performs checks to ensure that the necessary component is present in your project.
If an option is greyed out, you are missing the dependency needed for that option in your project.
You don't need to import all dependencies to use PE, either VRCFury or ModularAvatar is sufficient.

![Toolbar menus that are greyed out are missing their dependencies.](./img/002.webp)

### Checks
VRCFury = Is package `com.vrcfury.vrcfury` present?
GoGo Loco = Do the GoGo Loco VRCFury prefabs exist in your project? Checks by GUID.
GoGo Loco = Do the GoGo Loco VRCFury prefabs exist in your project? Checks by GUID. Dynamically adjusts based on your GoGo Loco version since GoGo Loco 1.8.5.

0 comments on commit b356738

Please sign in to comment.