Larian Banner: Baldur's Gate Patch 9
Previous Thread
Next Thread
Print Thread
#473541 24/08/13 03:16 AM
Joined: Apr 2013
stranger
OP Offline
stranger
Joined: Apr 2013
Made the mistake of changing my resolution to 5760x1080 and i can no longer get out of the video settings screen. It's not designed apparently to scale correctly.

Problem is I can no longer change the resolution back to 1920x1080 because i cannot get to the buttons at the bottom of the settings page.

Please help, how do I change this back manually via .cfg or .xml files?

I submitted this bug in the multiplayer alpha, glad to see it wasn't ignored. At a minimum please restrict the resolutions dropdown to maximum usable resolutions.


Joined: Mar 2003
Location: Canada
Support
Offline
Support
Joined: Mar 2003
Location: Canada

There are plans in the works to better support higher resolutions, but you are right that in the meantime they should be filtered out (or at least a warning given).


You can manually set the resolution by editing the graphicsettings.lsx file in Wordpad, or other text editor, located in the folder:

C:/Users/ %username% /My Documents/Larian Studios/Dragon Commander

Alternately, deleting the file will get the game to recreate it the next time it is started, or the [FAQ] Troubleshooting Dragon Commander & support topic has a default version of the file that will put the game in a lower resolution in windowed mode.


Look for the section

<node id="ConfigEntry">
<attribute id="MapKey" value="ScreenHeight" type="22" />
<attribute id="Type" value="0" type="5" />
<attribute id="Value" value="768" type="4" />
</node>
<node id="ConfigEntry">
<attribute id="MapKey" value="ScreenWidth" type="22" />
<attribute id="Type" value="0" type="5" />
<attribute id="Value" value="1024" type="4" />
</node>



Search for 'fake' near the start of the file to set the display mode (if both FakeFullscreen and Fullscreen are set to zero, it will be in Window mode).

<node id="ConfigEntry">
<attribute id="MapKey" value="FakeFullscreenEnabled" type="22" />
<attribute id="Type" value="0" type="5" />
<attribute id="Value" value="0" type="4" />
</node>
<node id="ConfigEntry">
<attribute id="MapKey" value="FrameCapFPS" type="22" />
<attribute id="Type" value="0" type="5" />
<attribute id="Value" value="60" type="4" />
</node>
<node id="ConfigEntry">
<attribute id="MapKey" value="Fullscreen" type="22" />
<attribute id="Type" value="0" type="5" />
<attribute id="Value" value="1" type="4" />
</node>


Moderated by  Bvs, ForkTong, Issh, Larian_QA, Lar_q, Lynn, Raze 

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