This commit is contained in:
NotAKidoS 2023-06-06 11:51:47 -05:00
parent d04f505d88
commit 76a677e3e4
5 changed files with 12 additions and 12 deletions

View file

@ -25,6 +25,6 @@ using System.Reflection;
namespace NAK.SmoothRay.Properties; namespace NAK.SmoothRay.Properties;
internal static class AssemblyInfoParams internal static class AssemblyInfoParams
{ {
public const string Version = "1.0.0"; public const string Version = "1.0.1";
public const string Author = "NotAKidoS"; public const string Author = "NotAKidoS";
} }

View file

@ -1,23 +1,23 @@
{ {
"_id": -1, "_id": -1,
"name": "SmoothRay", "name": "SmoothRay",
"modversion": "1.0.0", "modversion": "1.0.1",
"gameversion": "2022r170", "gameversion": "2022r170",
"loaderversion": "0.5.7", "loaderversion": "0.5.7",
"modtype": "Mod", "modtype": "Mod",
"author": "NotAKidoS", "author": "NotAKidoS",
"description": "Smoothes your controller while using the Quick and Main menus to make it easier to navigate.", "description": "Smoothes your controller while using the Quick and Main menus to make it easier to navigate.\nThis is a CVR adaptation of a Beat Saber mod: [BeatSaber_SmoothedController](https://github.com/kinsi55/BeatSaber_SmoothedController)\n\nSupport for TrackedControllerFix & DesktopVRSwitch.",
"searchtags": [ "searchtags": [
"vr", "vr",
"ray", "ray",
"controller", "controller",
"tracking" "smoothing"
], ],
"requirements": [ "requirements": [
"None" "None"
], ],
"downloadlink": "https://github.com/NotAKidOnSteam/NAK_CVR_Mods/releases/download/r3/SmoothRay.dll", "downloadlink": "https://github.com/NotAKidOnSteam/NAK_CVR_Mods/releases/download/r9/SmoothRay.dll",
"sourcelink": "https://github.com/NotAKidOnSteam/NAK_CVR_Mods/tree/main/SmoothRay/", "sourcelink": "https://github.com/NotAKidOnSteam/NAK_CVR_Mods/tree/main/SmoothRay/",
"changelog": "Initial Release", "changelog": "Initial CVRMG Release",
"embedcolor": "dc8105" "embedcolor": "dc8105"
} }

View file

@ -25,6 +25,6 @@ using System.Reflection;
namespace NAK.TrackedControllerFix.Properties; namespace NAK.TrackedControllerFix.Properties;
internal static class AssemblyInfoParams internal static class AssemblyInfoParams
{ {
public const string Version = "1.0.4"; public const string Version = "1.0.5";
public const string Author = "NotAKidoS"; public const string Author = "NotAKidoS";
} }

View file

@ -1,4 +1,4 @@
# TrackedControllerFix (Depricated) # TrackedControllerFix
lazy af fix for a small issue lazy af fix for a small issue
Your Left/Right hand controllers will now track faster and while in the Steam overlay. Your Left/Right hand controllers will now track faster and while in the Steam overlay.

View file

@ -1,12 +1,12 @@
{ {
"_id": -1, "_id": -1,
"name": "TrackedControllerFix", "name": "TrackedControllerFix",
"modversion": "1.0.0", "modversion": "1.0.5",
"gameversion": "2022r170", "gameversion": "2022r170",
"loaderversion": "0.5.7", "loaderversion": "0.5.7",
"modtype": "Mod", "modtype": "Mod",
"author": "NotAKidoS", "author": "NotAKidoS",
"description": "Allows your controllers to track while the SteamVR overlay is open. This also fixes Quest/Touch controllers feeling slow during fast movements.", "description": "Allows your controllers to track while the SteamVR overlay is open. This also fixes Quest/Touch controllers feeling slow during fast movements.\n\nSupport for SmoothRay & DesktopVRSwitch.",
"searchtags": [ "searchtags": [
"vr", "vr",
"quest", "quest",
@ -16,8 +16,8 @@
"requirements": [ "requirements": [
"None" "None"
], ],
"downloadlink": "https://github.com/NotAKidOnSteam/NAK_CVR_Mods/releases/download/r3/TrackedControllerFix.dll", "downloadlink": "https://github.com/NotAKidOnSteam/NAK_CVR_Mods/releases/download/r9/TrackedControllerFix.dll",
"sourcelink": "https://github.com/NotAKidOnSteam/NAK_CVR_Mods/tree/main/TrackedControllerFix/", "sourcelink": "https://github.com/NotAKidOnSteam/NAK_CVR_Mods/tree/main/TrackedControllerFix/",
"changelog": "Initial Release", "changelog": "Initial CVRMG Release",
"embedcolor": "3498db" "embedcolor": "3498db"
} }