Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
SaracenOne committed Aug 15, 2022
1 parent d0b1157 commit 8957bb3
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 4 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,37 @@
# 1.2.5S

- Rebase onto main branch
- Fix scaling of voice position.
- Fix threshold generation between hand idle and fist.
- Prevent null error with empty blend tree motions.

# 1.2.4S

- Add toggles to choose all which of the five VRChat base animators to convert and ignore, along with explanations.
- Voice position is now placed at the base of the head bone (if found) rather than the eye position.
- Fix assignment of face mesh if the avatar is was placed in the root of scene.

# 1.2.3S

- Fix bug with VRC3CVR_Ouput directory not being created.

# 1.2.2S

- Improve support of animator masking on all animators.

# 1.2.1S

- Hotfix to address error on avatars without a VRC ExpressionMenu

# 1.2.0S

- Match CVR restrictions on parameter names
- Make deletion of VRC components optional
- Fix weight of first layer of each animator
- Add empty masking to FX layers
- Scrape VRC menu for correct integer parameter names
- Add support for converting gesture animator with correct masking and proxy animations

# 1.1.1

- fix face mesh using the old mesh
Expand Down
1 change: 1 addition & 0 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
MIT License

Copyright (c) 2021 Jared Williams
Copyright (c) 2022 SaracenOne

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
**This tool is in "low maintenance" mode. I will not be making many updates to it (I don't play ChilloutVR much). I welcome any PR.**
Convert a VRChat SDK3 avatar to ChilloutVR with this Unity script.

Alternative tool: https://fluffs.gumroad.com/l/sdk3-to-cck
- Keep a BACKUP of your original project.
- It is not recommend you convert avatars with custom locomotion controllers, only FX and Gesture controllers.
- This is an experimental fork of the original project (https://github.com/imagitama/vrc3cvr).
- It supports improved features and bugfixes over the original such as proper layer masking and conversion of VRC proxy animation.

Convert a VRChat SDK3 avatar to ChilloutVR with this Unity script.
Alternative tool: https://fluffs.gumroad.com/l/sdk3-to-cck

Tested with:

Expand All @@ -22,7 +25,7 @@ Tested using avatar [Canis Woof by Rezillo Ryker](https://www.vrcarena.com/asset

## Usage

Go to [Releases](https://github.com/imagitama/vrc3cvr/releases/latest) and expand "Assets" and download the `.unitypackage`.
Go to [Releases](https://github.com/SaracenOne/vrc3cvr/releases/latest) and expand "Assets" and download the `.unitypackage`.

1. Install the ChilloutVR CCK (FAQ channel in their [Discord](https://discord.gg/ABI))
2. Download and import the vrc3cvr `.unitypackage`
Expand Down

0 comments on commit 8957bb3

Please sign in to comment.