crocokyle / Valorant-Ultrawide-Fix

Scales the UI and game to an ultrawide ratio without stretching. This does not increase horizontal FOV and does decrease vertical FOV
27 stars 2 forks source link

Launcher path and shortcut icon path need to be dynamic #5

Closed crocokyle closed 3 years ago

crocokyle commented 3 years ago

The launcher path is hardcoded to C:\Riot Games\Riot Client\RiotClientServices.exe

This is not the correct path for each user.

The shortcut icon path is pointing to %SystemDrive%\Riot Games\VALORANT\live\ShooterGame\Binaries\Win64\VALORANT-Win64-Shipping.exe

This needs to be dynamically generated as well.

crocokyle commented 3 years ago

@AeroElectro I modified the launcher path to search for the installation directory via a registry key. If you want to test this now feel free. The shortcut icon should also be dynamic now.