From fa61e62df9985c67c2ac5348449dc2db9bf65b31 Mon Sep 17 00:00:00 2001 From: James Seibel Date: Sat, 4 Jan 2025 10:02:35 -0600 Subject: [PATCH] Add more detail to CPU preset config tooltip --- .../java/com/seibel/distanthorizons/core/config/Config.java | 4 ++-- .../src/main/resources/assets/distanthorizons/lang/en_us.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core/src/main/java/com/seibel/distanthorizons/core/config/Config.java b/core/src/main/java/com/seibel/distanthorizons/core/config/Config.java index fd5576d69..9d303c79f 100644 --- a/core/src/main/java/com/seibel/distanthorizons/core/config/Config.java +++ b/core/src/main/java/com/seibel/distanthorizons/core/config/Config.java @@ -96,8 +96,8 @@ public class Config + "Higher options will improve LOD generation and loading speed, \n" + "but will increase CPU load and may introduce stuttering.\n" + "\n" - + "Note: on CPUs with 4 cores or less these settings will be less effective \n" - + " and some settings will give similar results. \n" + + "Note: This is a CPU relative setting. \n" + + "It should put an equal amount of strain on a 2 core CPU as a 64 core CPU.\n" + "") .setAppearance(EConfigEntryAppearance.ONLY_IN_GUI) .addListener(ThreadPresetConfigEventHandler.INSTANCE) diff --git a/core/src/main/resources/assets/distanthorizons/lang/en_us.json b/core/src/main/resources/assets/distanthorizons/lang/en_us.json index 1c0d1af44..a2bc2636f 100644 --- a/core/src/main/resources/assets/distanthorizons/lang/en_us.json +++ b/core/src/main/resources/assets/distanthorizons/lang/en_us.json @@ -67,7 +67,7 @@ "distanthorizons.config.client.threadPresetSetting": "CPU Load", "distanthorizons.config.client.threadPresetSetting.@tooltip": - "Modifies how many threads Distant Horizons' will use. \n\nIncreasing this setting will improve the Distant Generator speed and LOD loading speed, \nbut will also increase CPU/memory usage and may introduce stuttering. \n\nNote: on CPUs with 4 cores or less these settings will be less effective \nand some settings will give similar results.", + "Modifies how many threads Distant Horizons' will use. \n\nIncreasing this setting will improve the Distant Generator speed and LOD loading speed, \nbut will also increase CPU/memory usage and may introduce stuttering. \n\nNote: This is a CPU relative setting. \nIt should put an equal amount of strain on a 2 core CPU as a 64 core CPU.", "distanthorizons.config.client.optionsButton": "Show The Options Button",