From 0667ad06278c48757257e826321f3b8233ae9e07 Mon Sep 17 00:00:00 2001 From: Hecklezz Date: Thu, 22 May 2025 14:44:35 +1000 Subject: [PATCH 1/2] Add Scene Only option to performance autotune, and increase maximum preferred distance to 1024, and made some settings persist --- .../app_settings/settings_firestorm.xml | 36 +++++++++++++++++++ .../default/xui/en/floater_fs_performance.xml | 4 +++ .../xui/en/panel_fs_performance_autotune.xml | 2 +- 3 files changed, 41 insertions(+), 1 deletion(-) diff --git a/indra/newview/app_settings/settings_firestorm.xml b/indra/newview/app_settings/settings_firestorm.xml index 61d0229fee9..26ac17f8968 100644 --- a/indra/newview/app_settings/settings_firestorm.xml +++ b/indra/newview/app_settings/settings_firestorm.xml @@ -230,6 +230,42 @@ Value 0 + + AutoTuneRenderFarClipMin + + Comment + The lowest draw distance that auto tune is allowed to use + Persist + 1 + Type + F32 + Value + 32.0 + + + AutoTuneRenderFarClipTarget + + Comment + The draw distance that auto tune will try to achieve + Persist + 1 + Type + F32 + Value + 256.0 + + + AutoTuneImpostorFarAwayDistance + + Comment + Avatars beyond this range will automatically be optimized + Persist + 1 + Type + F32 + Value + 64.0 + FSChatWindow diff --git a/indra/newview/skins/default/xui/en/floater_fs_performance.xml b/indra/newview/skins/default/xui/en/floater_fs_performance.xml index 8455163c04d..1d89a93dbf5 100644 --- a/indra/newview/skins/default/xui/en/floater_fs_performance.xml +++ b/indra/newview/skins/default/xui/en/floater_fs_performance.xml @@ -297,6 +297,10 @@ label="Avatars and Scene" name="av_and_scene" value="1" /> +