ASTExtension: Cleanup README

This commit is contained in:
NotAKidoS 2024-06-30 16:51:19 -05:00
parent 5c7f7ab265
commit 652756fe58
2 changed files with 5 additions and 4 deletions

View file

@ -5,7 +5,8 @@ Extension mod for [Avatar Scale Tool](https://github.com/NotAKidoS/AvatarScaleTo
- Persistent height - Persistent height
- Copy height from others - 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.
--- ---

View file

@ -6,7 +6,7 @@
"loaderversion": "0.6.1", "loaderversion": "0.6.1",
"modtype": "Mod", "modtype": "Mod",
"author": "NotAKidoS", "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": [ "searchtags": [
"tool", "tool",
"scaling", "scaling",
@ -15,9 +15,9 @@
"avatar" "avatar"
], ],
"requirements": [ "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/", "sourcelink": "https://github.com/NotAKidoS/NAK_CVR_Mods/tree/main/ASTExtension/",
"changelog": "- Initial release", "changelog": "- Initial release",
"embedcolor": "#f61963" "embedcolor": "#f61963"