From bc9aefe27fd1487e21a7554360759f08d5c86153 Mon Sep 17 00:00:00 2001 From: ProbablePrime Date: Tue, 30 Jul 2024 19:51:37 -0700 Subject: [PATCH 1/2] Add strings for FOV Effect setting --- en.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/en.json b/en.json index 1dbc829..33afda8 100644 --- a/en.json +++ b/en.json @@ -1730,6 +1730,10 @@ "Settings.DesktopRenderSettings.FieldOfView": "Field of view", "Settings.DesktopRenderSettings.FieldOfView.Description": "Use this to control the field of view (FOV) when in desktop mode. Larger values will give you wider view at the cost of greater distortion on the sides.", + + "Settings.DesktopRenderSettings.FieldOfViewEffects": "Field of view effects", + "Settings.DesktopRenderSettings.FieldOfViewEffects.Description": "When this option is enabled, Resonite will apply effects to your field of view based on your interactions in Resonite. For example, the zooming effect when you sprint in desktop.\n Does NOT include effects found in User Generated Content.", + "Settings.DesktopRenderSettings.VSync": "VSync", "Settings.DesktopRenderSettings.VSync.Description": "When this option is enabled, the framerate will be synced with the refresh rate of your screen. Disabling this can render frames faster, but also cause visible tearing.\n\nThis can be useful when doing performance testing, as it will uncap the update and rendering speed.", "Settings.DesktopRenderSettings.LimitFramerateWhenUnfocused": "Limit framerate when in background", From 71a9a153ee207a88d6512d39868f402e009d3212 Mon Sep 17 00:00:00 2001 From: ProbablePrime Date: Mon, 5 Aug 2024 16:21:44 -0700 Subject: [PATCH 2/2] fixup#: rename --- en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/en.json b/en.json index 33afda8..3ea3e56 100644 --- a/en.json +++ b/en.json @@ -1731,8 +1731,8 @@ "Settings.DesktopRenderSettings.FieldOfView": "Field of view", "Settings.DesktopRenderSettings.FieldOfView.Description": "Use this to control the field of view (FOV) when in desktop mode. Larger values will give you wider view at the cost of greater distortion on the sides.", - "Settings.DesktopRenderSettings.FieldOfViewEffects": "Field of view effects", - "Settings.DesktopRenderSettings.FieldOfViewEffects.Description": "When this option is enabled, Resonite will apply effects to your field of view based on your interactions in Resonite. For example, the zooming effect when you sprint in desktop.\n Does NOT include effects found in User Generated Content.", + "Settings.DesktopRenderSettings.SprintFieldOfViewZoom": "Zoom FOV when sprinting", + "Settings.DesktopRenderSettings.SprintFieldOfViewZoom.Description": "When this option is enabled, Resonite will zoom your FOV when you are sprinting in Desktop.\nDisable the setting to remove the effect.\nDoes NOT include effects found in User Generated Content.", "Settings.DesktopRenderSettings.VSync": "VSync", "Settings.DesktopRenderSettings.VSync.Description": "When this option is enabled, the framerate will be synced with the refresh rate of your screen. Disabling this can render frames faster, but also cause visible tearing.\n\nThis can be useful when doing performance testing, as it will uncap the update and rendering speed.",