From 1e1fb8da0fd8fbe4f421e89be1d476c69d0c6a10 Mon Sep 17 00:00:00 2001 From: NotAKidoS <37721153+NotAKidoS@users.noreply.github.com> Date: Wed, 31 Dec 2025 22:13:04 -0600 Subject: [PATCH 1/2] [YouAreMyPropNowWeAreHavingSoftTacosLater] man --- YouAreMyPropNowWeAreHavingSoftTacosLater/Main.cs | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/YouAreMyPropNowWeAreHavingSoftTacosLater/Main.cs b/YouAreMyPropNowWeAreHavingSoftTacosLater/Main.cs index 6942477..3cbeac5 100644 --- a/YouAreMyPropNowWeAreHavingSoftTacosLater/Main.cs +++ b/YouAreMyPropNowWeAreHavingSoftTacosLater/Main.cs @@ -119,7 +119,7 @@ public class YouAreMyPropNowWeAreHavingSoftTacosLaterMod : MelonMod ); #endregion CVRSyncHelper Patches - + #region CVRDownloadManager Patches HarmonyInstance.Patch( @@ -240,7 +240,16 @@ public class YouAreMyPropNowWeAreHavingSoftTacosLaterMod : MelonMod } // ReSharper disable UnusedParameter.Local - private static bool OnCVRDownloadManagerQueueTask(AssetManagement.UgcMetadata metadata, DownloadTask.ObjectType type, string assetUrl, string fileId, string toAttach, CVRLoadingAvatarController loadingAvatarController = null, bool joinOnComplete = false, bool isHomeRequested = false, CompatibilityVersions compatibilityVersion = CompatibilityVersions.NotSpi, CVREncryptionRouter.EncryptionAlgorithm encryptionAlgorithm = CVREncryptionRouter.EncryptionAlgorithm.Gen1, string spawnerId = null) + private static bool OnCVRDownloadManagerQueueTask( + AssetManagement.UgcMetadata metadata, + DownloadTask.ObjectType type, + string assetUrl, + string fileId, + string toAttach, + CVRLoadingAvatarController loadingAvatarController = null, + bool joinOnComplete = false, + bool isHomeRequested = false, + string spawnerId = null) { if (type != DownloadTask.ObjectType.Prop) return true; // Only care about props From bf58de493a60d2e9b4fe46b85430e75d802945f1 Mon Sep 17 00:00:00 2001 From: NotAKidoS <37721153+NotAKidoS@users.noreply.github.com> Date: Wed, 31 Dec 2025 22:13:40 -0600 Subject: [PATCH 2/2] [YouAreMyPropNowWeAreHavingSoftTacosLater] Bump version --- .../Properties/AssemblyInfo.cs | 2 +- YouAreMyPropNowWeAreHavingSoftTacosLater/format.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/YouAreMyPropNowWeAreHavingSoftTacosLater/Properties/AssemblyInfo.cs b/YouAreMyPropNowWeAreHavingSoftTacosLater/Properties/AssemblyInfo.cs index 6bfe17e..073bd2d 100644 --- a/YouAreMyPropNowWeAreHavingSoftTacosLater/Properties/AssemblyInfo.cs +++ b/YouAreMyPropNowWeAreHavingSoftTacosLater/Properties/AssemblyInfo.cs @@ -27,6 +27,6 @@ using System.Reflection; namespace NAK.YouAreMyPropNowWeAreHavingSoftTacosLater.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/YouAreMyPropNowWeAreHavingSoftTacosLater/format.json b/YouAreMyPropNowWeAreHavingSoftTacosLater/format.json index 9dfa056..c493752 100644 --- a/YouAreMyPropNowWeAreHavingSoftTacosLater/format.json +++ b/YouAreMyPropNowWeAreHavingSoftTacosLater/format.json @@ -1,7 +1,7 @@ { "_id": 262, "name": "YouAreMyPropNowWeAreHavingSoftTacosLater", - "modversion": "1.0.2", + "modversion": "1.0.3", "gameversion": "2025r181-hf2", "loaderversion": "0.7.2", "modtype": "Mod",