From d78218ad0e753f65bb828b25378df1b0eaab9365 Mon Sep 17 00:00:00 2001 From: Clayell <125416952+Clayell@users.noreply.github.com> Date: Thu, 16 Jan 2025 16:31:36 -0500 Subject: [PATCH 1/2] Update RealSolarSystem.cfg --- GameData/RealSolarSystem/RealSolarSystem.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GameData/RealSolarSystem/RealSolarSystem.cfg b/GameData/RealSolarSystem/RealSolarSystem.cfg index aff4f7cc..d136bd89 100644 --- a/GameData/RealSolarSystem/RealSolarSystem.cfg +++ b/GameData/RealSolarSystem/RealSolarSystem.cfg @@ -18,7 +18,7 @@ REALSOLARSYSTEM } } - timeWarpRates + timeWarpRates:NEEDS[!BetterTimeWarpCont|!TimeControl] { rate1 = 10 rate2 = 100 From 480ff39ae44ee7593097bad7f70f06cc2de3227b Mon Sep 17 00:00:00 2001 From: Clayell <125416952+Clayell@users.noreply.github.com> Date: Sun, 20 Jul 2025 22:37:06 -0400 Subject: [PATCH 2/2] this should use 'and' --- GameData/RealSolarSystem/RealSolarSystem.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GameData/RealSolarSystem/RealSolarSystem.cfg b/GameData/RealSolarSystem/RealSolarSystem.cfg index d136bd89..77a488a0 100644 --- a/GameData/RealSolarSystem/RealSolarSystem.cfg +++ b/GameData/RealSolarSystem/RealSolarSystem.cfg @@ -18,7 +18,7 @@ REALSOLARSYSTEM } } - timeWarpRates:NEEDS[!BetterTimeWarpCont|!TimeControl] + timeWarpRates:NEEDS[!BetterTimeWarpCont&!TimeControl] { rate1 = 10 rate2 = 100