mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2026-02-04 09:06:10 +00:00
Compare commits
No commits in common. "bf58de493a60d2e9b4fe46b85430e75d802945f1" and "0da225b05ca161739b8461c5bb84b226710203fc" have entirely different histories.
bf58de493a
...
0da225b05c
3 changed files with 4 additions and 13 deletions
|
|
@ -119,7 +119,7 @@ public class YouAreMyPropNowWeAreHavingSoftTacosLaterMod : MelonMod
|
||||||
);
|
);
|
||||||
|
|
||||||
#endregion CVRSyncHelper Patches
|
#endregion CVRSyncHelper Patches
|
||||||
|
|
||||||
#region CVRDownloadManager Patches
|
#region CVRDownloadManager Patches
|
||||||
|
|
||||||
HarmonyInstance.Patch(
|
HarmonyInstance.Patch(
|
||||||
|
|
@ -240,16 +240,7 @@ public class YouAreMyPropNowWeAreHavingSoftTacosLaterMod : MelonMod
|
||||||
}
|
}
|
||||||
|
|
||||||
// ReSharper disable UnusedParameter.Local
|
// ReSharper disable UnusedParameter.Local
|
||||||
private static bool OnCVRDownloadManagerQueueTask(
|
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)
|
||||||
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
|
if (type != DownloadTask.ObjectType.Prop) return true; // Only care about props
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -27,6 +27,6 @@ using System.Reflection;
|
||||||
namespace NAK.YouAreMyPropNowWeAreHavingSoftTacosLater.Properties;
|
namespace NAK.YouAreMyPropNowWeAreHavingSoftTacosLater.Properties;
|
||||||
internal static class AssemblyInfoParams
|
internal static class AssemblyInfoParams
|
||||||
{
|
{
|
||||||
public const string Version = "1.0.3";
|
public const string Version = "1.0.2";
|
||||||
public const string Author = "NotAKidoS";
|
public const string Author = "NotAKidoS";
|
||||||
}
|
}
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"_id": 262,
|
"_id": 262,
|
||||||
"name": "YouAreMyPropNowWeAreHavingSoftTacosLater",
|
"name": "YouAreMyPropNowWeAreHavingSoftTacosLater",
|
||||||
"modversion": "1.0.3",
|
"modversion": "1.0.2",
|
||||||
"gameversion": "2025r181-hf2",
|
"gameversion": "2025r181-hf2",
|
||||||
"loaderversion": "0.7.2",
|
"loaderversion": "0.7.2",
|
||||||
"modtype": "Mod",
|
"modtype": "Mod",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue