Larian Banner: Baldur's Gate Patch 9
Previous Thread
Next Thread
Print Thread
Joined: Oct 2017
G
journeyman
OP Offline
journeyman
G
Joined: Oct 2017
Every time I launch the game the screen is so large, I can only actually see a corner of the screen so I can't get into the options. I also cant find any way to set or change the screen resolution prior to launch on steam. Thanks for any suggestions.

Joined: Sep 2016
L
enthusiast
Offline
enthusiast
L
Joined: Sep 2016
The graphics settings seem to be stored in this file:

C:\Users\<your name>\Documents\Larian Studios\Baldur's Gate 3\graphicSettings.lsx

You could close the game, open this file with notepad and change these values to 1280x800 or some such and then restart.

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


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