From b9ce34bf1056364723318779bfaf4cc2241880e5 Mon Sep 17 00:00:00 2001 From: Eauldane Date: Tue, 26 Aug 2025 15:53:19 +0100 Subject: [PATCH] Adjusted triangle threshold for auto pause, and made notifications for syncshell members the default as well. --- .../Configurations/PlayerPerformanceConfig.cs | 4 ++-- MareSynchronos/MareSynchronos.csproj | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/MareSynchronos/MareConfiguration/Configurations/PlayerPerformanceConfig.cs b/MareSynchronos/MareConfiguration/Configurations/PlayerPerformanceConfig.cs index c5a06a0..6b45ac7 100644 --- a/MareSynchronos/MareConfiguration/Configurations/PlayerPerformanceConfig.cs +++ b/MareSynchronos/MareConfiguration/Configurations/PlayerPerformanceConfig.cs @@ -7,9 +7,9 @@ public class PlayerPerformanceConfig : IMareConfiguration public int Version { get; set; } = 1; public bool AutoPausePlayersExceedingThresholds { get; set; } = true; public bool NotifyAutoPauseDirectPairs { get; set; } = true; - public bool NotifyAutoPauseGroupPairs { get; set; } = false; + public bool NotifyAutoPauseGroupPairs { get; set; } = true; public int VRAMSizeAutoPauseThresholdMiB { get; set; } = 500; - public int TrisAutoPauseThresholdThousands { get; set; } = 175; + public int TrisAutoPauseThresholdThousands { get; set; } = 400; public bool IgnoreDirectPairs { get; set; } = true; public TextureShrinkMode TextureShrinkMode { get; set; } = TextureShrinkMode.Default; public bool TextureShrinkDeleteOriginal { get; set; } = false; diff --git a/MareSynchronos/MareSynchronos.csproj b/MareSynchronos/MareSynchronos.csproj index 81816b1..4d77933 100644 --- a/MareSynchronos/MareSynchronos.csproj +++ b/MareSynchronos/MareSynchronos.csproj @@ -2,7 +2,7 @@ Snowcloak - 0.1.8 + 0.1.8.1 https://github.com/Eauldane/SnowcloakClient/