Skip to content

Commit ca7e829

Browse files
Update For Valorant Patch 11.02
Update to fix Stretched Resolution in Valorant Patch 11.02 (Unreal Engine 5.3 Update)
1 parent 4a8e03b commit ca7e829

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Games/Valorant_Games.vb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Imports System.Windows.Forms
44
Module Valorant_Games
55
' {-Summary-}
66
'
7-
' Used to enable true stretched resolution in Valorant after Patch 9.09 (https://playvalorant.com/en-us/news/game-updates/valorant-patch-notes-9-09)
7+
' Used to enable true stretched resolution in Valorant after Patch 11.02 Unreal Engine 5.3 Update (https://playvalorant.com/en-us/news/game-updates/valorant-patch-notes-11-02)
88
'
99
' Usage:
1010
' • EnableValorantStretched() - Enables Valorant Stretched

Modules/FindConfigLocation_Module.vb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Module FindConfigLocation_Module
9595
' Check if a matching file was found
9696
If valorantUserConfigFolderPath IsNot Nothing Then
9797
' Add the rest of the file path to the folder for the last riot id + region code
98-
Dim fullvalorantUserConfigFolderPath As String = Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData) + $"/VALORANT/Saved/Config/{valorantUserConfigFolderPath}/Windows/GameUserSettings.ini"
98+
Dim fullvalorantUserConfigFolderPath As String = Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData) + $"/VALORANT/Saved/Config/{valorantUserConfigFolderPath}/WindowsClient/GameUserSettings.ini"
9999
' Return full last riot user config path with region code added (and standardized)
100100
ValorantConfigReturn = StandardizePath(fullvalorantUserConfigFolderPath)
101101

0 commit comments

Comments
 (0)