mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2026-06-20 13:38:01 +00:00
[NAK_CVR_Mods] version bumps
This commit is contained in:
parent
7e7eff5eff
commit
7f4234a27f
32 changed files with 83 additions and 83 deletions
|
|
@ -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";
|
||||
}
|
||||
|
|
@ -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"
|
||||
}
|
||||
|
|
@ -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";
|
||||
}
|
||||
|
|
@ -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"
|
||||
}
|
||||
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
}
|
||||
|
|
@ -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"
|
||||
}
|
||||
|
|
@ -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";
|
||||
}
|
||||
|
|
@ -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"
|
||||
}
|
||||
|
|
@ -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";
|
||||
}
|
||||
|
|
@ -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"
|
||||
}
|
||||
|
|
@ -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";
|
||||
}
|
||||
|
|
@ -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"
|
||||
}
|
||||
|
|
@ -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";
|
||||
}
|
||||
|
|
@ -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"
|
||||
}
|
||||
|
|
@ -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";
|
||||
}
|
||||
|
|
@ -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"
|
||||
}
|
||||
|
|
@ -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"
|
||||
}
|
||||
|
|
@ -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";
|
||||
}
|
||||
|
|
@ -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"
|
||||
}
|
||||
|
|
@ -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";
|
||||
}
|
||||
|
|
@ -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"
|
||||
}
|
||||
|
|
@ -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";
|
||||
}
|
||||
|
|
@ -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"
|
||||
}
|
||||
|
|
@ -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";
|
||||
}
|
||||
|
|
@ -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"
|
||||
}
|
||||
|
|
@ -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";
|
||||
}
|
||||
|
|
@ -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"
|
||||
}
|
||||
|
|
@ -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";
|
||||
}
|
||||
|
|
@ -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"
|
||||
}
|
||||
|
|
@ -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";
|
||||
}
|
||||
|
|
@ -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"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue