From 085d13fbc50a766a7ae2547272a91f6659783304 Mon Sep 17 00:00:00 2001 From: Futuremappermydud <54294576+Futuremappermydud@users.noreply.github.com> Date: Wed, 29 Nov 2023 23:04:38 -0500 Subject: [PATCH] more docs --- src/SUMMARY.md | 6 +++++- src/configuration/Locomotion.md | 11 +++++++++++ src/configuration/VMC.md | 2 ++ src/configuration/configuration.md | 6 +++++- src/configuration/lighting.md | 16 ++++++++++++++++ src/findvrms.md | 6 ++++++ 6 files changed, 45 insertions(+), 2 deletions(-) create mode 100644 src/configuration/VMC.md diff --git a/src/SUMMARY.md b/src/SUMMARY.md index b9dcf82..817514f 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -3,4 +3,8 @@ - [Installation](installation.md) - [Finding VRMs](findvrms.md) - [Configuration](configuration/configuration.md) - - [IK](configuration/IK.md) + - [IK](IK.md) + - [Locomotion](Locomotion.md) + - [Lighting](Lighting.md) + - [Expressions](Expressions.md) + - [Virtual Motion Capture](VMC.md) \ No newline at end of file diff --git a/src/configuration/Locomotion.md b/src/configuration/Locomotion.md index e69de29..9377524 100644 --- a/src/configuration/Locomotion.md +++ b/src/configuration/Locomotion.md @@ -0,0 +1,11 @@ + +# Locomotion + + +## What is Locomotion? + +- Locomotion is the term used to describe how your avatar's legs move when no trackers are available. Allows your avatar to walk along with your headset. + +## Available options + +- Leg Swivel: This is an important one! Adjusting this value can fix issues where some avatars may bend their legs to the side. This value changes the angle which the knees go when crouching for example. \ No newline at end of file diff --git a/src/configuration/VMC.md b/src/configuration/VMC.md new file mode 100644 index 0000000..dd72196 --- /dev/null +++ b/src/configuration/VMC.md @@ -0,0 +1,2 @@ + +# Virtual Motion Capture \ No newline at end of file diff --git a/src/configuration/configuration.md b/src/configuration/configuration.md index 0ed6060..458f2f1 100644 --- a/src/configuration/configuration.md +++ b/src/configuration/configuration.md @@ -4,4 +4,8 @@ ## The following subchapters can help you explore the different ways to configure your avatar. -- [IK](IK.md) \ No newline at end of file +- [IK](IK.md) +- [Locomotion](Locomotion.md) +- [Lighting](Lighting.md) +- [Expressions](Expressions.md) +- [Virtual Motion Capture](VMC.md) \ No newline at end of file diff --git a/src/configuration/lighting.md b/src/configuration/lighting.md index e69de29..afb1c53 100644 --- a/src/configuration/lighting.md +++ b/src/configuration/lighting.md @@ -0,0 +1,16 @@ +# Lighting +## Available options + +- Global Color: This is the color used in the menus or in-game without beatmap lighting. +- Light Intensity: This is the brightness intensity of the lights used in the menus or in-game without beatmap lighting. +- Light Rotation X: The vertical angle of the light (Everywhere). +- Light Rotation Y: The horizontal angle of the light (Everywhere). +- Beatmap Lighting: This setting enables lighting to be controlled by lighting effects ingame. +- Beatmap Lighting Brightness: How bright the beatmap lights should be. +- Beatmap Lighting Saturation: How saturated the colors should be for beatmap lights. +- Beatmap Lighting Minimum Brightness: The minimum brightness that the beatmap lights should be at any moment. + +## Recommended Settings + +- For regular maps, I recommend a brightness of 0.7, saturation of 0.3, and a minimum brightness of 0.6 +- For Lightshows, I recommend a brightness of 0.8, saturation of 0.7, and a minimum brightness of 0.3 \ No newline at end of file diff --git a/src/findvrms.md b/src/findvrms.md index fa89b50..dab90ba 100644 --- a/src/findvrms.md +++ b/src/findvrms.md @@ -1 +1,7 @@ # Where to Find VRMS + + +## [Booth.PM](https://booth.pm/en/browse/3D%20Characters) +- This is a very good spot to find VRMs as lots of them are very high quality. All of them can be downloaded, but many are not free. You can filter by max price to find free ones. +## [VRoid Hub](https://hub.vroid.com/en) +- This is a decent spot to find VRMs. Not all files here are downloadable, though the ones that are can be downloaded for free. \ No newline at end of file