diff --git a/AvatarScale/README.md b/AvatarScale/README.md index d2c9399..480559e 100644 --- a/AvatarScale/README.md +++ b/AvatarScale/README.md @@ -1,15 +1,27 @@ # AvatarScaleMod -Proof of concept mod to add Avatar Scaling to any avatar. This is local-only. +Proof of concept mod to add Avatar Scaling to any avatar. This is local-only, but I may toy with using Mod Network. -Legit threw this together in three hours. ChilloutVR handles all the hard stuff already lmao. +Legit threw this together in three hours. ChilloutVR handles all the hard stuff already with its existing animation-clip-based Avatar Scaling. + +https://github.com/NotAKidOnSteam/NAK_CVR_Mods/assets/37721153/7405cef5-fd68-4103-8c18-b3164029eab1 + +## Notes: +* Constraint scaling partially conflicts with avatars run through my [Avatar Scale Tool](https://github.com/NotAKidOnSteam/AvatarScaleTool). +* This is local-only, at least unless I bother with Mod Network. +* The entire thing is pretty messy and I am unsure of the performance impact, especially with scaling all lights, audio, & constraints. + +## Relevant Feedback Posts: +https://feedback.abinteractive.net/p/built-in-avatar-scaling-system + +This mod is me creating the system I wanted when I wrote the above feedback post. --- -Here is the block of text where I tell you this mod is not affiliated or endorsed by ABI. +Here is the block of text where I tell you this mod is not affiliated with or endorsed by ABI. https://documentation.abinteractive.net/official/legal/tos/#7-modding-our-games -> This mod is an independent creation and is not affiliated with, supported by or approved by Alpha Blend Interactive. +> This mod is an independent creation not affiliated with, supported by, or approved by Alpha Blend Interactive. > Use of this mod is done so at the user's own risk and the creator cannot be held responsible for any issues arising from its use. diff --git a/README.md b/README.md index 250fc56..59a51c1 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,15 @@ | Mod Name | Approval State | Released in this repo | CVRMG Category | |------------------------------------------------------------------------------------------------------------|----------------|-----------------------|-------------------------| | [AASBufferFix](https://github.com/NotAKidOnSteam/NAK_CVR_Mods/tree/main/AASBufferFix) | Approved | Yes | Utilities & Tweaks | +| [AvatarScaleMod](https://github.com/NotAKidOnSteam/NAK_CVR_Mods/tree/main/AvatarScale) | N/A | No | N/A | | [BadAnimatorFix](https://github.com/NotAKidOnSteam/NAK_CVR_Mods/tree/main/BadAnimatorFix) | Approved | Yes | Fixes | | [Blackout](https://github.com/NotAKidOnSteam/NAK_CVR_Mods/tree/main/Blackout) | Approved | No | New Features & Overhauls| +| [ControllerFreeze](https://github.com/NotAKidOnSteam/NAK_CVR_Mods/tree/main/ControllerFreeze) | N/A | No | N/A | | [CVRGizmos](https://github.com/NotAKidOnSteam/NAK_CVR_Mods/tree/main/CVRGizmos) | Approved | Yes | Very Niche | | [ClearHudNotifications](https://github.com/NotAKidOnSteam/NAK_CVR_Mods/tree/main/ClearHudNotifications) | Approved | No | UI | | [DesktopVRIK](https://github.com/NotAKidOnSteam/NAK_CVR_Mods/tree/main/DesktopVRIK) | Approved | Yes | Utilities & Tweaks | | [DesktopVRSwitch](https://github.com/NotAKidOnSteam/NAK_CVR_Mods/tree/main/DesktopVRSwitch) | Approved | No | New Features & Overhauls| +| [FuckCohtmlResourceHandler](https://github.com/NotAKidOnSteam/NAK_CVR_Mods/tree/main/FuckCohtmlResourceHandler) | N/A | No | N/A | | [FuckMetrics](https://github.com/NotAKidOnSteam/NAK_CVR_Mods/tree/main/FuckMetrics) | Approved | No | Performance & Fidelity | | [FuckToes](https://github.com/NotAKidOnSteam/NAK_CVR_Mods/tree/main/FuckToes) | Approved | No | Utilities & Tweaks | | [GestureLock](https://github.com/NotAKidOnSteam/NAK_CVR_Mods/tree/main/GestureLock) | Approved | No | Utilities & Tweaks |