From af0bf52e3026e4e77ca82eacce89a8082e3dd601 Mon Sep 17 00:00:00 2001 From: NotAKid <37721153+NotAKidoS@users.noreply.github.com> Date: Fri, 19 Jun 2026 00:53:01 -0500 Subject: [PATCH 1/5] [ChatBoxHud] version bump, forgor in solution --- ChatBoxHud/Properties/AssemblyInfo.cs | 2 +- ChatBoxHud/format.json | 8 ++++---- NAK_CVR_Mods.slnx | 1 + 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/ChatBoxHud/Properties/AssemblyInfo.cs b/ChatBoxHud/Properties/AssemblyInfo.cs index f7f1dd2..1646676 100644 --- a/ChatBoxHud/Properties/AssemblyInfo.cs +++ b/ChatBoxHud/Properties/AssemblyInfo.cs @@ -27,6 +27,6 @@ using System.Reflection; namespace NAK.ChatBoxHud.Properties; internal static class AssemblyInfoParams { - public const string Version = "1.0.1"; + public const string Version = "1.0.2"; public const string Author = "NotAKidoS"; } \ No newline at end of file diff --git a/ChatBoxHud/format.json b/ChatBoxHud/format.json index 7d33490..ea275f3 100644 --- a/ChatBoxHud/format.json +++ b/ChatBoxHud/format.json @@ -1,7 +1,7 @@ { - "_id": -1, + "_id": 283, "name": "ChatBoxHud", - "modversion": "1.0.1", + "modversion": "1.0.2", "gameversion": "2026r181", "loaderversion": "0.7.2", "modtype": "Mod", @@ -16,8 +16,8 @@ ], "requirements": [ ], - "downloadlink": "https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r49/ChatBoxHud.dll", + "downloadlink": "https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r50/ChatBoxHud.dll", "sourcelink": "https://github.com/NotAKidoS/NAK_CVR_Mods/tree/main/ChatBoxHud/", - "changelog": "- Changed username color to use emission player color", + "changelog": "- Rebuilt for 2026r182", "embedcolor": "#f61963" } \ No newline at end of file diff --git a/NAK_CVR_Mods.slnx b/NAK_CVR_Mods.slnx index 09c4813..061dfaf 100644 --- a/NAK_CVR_Mods.slnx +++ b/NAK_CVR_Mods.slnx @@ -9,6 +9,7 @@ + From fd201ced31115e075e9bf8a6eb8f79e2c01518c8 Mon Sep 17 00:00:00 2001 From: NotAKid <37721153+NotAKidoS@users.noreply.github.com> Date: Fri, 19 Jun 2026 01:10:26 -0500 Subject: [PATCH 2/5] [ASTExtension] updated format.json --- ASTExtension/format.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ASTExtension/format.json b/ASTExtension/format.json index cb84ca0..feabec4 100644 --- a/ASTExtension/format.json +++ b/ASTExtension/format.json @@ -19,6 +19,6 @@ ], "downloadlink": "https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r50/ASTExtension.dll", "sourcelink": "https://github.com/NotAKidoS/NAK_CVR_Mods/tree/main/ASTExtension/", - "changelog": "- Fixes for CVR 2026r182", + "changelog": "- Fixes for 2026r182", "embedcolor": "#f61963" } \ No newline at end of file From fdba684d122cd7433fe44281bde290a50eddbf05 Mon Sep 17 00:00:00 2001 From: NotAKid <37721153+NotAKidoS@users.noreply.github.com> Date: Fri, 19 Jun 2026 01:10:38 -0500 Subject: [PATCH 3/5] [ChatBoxHud] updated format.json --- ChatBoxHud/format.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChatBoxHud/format.json b/ChatBoxHud/format.json index ea275f3..0366351 100644 --- a/ChatBoxHud/format.json +++ b/ChatBoxHud/format.json @@ -2,7 +2,7 @@ "_id": 283, "name": "ChatBoxHud", "modversion": "1.0.2", - "gameversion": "2026r181", + "gameversion": "2026r182", "loaderversion": "0.7.2", "modtype": "Mod", "author": "NotAKidoS", From d9fcf974d2c9943be73f873708a3e618544b982a Mon Sep 17 00:00:00 2001 From: NotAKid <37721153+NotAKidoS@users.noreply.github.com> Date: Fri, 19 Jun 2026 01:10:49 -0500 Subject: [PATCH 4/5] [AutoAccept] initial release --- AutoAccept/README.md | 18 ++++++++++++------ AutoAccept/format.json | 24 ++++++++++++------------ 2 files changed, 24 insertions(+), 18 deletions(-) diff --git a/AutoAccept/README.md b/AutoAccept/README.md index 1413ed1..ab62239 100644 --- a/AutoAccept/README.md +++ b/AutoAccept/README.md @@ -1,11 +1,17 @@ -# Tinyboard +# AutoAccept -Makes the keyboard small and smart. +Small invite tweaks to make them less annoying. -Few small tweaks to the keyboard: -- Shrinks the keyboard to a size that isn't fit for grandma. -- Adjusts keyboard placement logic to align with the menu that it spawns from. -- Enforces a title on the keyboard input if one is not found. +**Features:** +- Invite Modes in Friends tab: + - Ask: Sends the invite to the Messages tab + - All: Auto-accepts invites from any friend + - Select: Auto-accepts invites from starred friend categories + - DND: Silently ignores all incoming invites +- Added HUD notification on invite receive which displays the senders username +- Replaced annoying API Response confirmation prompts with simple menu toasts + +-# This mod is intended to be a more flexible alternative to the JoinMe mod. --- diff --git a/AutoAccept/format.json b/AutoAccept/format.json index 3dda9a3..1356ed6 100644 --- a/AutoAccept/format.json +++ b/AutoAccept/format.json @@ -1,23 +1,23 @@ { - "_id": 264, - "name": "Tinyboard", - "modversion": "1.0.1", - "gameversion": "2025r181", + "_id": -1, + "name": "AutoAccept", + "modversion": "1.0.0", + "gameversion": "2026r182", "loaderversion": "0.7.2", "modtype": "Mod", "author": "NotAKidoS", - "description": "Few small tweaks to the keyboard:\n- Shrinks the keyboard to a size that isn't fit for grandma.\n- Adjusts keyboard placement logic to align with the menu that it spawns from.\n- Enforces a title on the keyboard input if one is not found.", + "description": "Small invite tweaks to make them less annoying.\n\n**Features:**\n- Invite Modes in Friends tab:\n - Ask: Sends the invite to the Messages tab\n - All: Auto-accepts invites from any friend\n - Select: Auto-accepts invites from starred friend categories\n - DND: Silently ignores all incoming invites\n- Added HUD notification on invite receive which displays the senders username\n- Replaced annoying API Response confirmation prompts with simple menu toasts \n\n-# This mod is intended to be a more flexible alternative to the JoinMe mod.", "searchtags": [ - "keyboard", - "menu", - "ui", - "input" + "invites", + "joinme", + "auto", + "request" ], "requirements": [ "None" ], - "downloadlink": "https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r48/Tinyboard.dll", - "sourcelink": "https://github.com/NotAKidoS/NAK_CVR_Mods/tree/main/Tinyboard/", - "changelog": "- Rebuilt for CVR 2025r181", + "downloadlink": "https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r50/AutoAccept.dll", + "sourcelink": "https://github.com/NotAKidoS/NAK_CVR_Mods/tree/main/AutoAccept/", + "changelog": "- Initial release", "embedcolor": "#f61963" } \ No newline at end of file From 7339455c160e731247fba8aca32076c264c8e39d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 19 Jun 2026 06:11:02 +0000 Subject: [PATCH 5/5] [NAK_CVR_Mods] Update mod list in README --- README.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index e01e0c9..a8b7e19 100644 --- a/README.md +++ b/README.md @@ -6,23 +6,23 @@ | Name | Description | Download | |------|-------------|----------| -| [ASTExtension](ASTExtension/README.md) | Extension mod for [Avatar Scale Tool](https://github.com/NotAKidoS/AvatarScaleTool): | No Download | -| [AutoAccept](AutoAccept/README.md) | Makes the keyboard small and smart. | No Download | -| [ChatBoxHud](ChatBoxHud/README.md) | Shows nearby ChatBox messages directly on your HUD so you can read them comfortably in VR without breaking your neck. | [Download](https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r49/ChatBoxHud.dll) | -| [CustomSpawnPoint](CustomSpawnPoint/README.md) | Replaces the unused Images button in the World Details page with a button to set a custom spawn point. | No Download | +| [ASTExtension](ASTExtension/README.md) | Extension mod for [Avatar Scale Tool](https://github.com/NotAKidoS/AvatarScaleTool): | [Download](https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r50/ASTExtension.dll) | +| [AutoAccept](AutoAccept/README.md) | Small invite tweaks to make them less annoying. | [Download](https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r50/AutoAccept.dll) | +| [ChatBoxHud](ChatBoxHud/README.md) | Shows nearby ChatBox messages directly on your HUD so you can read them comfortably in VR without breaking your neck. | [Download](https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r50/ChatBoxHud.dll) | +| [CustomSpawnPoint](CustomSpawnPoint/README.md) | Replaces the unused Images button in the World Details page with a button to set a custom spawn point. | [Download](https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r50/CustomSpawnPoint.dll) | | [DehumanizePlayers](DehumanizePlayers/README.md) | Humanoid animators are needlessly more expensive than generic ones due to scheduling twist resolving for each layer, even when empty or unnecessary. | No Download | -| [DesktopInteractions](DesktopInteractions/README.md) | Adds IK-driven hand gestures to your avatar in Desktop: earpiece grab (GMOD-style) when typing in ChatBox, and binocular cupping when zooming. Both gestures are toggleable in settings. | No Download | +| [DesktopInteractions](DesktopInteractions/README.md) | Adds IK-driven hand gestures to your avatar in Desktop: earpiece grab (GMOD-style) when typing in ChatBox, and binocular cupping when zooming. Both gestures are toggleable in settings. | [Download](https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r50/DesktopInteractions.dll) | | [DisableInputDuringFingerTracking](DisableInputDuringFingerTracking/README.md) | Extension mod for [Avatar Scale Tool](https://github.com/NotAKidoS/AvatarScaleTool): | No Download | -| [DoubleTapJumpToExitSeat](DoubleTapJumpToExitSeat/README.md) | Replaces seat exit controls with a double-tap of the jump button, avoiding accidental exits from joystick drift or opening the menu. | No Download | +| [DoubleTapJumpToExitSeat](DoubleTapJumpToExitSeat/README.md) | Replaces seat exit controls with a double-tap of the jump button, avoiding accidental exits from joystick drift or opening the menu. | [Download](https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r50/DoubleTapJumpToExitSeat.dll) | | [ESCBothMenus](ESCBothMenus/README.md) | Makes the Quick Menu appear when pressing ESC in Desktop. Pressing twice will open straight to Main Menu. | No Download | -| [FuckToes](FuckToes/README.md) | Prevents VRIK from autodetecting toes in Halfbody or Fullbody. | No Download | -| [PlapPlapForAll](PlapPlapForAll/README.md) | Penetrator SFX mod which adds Noachi's PlapPlap prefab to any detected DPS setup on avatars that do not already have it. | No Download | -| [RCCVirtualSteeringWheel](RCCVirtualSteeringWheel/README.md) | Allows you to physically grab rigged RCC steering wheels in VR to provide steering input. No explicit setup required other than defining the Steering Wheel transform within the RCC component. | No Download | -| [RelativeSyncJitterFix](RelativeSyncJitterFix/README.md) | Relative sync jitter fix is the single harmony patch that could not make it into the native release of RelativeSync. | No Download | -| [ShareBubbles](ShareBubbles/README.md) | Share Bubbles! Allows you to drop down bubbles containing Avatars & Props. Requires both users to have the mod installed. Synced over Mod Network. | No Download | -| [ShowPlayerInSelfMirror](ShowPlayerInSelfMirror/README.md) | Adds an option in the Quick Menu selected player page to show the target player's avatar in your self mirror. | No Download | -| [SmootherRay](SmootherRay/README.md) | Smoothes your controller while the raycast lines are visible. | No Download | -| [Tinyboard](Tinyboard/README.md) | Makes the keyboard small and smart. | No Download | +| [FuckToes](FuckToes/README.md) | Prevents VRIK from autodetecting toes in Halfbody or Fullbody. | [Download](https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r50/FuckToes.dll) | +| [PlapPlapForAll](PlapPlapForAll/README.md) | Penetrator SFX mod which adds Noachi's PlapPlap prefab to any detected DPS setup on avatars that do not already have it. | [Download](https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r50/PlapPlapForAll.dll) | +| [RCCVirtualSteeringWheel](RCCVirtualSteeringWheel/README.md) | Allows you to physically grab rigged RCC steering wheels in VR to provide steering input. No explicit setup required other than defining the Steering Wheel transform within the RCC component. | [Download](https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r50/RCCVirtualSteeringWheel.dll) | +| [RelativeSyncJitterFix](RelativeSyncJitterFix/README.md) | Relative sync jitter fix is the single harmony patch that could not make it into the native release of RelativeSync. | [Download](https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r50/RelativeSyncJitterFix.dll) | +| [ShareBubbles](ShareBubbles/README.md) | Share Bubbles! Allows you to drop down bubbles containing Avatars & Props. Requires both users to have the mod installed. Synced over Mod Network. | [Download](https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r50/ShareBubbles.dll) | +| [ShowPlayerInSelfMirror](ShowPlayerInSelfMirror/README.md) | Adds an option in the Quick Menu selected player page to show the target player's avatar in your self mirror. | [Download](https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r50/ShowPlayerInSelfMirror.dll) | +| [SmootherRay](SmootherRay/README.md) | Smoothes your controller while the raycast lines are visible. | [Download](https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r50/SmootherRay.dll) | +| [Tinyboard](Tinyboard/README.md) | Makes the keyboard small and smart. | [Download](https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r50/Tinyboard.dll) | | [YouAreMyPropNowWeAreHavingSoftTacosLater](YouAreMyPropNowWeAreHavingSoftTacosLater/README.md) | Lets you bring held, attached, and occupied props through world loads. This is configurable in the mod settings. | No Download | ### Experimental Mods