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

Incorrect resolution detected #11

Closed swigity closed 3 years ago

swigity commented 3 years ago

I don't have any old installations of valorant and I don't have auto hide but it still has the same black bars on the sides of the screen.

crocokyle commented 3 years ago

Can you post the logs from your installation here? Also, is your taskbar located on the same monitor you want to play on?

swigity commented 3 years ago

Can you post the logs from your installation here? Also, is your taskbar located on the same monitor you want to play on?

I only have one monitor so the taskbar is on the same monitor I play on. I tried finding the logs but in documents in file explorer I couldn't find any folder called ValorantUltrawideHack or anything of the sorts.

crocokyle commented 3 years ago

Some people have reported similar issues when they have multiple drives and their Documents or User folder is located on a separate drive (or volume) from the OS.

Try extracting the zip file to your desktop and running the installer from there. You can also check to see if it might have created a new /users/<yourusername>/Documents/ValorantUltrawideHack in your OS volume if it is separate from where your other libraries are stored.

swigity commented 3 years ago

Ok thank you that did work, it was in my user documents folder. I have install log, I have SysSetup log, and I have ValorantLauncher log. How should I post it? Should I post a screenshot or should I copy and paste the logs?

crocokyle commented 3 years ago

You can just drag and drop the files into a comment here or paste them as code blocks. Either is fine.

swigity commented 3 years ago

install_log.log SysSetup_log.log ValorantLauncher_log.log

crocokyle commented 3 years ago

Is your monitor's native resolution 2293 x 960 or do you have any scaling enabled?

Also, I know you said your taskbar is on the main monitor, but just wondering if it is located on the bottom of the screen?

swigity commented 3 years ago

no my monitors resolution is 3440 by 1440. I don't have any scaling enabled.

crocokyle commented 3 years ago

Okay, I think that is the problem. I'm not sure why but the script is detecting your resolution as 2293 x 960.

The quick fix would be to open the file: C:\Users\manus\AppData\Local\VALORANT\Saved\Config\1db54cac-6a49-5612-a94d-b0593352fce4\Windows\GameUserSettingsSrc.ini in notepad.

Make sure you open GameUserSettingsSrc.ini NOT GameUserSettings.ini

Use find and replace by pressing CTRL+H and replace all instances of 2293 with 3440 and replace all instances of 960 with 1440. Save the file and you should be good to test it.

It's hard to say why the script is detecting the wrong resolution for your system, but it usually has to do with display mods, taskbar, graphics scaling, or accessibility settings.

swigity commented 3 years ago

Yaaaayyyy it worked! Thank you so much for going out of your way to help!

crocokyle commented 3 years ago

Okay, great! glad to help