mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-03 14:59:23 +00:00
Merge branch 'main' of https://github.com/NotAKidOnSteam/NAK_CVR_Mods
This commit is contained in:
commit
8ea850945a
2 changed files with 19 additions and 4 deletions
|
@ -1,15 +1,27 @@
|
||||||
# AvatarScaleMod
|
# 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
|
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.
|
> 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.
|
||||||
|
|
||||||
|
|
|
@ -3,12 +3,15 @@
|
||||||
| Mod Name | Approval State | Released in this repo | CVRMG Category |
|
| 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 |
|
| [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 |
|
| [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|
|
| [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 |
|
| [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 |
|
| [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 |
|
| [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|
|
| [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 |
|
| [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 |
|
| [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 |
|
| [GestureLock](https://github.com/NotAKidOnSteam/NAK_CVR_Mods/tree/main/GestureLock) | Approved | No | Utilities & Tweaks |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue