[RelativeSync] Changes

This commit is contained in:
NotAKidoS 2024-06-24 03:34:19 -05:00
parent ce6582ae18
commit d22bc80b4d
5 changed files with 39 additions and 19 deletions

View file

@ -1,7 +1,7 @@
{
"_id": 211,
"name": "RelativeSync",
"modversion": "1.0.3",
"modversion": "1.0.4",
"gameversion": "2024r175",
"loaderversion": "0.6.1",
"modtype": "Mod",
@ -16,8 +16,8 @@
"requirements": [
"None"
],
"downloadlink": "https://github.com/NotAKidOnSteam/NAK_CVR_Mods/releases/download/r29/RelativeSync.dll",
"downloadlink": "https://github.com/NotAKidOnSteam/NAK_CVR_Mods/releases/download/r34/RelativeSync.dll",
"sourcelink": "https://github.com/NotAKidOnSteam/NAK_CVR_Mods/tree/main/RelativeSync/",
"changelog": "- Enabled the Experimental settings to fix **local** jitter on Movement Parents by default\n- Adjusted BBCC No Interpolation fix to account for potential native fix (now respects initial value)",
"embedcolor": "#507e64"
"changelog": "- Fixed log spam when receiving relative sync data from a blocked user (thanks Mod Network for still forwarding that data -_-).\n- Adjusted execution order to apply relative sync before Totally Wholesomes LineController.\n- Adjusted Relative Sync to still apply to avatar distance-hidden users.\n- Adjusted Relative Sync to not apply if the CVRSeat or Movement Parent is disabled on receiving client.",
"embedcolor": "#f61963"
}