From 652756fe58322278806dab1c2a4e22ef0bd4eb7c Mon Sep 17 00:00:00 2001 From: NotAKidoS <37721153+NotAKidoS@users.noreply.github.com> Date: Sun, 30 Jun 2024 16:51:19 -0500 Subject: [PATCH] ASTExtension: Cleanup README --- ASTExtension/README.md | 3 ++- ASTExtension/format.json | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/ASTExtension/README.md b/ASTExtension/README.md index 04179f0..fc0c340 100644 --- a/ASTExtension/README.md +++ b/ASTExtension/README.md @@ -5,7 +5,8 @@ Extension mod for [Avatar Scale Tool](https://github.com/NotAKidoS/AvatarScaleTo - Persistent height - Copy height from others -Requires setup in Unity. This is **not** Universal Scaling. +Best used with Avatar Scale Tool, but will attempt to work with found scaling setups. +Requires already having Avatar Scaling on the avatar. This is **not** Universal Scaling. --- diff --git a/ASTExtension/format.json b/ASTExtension/format.json index 466398d..4000f18 100644 --- a/ASTExtension/format.json +++ b/ASTExtension/format.json @@ -6,7 +6,7 @@ "loaderversion": "0.6.1", "modtype": "Mod", "author": "NotAKidoS", - "description": "Extension mod for [Avatar Scale Tool](https://github.com/NotAKidoS/AvatarScaleTool):\n- VR Gesture to scale\n- Match IRL height\n- Persistent height\n- Copy height from others\n\nRequires setup in Unity. This is **not** Universal Scaling.", + "description": "Extension mod for [Avatar Scale Tool](https://github.com/NotAKidoS/AvatarScaleTool):\n- VR Gesture to scale\n- Persistent height\n- Copy height from others\n\nBest used with Avatar Scale Tool, but will attempt to work with found scaling setups.\nRequires already having Avatar Scaling on the avatar. This is **not** Universal Scaling.", "searchtags": [ "tool", "scaling", @@ -15,9 +15,9 @@ "avatar" ], "requirements": [ - "None" + "BTKUILib" ], - "downloadlink": "https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r33/ASTExtension.dll", + "downloadlink": "https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r34/ASTExtension.dll", "sourcelink": "https://github.com/NotAKidoS/NAK_CVR_Mods/tree/main/ASTExtension/", "changelog": "- Initial release", "embedcolor": "#f61963"