Forces Valorant to low settings in the config files for all accounts on the computer
When you set the ingame settings for Valorant, it saves these in a GameUserSettings.ini file for each of your accounts. This file allow you to further reduce the quality beyond "Low" ingame by setting the fields manually in the file to 0.
The program automates the following:
- Press Windows + R and type %localappdata% and press OK
- Access the Valorant folder
- Access the Saved folder
- Access the Config folder
- For each UUID in there (This is your account folders) access the Windows folder
- Update the
GameUserSettings.inifile to the following:
sg.ViewDistanceQuality=0
sg.AntiAliasingQuality=0
sg.ShadowQuality=0
sg.PostProcessQuality=0
sg.TextureQuality=0
sg.EffectsQuality=0
sg.FoliageQuality=0
sg.ShadingQuality=0
- Save the file
Build it from source yourself (You need the .NET6 SDK) or download from the release section.