mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 06:19:22 +00:00
Don't send AAS while switching avatar. This should mean I am less likely to load into the wrong states while switching if others load me faster. This does mean though that it is more likely that remote users will apply null buffers forcing all 0/false instead of garbage aas, but its at least kind of a mitigation. There is a possibility syncing garbage data is better than syncing nothing at all, as that does give the chance to apply settings that don't immediatly load in naked. This just requires testing...
23 lines
No EOL
1.2 KiB
JSON
23 lines
No EOL
1.2 KiB
JSON
{
|
|
"_id": 126,
|
|
"name": "AASBufferFix",
|
|
"modversion": "1.0.5",
|
|
"gameversion": "2022r170",
|
|
"loaderversion": "0.5.7",
|
|
"modtype": "Mod",
|
|
"author": "NotAKidoS",
|
|
"description": "Fixes two issues with the Avatar Advanced Settings buffers when loading remote avatars. In simple terms, it means 'fewer wardrobe malfunctions'.\n\nEmpty buffer (all 0/false) will no longer be applied on load.\nReceived AAS data is ignored until the wearer has loaded into the expected avatar.\n(The avatar will sit in its default state until the wearer has loaded and started syncing correct AAS)\nAAS will no longer be sent while switching avatar.\n\nPlease view the GitHub README for links to relevant feedback posts.",
|
|
"searchtags": [
|
|
"aas",
|
|
"sync",
|
|
"naked",
|
|
"buffer"
|
|
],
|
|
"requirements": [
|
|
"None"
|
|
],
|
|
"downloadlink": "https://github.com/NotAKidOnSteam/AASBufferFix/releases/download/v1.0.5/AASBufferFix.dll",
|
|
"sourcelink": "https://github.com/NotAKidOnSteam/AASBufferFix/",
|
|
"changelog": "- Don't send AAS while switching avatar. This *should* mean using this mod makes you less likely to show naked for others.\nThis isn't perfect though, as remote users without this mod still have a null buffer applied on avatar load.'",
|
|
"embedcolor": "9b59b6"
|
|
} |