diff --git a/ASTExtension/Properties/AssemblyInfo.cs b/ASTExtension/Properties/AssemblyInfo.cs index e392b9e..508df23 100644 --- a/ASTExtension/Properties/AssemblyInfo.cs +++ b/ASTExtension/Properties/AssemblyInfo.cs @@ -27,6 +27,6 @@ using System.Reflection; namespace NAK.ASTExtension.Properties; internal static class AssemblyInfoParams { - public const string Version = "1.0.6"; + public const string Version = "1.0.7"; public const string Author = "NotAKidoS"; } \ No newline at end of file diff --git a/ASTExtension/format.json b/ASTExtension/format.json index 37a2135..cb84ca0 100644 --- a/ASTExtension/format.json +++ b/ASTExtension/format.json @@ -1,8 +1,8 @@ { "_id": 223, "name": "ASTExtension", - "modversion": "1.0.6", - "gameversion": "2026r181", + "modversion": "1.0.7", + "gameversion": "2026r182", "loaderversion": "0.7.2", "modtype": "Mod", "author": "NotAKidoS", @@ -17,8 +17,8 @@ "requirements": [ "BTKUILib" ], - "downloadlink": "https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r49/ASTExtension.dll", + "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": "- Rebuilt for CVR 2026r181", + "changelog": "- Fixes for CVR 2026r182", "embedcolor": "#f61963" } \ No newline at end of file diff --git a/CustomSpawnPoint/Properties/AssemblyInfo.cs b/CustomSpawnPoint/Properties/AssemblyInfo.cs index e2cba0e..c4db8d6 100644 --- a/CustomSpawnPoint/Properties/AssemblyInfo.cs +++ b/CustomSpawnPoint/Properties/AssemblyInfo.cs @@ -27,6 +27,6 @@ using System.Reflection; namespace NAK.CustomSpawnPoint.Properties; internal static class AssemblyInfoParams { - public const string Version = "1.0.4"; + public const string Version = "1.0.5"; public const string Author = "NotAKidoS"; } \ No newline at end of file diff --git a/CustomSpawnPoint/format.json b/CustomSpawnPoint/format.json index 50bd5f5..e04832d 100644 --- a/CustomSpawnPoint/format.json +++ b/CustomSpawnPoint/format.json @@ -1,8 +1,8 @@ { "_id": 228, "name": "CustomSpawnPoint", - "modversion": "1.0.4", - "gameversion": "2025r181", + "modversion": "1.0.5", + "gameversion": "2026r182", "loaderversion": "0.7.2", "modtype": "Mod", "author": "NotAKidoS", @@ -17,8 +17,8 @@ "requirements": [ "None" ], - "downloadlink": "https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r48/CustomSpawnPoint.dll", + "downloadlink": "https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r50/CustomSpawnPoint.dll", "sourcelink": "https://github.com/NotAKidoS/NAK_CVR_Mods/tree/main/CustomSpawnPoint/", - "changelog": "- Rebuilt for CVR 2025r181", + "changelog": "- Fixes for 2026r182", "embedcolor": "#f61963" } \ No newline at end of file diff --git a/DesktopInteractions/Main.cs b/DesktopInteractions/Main.cs index ac1b7c7..f629a50 100644 --- a/DesktopInteractions/Main.cs +++ b/DesktopInteractions/Main.cs @@ -53,7 +53,7 @@ public class DesktopInteractionsMod : MelonMod private static void OnPlayerSetupStart() { - Transform cameraTransform = PlayerSetup.Instance.desktopCamera.transform; + Transform cameraTransform = PlayerSetup.Instance.desktopCameraPivot.transform; _cameraTargetContainerTransform = new GameObject("ScaledTargetsContainer").transform; _cameraTargetContainerTransform.SetParent(cameraTransform, false); diff --git a/DesktopInteractions/Properties/AssemblyInfo.cs b/DesktopInteractions/Properties/AssemblyInfo.cs index 1f42b09..8d55490 100644 --- a/DesktopInteractions/Properties/AssemblyInfo.cs +++ b/DesktopInteractions/Properties/AssemblyInfo.cs @@ -27,6 +27,6 @@ using System.Reflection; namespace NAK.DesktopInteractions.Properties; internal static class AssemblyInfoParams { - public const string Version = "1.0.0"; + public const string Version = "1.0.1"; public const string Author = "NotAKidoS"; } \ No newline at end of file diff --git a/DesktopInteractions/format.json b/DesktopInteractions/format.json index bcb57d6..3f256a5 100644 --- a/DesktopInteractions/format.json +++ b/DesktopInteractions/format.json @@ -1,8 +1,8 @@ { - "_id": -1, + "_id": 279, "name": "DesktopInteractions", - "modversion": "1.0.0", - "gameversion": "2025r181", + "modversion": "1.0.1", + "gameversion": "2026r182", "loaderversion": "0.7.2", "modtype": "Mod", "author": "NotAKidoS", @@ -16,8 +16,8 @@ "requirements": [ "None" ], - "downloadlink": "https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r48/DesktopInteractions.dll", + "downloadlink": "https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r50/DesktopInteractions.dll", "sourcelink": "https://github.com/NotAKidoS/NAK_CVR_Mods/tree/main/DesktopInteractions/", - "changelog": "- Initial release", + "changelog": "- Fixes for 2026r182", "embedcolor": "#f61963" } \ No newline at end of file diff --git a/DoubleTapJumpToExitSeat/Properties/AssemblyInfo.cs b/DoubleTapJumpToExitSeat/Properties/AssemblyInfo.cs index 60b5c49..a99dfb1 100644 --- a/DoubleTapJumpToExitSeat/Properties/AssemblyInfo.cs +++ b/DoubleTapJumpToExitSeat/Properties/AssemblyInfo.cs @@ -27,6 +27,6 @@ using System.Reflection; namespace NAK.DoubleTapJumpToExitSeat.Properties; internal static class AssemblyInfoParams { - public const string Version = "1.0.2"; + public const string Version = "1.0.3"; public const string Author = "NotAKidoS"; } \ No newline at end of file diff --git a/DoubleTapJumpToExitSeat/format.json b/DoubleTapJumpToExitSeat/format.json index c852d60..00f1026 100644 --- a/DoubleTapJumpToExitSeat/format.json +++ b/DoubleTapJumpToExitSeat/format.json @@ -1,8 +1,8 @@ { "_id": 255, "name": "DoubleTapJumpToExitSeat", - "modversion": "1.0.2", - "gameversion": "2025r181", + "modversion": "1.0.3", + "gameversion": "2026r182", "loaderversion": "0.7.2", "modtype": "Mod", "author": "NotAKidoS", @@ -16,8 +16,8 @@ "requirements": [ "None" ], - "downloadlink": "https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r48/DoubleTapJumpToExitSeat.dll", + "downloadlink": "https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r50/DoubleTapJumpToExitSeat.dll", "sourcelink": "https://github.com/NotAKidoS/NAK_CVR_Mods/tree/main/DoubleTapJumpToExitSeat/", - "changelog": "- Rebuilt for CVR 2025r181", + "changelog": "- Rebuilt for 2026r182", "embedcolor": "#f61963" } \ No newline at end of file diff --git a/FuckToes/Properties/AssemblyInfo.cs b/FuckToes/Properties/AssemblyInfo.cs index e7d0769..825db15 100644 --- a/FuckToes/Properties/AssemblyInfo.cs +++ b/FuckToes/Properties/AssemblyInfo.cs @@ -27,6 +27,6 @@ using System.Reflection; namespace NAK.FuckToes.Properties; internal static class AssemblyInfoParams { - public const string Version = "1.0.5"; + public const string Version = "1.0.6"; public const string Author = "NotAKidoS"; } \ No newline at end of file diff --git a/FuckToes/format.json b/FuckToes/format.json index 70cc874..4d620c1 100644 --- a/FuckToes/format.json +++ b/FuckToes/format.json @@ -1,8 +1,8 @@ { "_id": 129, "name": "FuckToes", - "modversion": "1.0.5", - "gameversion": "2025r181", + "modversion": "1.0.6", + "gameversion": "2026r182", "loaderversion": "0.7.2", "modtype": "Mod", "author": "NotAKidoS", @@ -16,8 +16,8 @@ "requirements": [ "None" ], - "downloadlink": "https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r48/FuckToes.dll", + "downloadlink": "https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r50/FuckToes.dll", "sourcelink": "https://github.com/NotAKidoS/NAK_CVR_Mods/tree/main/FuckToes/", - "changelog": "- Rebuilt for CVR 2025r181", + "changelog": "- Rebuilt for 2026r182", "embedcolor": "#f61963" } \ No newline at end of file diff --git a/PathCamDisabler/Properties/AssemblyInfo.cs b/PathCamDisabler/Properties/AssemblyInfo.cs index d9f7d9f..24e47d2 100644 --- a/PathCamDisabler/Properties/AssemblyInfo.cs +++ b/PathCamDisabler/Properties/AssemblyInfo.cs @@ -27,6 +27,6 @@ using System.Reflection; namespace NAK.PathCamDisabler.Properties; internal static class AssemblyInfoParams { - public const string Version = "1.0.5"; + public const string Version = "1.0.6"; public const string Author = "NotAKidoS"; } \ No newline at end of file diff --git a/PathCamDisabler/format.json b/PathCamDisabler/format.json index 4dae81f..bc93101 100644 --- a/PathCamDisabler/format.json +++ b/PathCamDisabler/format.json @@ -1,8 +1,8 @@ { "_id": 110, "name": "PathCamDisabler", - "modversion": "1.0.5", - "gameversion": "2025r181", + "modversion": "1.0.6", + "gameversion": "2026r182", "loaderversion": "0.7.2", "modtype": "Mod", "author": "NotAKidoS", @@ -16,8 +16,8 @@ "requirements": [ "None" ], - "downloadlink": "https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r48/PathCamDisabler.dll", + "downloadlink": "https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r50/PathCamDisabler.dll", "sourcelink": "https://github.com/NotAKidoS/NAK_CVR_Mods/tree/main/PathCamDisabler/", - "changelog": "- Rebuilt for CVR 2025r181", + "changelog": "- Rebuilt for 2026r182", "embedcolor": "#f61963" } \ No newline at end of file diff --git a/PlapPlapForAll/Properties/AssemblyInfo.cs b/PlapPlapForAll/Properties/AssemblyInfo.cs index 8e69b28..468dcb7 100644 --- a/PlapPlapForAll/Properties/AssemblyInfo.cs +++ b/PlapPlapForAll/Properties/AssemblyInfo.cs @@ -27,6 +27,6 @@ using System.Reflection; namespace NAK.PlapPlapForAll.Properties; internal static class AssemblyInfoParams { - public const string Version = "1.0.0"; + public const string Version = "1.0.1"; public const string Author = "NotAKidoS, Noachi"; } \ No newline at end of file diff --git a/PlapPlapForAll/format.json b/PlapPlapForAll/format.json index b27d5b0..59d6742 100644 --- a/PlapPlapForAll/format.json +++ b/PlapPlapForAll/format.json @@ -1,8 +1,8 @@ { "_id": 274, "name": "PlapPlapForAll", - "modversion": "1.0.0", - "gameversion": "2025r181", + "modversion": "1.0.1", + "gameversion": "2026r182", "loaderversion": "0.7.2", "modtype": "Mod", "author": "NotAKidoS, Noachi", @@ -16,8 +16,8 @@ "requirements": [ "None" ], - "downloadlink": "https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r48/PlapPlapForAll.dll", + "downloadlink": "https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r50/PlapPlapForAll.dll", "sourcelink": "https://github.com/NotAKidoS/NAK_CVR_Mods/tree/main/PlapPlapForAll/", - "changelog": "- Initial release", + "changelog": "- Fixes for 2026r182", "embedcolor": "#f61963" } \ No newline at end of file diff --git a/PortableCameraAdditions/Properties/AssemblyInfo.cs b/PortableCameraAdditions/Properties/AssemblyInfo.cs index f3cffe0..87a93f2 100644 --- a/PortableCameraAdditions/Properties/AssemblyInfo.cs +++ b/PortableCameraAdditions/Properties/AssemblyInfo.cs @@ -27,6 +27,6 @@ using System.Reflection; namespace NAK.PortableCameraAdditions.Properties; internal static class AssemblyInfoParams { - public const string Version = "1.0.7"; + public const string Version = "1.0.8"; public const string Author = "NotAKidoS"; } \ No newline at end of file diff --git a/PortableCameraAdditions/format.json b/PortableCameraAdditions/format.json index ced7642..04372ee 100644 --- a/PortableCameraAdditions/format.json +++ b/PortableCameraAdditions/format.json @@ -1,8 +1,8 @@ { "_id": 123, "name": "PortableCameraAdditions", - "modversion": "1.0.7", - "gameversion": "2025r181", + "modversion": "1.0.8", + "gameversion": "2026r182", "loaderversion": "0.7.2", "modtype": "Mod", "author": "NotAKidoS", @@ -18,8 +18,8 @@ "requirements": [ "None" ], - "downloadlink": "https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r48/PortableCameraAdditions.dll", + "downloadlink": "https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r50/PortableCameraAdditions.dll", "sourcelink": "https://github.com/NotAKidoS/NAK_CVR_Mods/tree/main/PortableCameraAdditions/", - "changelog": "- Rebuilt for CVR 2025r181", + "changelog": "- Rebuilt for 2026r182", "embedcolor": "#f61963" } \ No newline at end of file diff --git a/PropUndoButton/format.json b/PropUndoButton/format.json index a4f803e..417a4a2 100644 --- a/PropUndoButton/format.json +++ b/PropUndoButton/format.json @@ -1,12 +1,12 @@ { "_id": 147, "name": "PropUndoButton", - "modversion": "1.0.5", - "gameversion": "2025r181", + "modversion": "1.0.6", + "gameversion": "2026r182", "loaderversion": "0.7.2", "modtype": "Mod", "author": "NotAKidoS", - "description": "**CTRL+Z** to undo latest spawned prop. **CTRL+SHIFT+Z** to redo deleted prop.\nIncludes optional SFX for prop spawn, undo, redo, warn, and deny, which can be disabled in settings.\n\nYou can replace the sfx in 'ChilloutVR\\ChilloutVR_Data\\StreamingAssets\\Cohtml\\UIResources\\GameUI\\mods\\PropUndo\\audio'.", + "description": "**CTRL+Z** to undo latest spawned prop. **CTRL+SHIFT+Z** to redo deleted prop.", "searchtags": [ "prop", "undo", @@ -16,8 +16,8 @@ "requirements": [ "None" ], - "downloadlink": "https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r48/PropUndoButton.dll", + "downloadlink": "https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r50/PropUndoButton.dll", "sourcelink": "https://github.com/NotAKidoS/NAK_CVR_Mods/tree/main/PropUndoButton/", - "changelog": "- Rebuilt for CVR 2025r181\n- Implemented logic to handle server-side change of prop spawn limits", + "changelog": "- Hollowed out mod to drive the built-in undo/redo functionality via keybinds", "embedcolor": "#f61963" } \ No newline at end of file diff --git a/RCCVirtualSteeringWheel/Properties/AssemblyInfo.cs b/RCCVirtualSteeringWheel/Properties/AssemblyInfo.cs index 08d3cc9..a5384f4 100644 --- a/RCCVirtualSteeringWheel/Properties/AssemblyInfo.cs +++ b/RCCVirtualSteeringWheel/Properties/AssemblyInfo.cs @@ -28,6 +28,6 @@ using NAK.RCCVirtualSteeringWheel.Properties; namespace NAK.RCCVirtualSteeringWheel.Properties; internal static class AssemblyInfoParams { - public const string Version = "1.0.7"; + public const string Version = "1.0.8"; public const string Author = "NotAKidoS"; } \ No newline at end of file diff --git a/RCCVirtualSteeringWheel/format.json b/RCCVirtualSteeringWheel/format.json index f15b55d..4db61a2 100644 --- a/RCCVirtualSteeringWheel/format.json +++ b/RCCVirtualSteeringWheel/format.json @@ -1,8 +1,8 @@ { "_id": 248, "name": "RCCVirtualSteeringWheel", - "modversion": "1.0.7", - "gameversion": "2025r181", + "modversion": "1.0.8", + "gameversion": "2026r182", "loaderversion": "0.7.2", "modtype": "Mod", "author": "NotAKidoS", @@ -16,8 +16,8 @@ "requirements": [ "None" ], - "downloadlink": "https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r48/RCCVirtualSteeringWheel.dll", + "downloadlink": "https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r50/RCCVirtualSteeringWheel.dll", "sourcelink": "https://github.com/NotAKidoS/NAK_CVR_Mods/tree/main/RCCVirtualSteeringWheel/", - "changelog": "- Rebuilt for CVR 2025r181", + "changelog": "- Fixes for 2026r182", "embedcolor": "#f61963" } \ No newline at end of file diff --git a/RelativeSyncJitterFix/Properties/AssemblyInfo.cs b/RelativeSyncJitterFix/Properties/AssemblyInfo.cs index e07ef4e..b0c3742 100644 --- a/RelativeSyncJitterFix/Properties/AssemblyInfo.cs +++ b/RelativeSyncJitterFix/Properties/AssemblyInfo.cs @@ -27,6 +27,6 @@ using System.Reflection; namespace NAK.RelativeSyncJitterFix.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/RelativeSyncJitterFix/format.json b/RelativeSyncJitterFix/format.json index 7397421..3fc99e2 100644 --- a/RelativeSyncJitterFix/format.json +++ b/RelativeSyncJitterFix/format.json @@ -1,8 +1,8 @@ { "_id": 263, "name": "RelativeSyncJitterFix", - "modversion": "1.0.1", - "gameversion": "2025r181", + "modversion": "1.0.2", + "gameversion": "2026r182", "loaderversion": "0.7.2", "modtype": "Mod", "author": "NotAKidoS", @@ -16,8 +16,8 @@ "requirements": [ "None" ], - "downloadlink": "https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r48/RelativeSyncJitterFix.dll", + "downloadlink": "https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r50/RelativeSyncJitterFix.dll", "sourcelink": "https://github.com/NotAKidoS/NAK_CVR_Mods/tree/main/RelativeSyncJitterFix/", - "changelog": "- Removed RelativeSync except for a single harmony patch", + "changelog": "- Rebuilt for 2026r182", "embedcolor": "#f61963" } \ No newline at end of file diff --git a/ScrollFlight/Properties/AssemblyInfo.cs b/ScrollFlight/Properties/AssemblyInfo.cs index acf8416..6c10120 100644 --- a/ScrollFlight/Properties/AssemblyInfo.cs +++ b/ScrollFlight/Properties/AssemblyInfo.cs @@ -27,6 +27,6 @@ using System.Reflection; namespace NAK.ScrollFlight.Properties; internal static class AssemblyInfoParams { - public const string Version = "1.0.5"; + public const string Version = "1.0.6"; public const string Author = "NotAKidoS"; } \ No newline at end of file diff --git a/ScrollFlight/format.json b/ScrollFlight/format.json index 4dfdc9d..fb4b03b 100644 --- a/ScrollFlight/format.json +++ b/ScrollFlight/format.json @@ -1,8 +1,8 @@ { "_id": 219, "name": "ScrollFlight", - "modversion": "1.0.5", - "gameversion": "2025r181", + "modversion": "1.0.6", + "gameversion": "2026r182", "loaderversion": "0.7.2", "modtype": "Mod", "author": "NotAKidoS", @@ -16,8 +16,8 @@ "requirements": [ "None" ], - "downloadlink": "https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r48/ScrollFlight.dll", + "downloadlink": "https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r50/ScrollFlight.dll", "sourcelink": "https://github.com/NotAKidoS/NAK_CVR_Mods/tree/main/ScrollFlight/", - "changelog": "- Rebuilt for CVR 2025r181", + "changelog": "- Rebuilt for 2026r182", "embedcolor": "#f61963" } \ No newline at end of file diff --git a/ShareBubbles/Properties/AssemblyInfo.cs b/ShareBubbles/Properties/AssemblyInfo.cs index 90123a3..8d50bf5 100644 --- a/ShareBubbles/Properties/AssemblyInfo.cs +++ b/ShareBubbles/Properties/AssemblyInfo.cs @@ -27,6 +27,6 @@ using NAK.ShareBubbles.Properties; namespace NAK.ShareBubbles.Properties; internal static class AssemblyInfoParams { - public const string Version = "1.1.7"; + public const string Version = "1.1.8"; public const string Author = "NotAKidoS, Exterrata, Noachi, RaidShadowLily, Tejler, Luc"; } \ No newline at end of file diff --git a/ShareBubbles/format.json b/ShareBubbles/format.json index 0a434c3..ce91c83 100644 --- a/ShareBubbles/format.json +++ b/ShareBubbles/format.json @@ -1,8 +1,8 @@ { "_id": 244, "name": "ShareBubbles", - "modversion": "1.1.7", - "gameversion": "2025r181", + "modversion": "1.1.8", + "gameversion": "2026r182", "loaderversion": "0.7.2", "modtype": "Mod", "author": "NotAKidoS, Exterrata, Noachi, RaidShadowLily, Tejler, Luc", @@ -17,8 +17,8 @@ "requirements": [ "None" ], - "downloadlink": "https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r48/ShareBubbles.dll", + "downloadlink": "https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r50/ShareBubbles.dll", "sourcelink": "https://github.com/NotAKidoS/NAK_CVR_Mods/tree/main/ShareBubbles/", - "changelog": "- Updated for CVR 2025r181", + "changelog": "- Fixes for 2026r182", "embedcolor": "#f61963" } \ No newline at end of file diff --git a/ShowPlayerInSelfMirror/Properties/AssemblyInfo.cs b/ShowPlayerInSelfMirror/Properties/AssemblyInfo.cs index b9d5c4c..8fec3db 100644 --- a/ShowPlayerInSelfMirror/Properties/AssemblyInfo.cs +++ b/ShowPlayerInSelfMirror/Properties/AssemblyInfo.cs @@ -27,6 +27,6 @@ using System.Reflection; namespace NAK.ShowPlayerInSelfMirror.Properties; internal static class AssemblyInfoParams { - public const string Version = "1.0.0"; + public const string Version = "1.0.1"; public const string Author = "NotAKidoS"; } \ No newline at end of file diff --git a/ShowPlayerInSelfMirror/format.json b/ShowPlayerInSelfMirror/format.json index b7cead8..2ebacfe 100644 --- a/ShowPlayerInSelfMirror/format.json +++ b/ShowPlayerInSelfMirror/format.json @@ -1,8 +1,8 @@ { - "_id": -1, + "_id": 273, "name": "ShowPlayerInSelfMirror", - "modversion": "1.0.0", - "gameversion": "2025r181", + "modversion": "1.0.1", + "gameversion": "2026r182", "loaderversion": "0.7.2", "modtype": "Mod", "author": "NotAKidoS", @@ -16,8 +16,8 @@ "requirements": [ "None" ], - "downloadlink": "https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r48/ShowPlayerInSelfMirror.dll", + "downloadlink": "https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r50/ShowPlayerInSelfMirror.dll", "sourcelink": "https://github.com/NotAKidoS/NAK_CVR_Mods/tree/main/ShowPlayerInSelfMirror/", - "changelog": "- Initial release", + "changelog": "- Rebuilt for 2026r182", "embedcolor": "#f61963" } \ No newline at end of file diff --git a/SmootherRay/Properties/AssemblyInfo.cs b/SmootherRay/Properties/AssemblyInfo.cs index 02bd78f..3015c4b 100644 --- a/SmootherRay/Properties/AssemblyInfo.cs +++ b/SmootherRay/Properties/AssemblyInfo.cs @@ -27,6 +27,6 @@ using System.Reflection; namespace NAK.SmootherRay.Properties; internal static class AssemblyInfoParams { - public const string Version = "1.0.8"; + public const string Version = "1.0.9"; public const string Author = "NotAKidoS"; } \ No newline at end of file diff --git a/SmootherRay/format.json b/SmootherRay/format.json index 1f89397..c4bbcdd 100644 --- a/SmootherRay/format.json +++ b/SmootherRay/format.json @@ -1,8 +1,8 @@ { "_id": 162, "name": "SmootherRay", - "modversion": "1.0.8", - "gameversion": "2025r181", + "modversion": "1.0.9", + "gameversion": "2026r182", "loaderversion": "0.7.2", "modtype": "Mod", "author": "NotAKidoS", @@ -16,8 +16,8 @@ "requirements": [ "None" ], - "downloadlink": "https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r48/SmootherRay.dll", + "downloadlink": "https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r50/SmootherRay.dll", "sourcelink": "https://github.com/NotAKidoS/NAK_CVR_Mods/tree/main/SmootherRay/", - "changelog": "- Rebuilt for CVR 2025r181", + "changelog": "- Rebuilt for 2026r182", "embedcolor": "#f61963" } \ No newline at end of file diff --git a/Tinyboard/Properties/AssemblyInfo.cs b/Tinyboard/Properties/AssemblyInfo.cs index e8ac525..0a5343e 100644 --- a/Tinyboard/Properties/AssemblyInfo.cs +++ b/Tinyboard/Properties/AssemblyInfo.cs @@ -27,6 +27,6 @@ using System.Reflection; namespace NAK.Tinyboard.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/Tinyboard/format.json b/Tinyboard/format.json index 3dda9a3..9ce4645 100644 --- a/Tinyboard/format.json +++ b/Tinyboard/format.json @@ -1,8 +1,8 @@ { "_id": 264, "name": "Tinyboard", - "modversion": "1.0.1", - "gameversion": "2025r181", + "modversion": "1.0.2", + "gameversion": "2026r182", "loaderversion": "0.7.2", "modtype": "Mod", "author": "NotAKidoS", @@ -16,8 +16,8 @@ "requirements": [ "None" ], - "downloadlink": "https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r48/Tinyboard.dll", + "downloadlink": "https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r50/Tinyboard.dll", "sourcelink": "https://github.com/NotAKidoS/NAK_CVR_Mods/tree/main/Tinyboard/", - "changelog": "- Rebuilt for CVR 2025r181", + "changelog": "- Fixes for 2026r182", "embedcolor": "#f61963" } \ No newline at end of file