Larian Banner: Baldur's Gate Patch 9
Previous Thread
Next Thread
Print Thread
Joined: Jun 2021
M
merkk Offline OP
stranger
OP Offline
stranger
M
Joined: Jun 2021
I play on my laptop but I usually use an external monitor which has a higher resolution then my laptop display. My laptop display is set to 1920x1080. When i launch the game now, half the gameplay window is offscreen since it's launching the game in 2560x1440. I can see enough of the options screen to change the resolution setting, but the accept/apply buttons are off screen so i can't click on them and apparently just hitting enter or space doesn't actually click the accept button.

Is there another way to reset the resolution or to click on the apply button?

Joined: Sep 2017
veteran
Offline
veteran
Joined: Sep 2017
You can navigate to '\Documents\Larian Studios\Baldur's Gate 3\graphicSettings.lsx' and edit that in any standard text editor like Notepad.

Find the following two nodes and just change the value to your laptop's resolution:

Code
                <node id="ConfigEntry">
                    <attribute id="MapKey" type="FixedString" value="ScreenHeight"/>
                    <attribute id="Type" type="int32" value="0"/>
                    <attribute id="Value" type="int32" value="1440"/>
                </node>
                <node id="ConfigEntry">
                    <attribute id="MapKey" type="FixedString" value="ScreenWidth"/>
                    <attribute id="Type" type="int32" value="0"/>
                    <attribute id="Value" type="int32" value="2560"/>
                </node>

Joined: Jun 2021
M
merkk Offline OP
stranger
OP Offline
stranger
M
Joined: Jun 2021
thanks!


Link Copied to Clipboard
Powered by UBB.threads™ PHP Forum Software 7.7.5