stuck in windowed mode?
Luitstra
Member Posts: 22
for some reason since last week whenever I open Baldur's gate EE or BGII SoA EE it goes to windowed mode and when I go to options and click fullscreen>done it just stays in windowed mode and if I go back to the graphics settings the box is unclicked like I never touched it
any idea what is causing this?
any idea what is causing this?
0
Comments
I updated to windows 10 quite a while ago and both BGI and II worked fine before in windows 10
yes it was set to read only wich I changed for BG EE and all subfolders(in programfiles>steam>steam apps>common>BG EE*
* = the folder in wich i turned off readonly and all subfolders
but it doesn't work
Hence why the first question I asked is if you could save games. If you couldn't then this would point the finger towards Windows 10.
In full screen mode, mine has the following two lines (amongst others) - worth checking they are there for you:
SetPrivateProfileString('Window','Maximized','0') SetPrivateProfileString('Window','Full Screen','1')
Also, do you have a baldur.ini file still in the \Documents\BG-game folder? If so then please check the settings above for "Maximize" and "Full Screen" in there. I believe you can safely rename it to baldur.ini.bak since the game uses the baldur.lua file now.
when I copy them here they show up as you'd normally expect
CREATE TABLE options (
section string,
name string,
value string
);
INSERT INTO options ROWS (
'Fonts', 'ko_KR', 'UNBOM',
'Fonts', 'zh_CN', 'SIMSUN',
'Fonts', 'ja_JP', 'MSGOTHIC',
'Fonts', 'ru_RU', 'PERMIAN',
'Fonts', 'uk_UA', 'PERMIAN',
'Window', 'Full Screen', '1',
'Graphics', 'version', '4.5.13416 Compatibility Profile Context 15.300.1025.1001 - build XXXX',
'Graphics', 'renderer', 'AMD Radeon HD 7900 Series',
'Graphics', 'vendor', 'ATI Technologies Inc.',
'MOVIES', 'LOGO', '1',
'MOVIES', 'INTRO15F', '1',
'Game Options', 'Footsteps', '1',
'Game Options', 'Memory Level', '
(just a random part)
anyway this was always the case (even in windows 7 before the upgrade) and it always worked correctly till I started having this problem I tought it was becasue I downloaded it trough steam...
Tried reinstalling... same problems persists
My understanding is that the screen doesn't scroll like that when in windowed mode. It only does it when in full screen mode. You can double-click to move the window, or use the arrow keys...
if what your saying is correct I need help with the orriginal problem I tried everything in this topic so far but to no avail...
any other ideas I could try
SetPrivateProfileString('Window','Maximized','1')
SetPrivateProfileString('Window','w','1024')
SetPrivateProfileString('Window','x','448')
SetPrivateProfileString('Window','y','156')
SetPrivateProfileString('Window','h','768')
SetPrivateProfileString('Window','Full Screen','0')
Your numbers may be different currently but the format should be the same.
I'd suggest to:
- Close the game, open baldur.lua and change the settings as follows:
- Change the 'Full Screen' (this can be 0 or 1, this is OFF or ON respectively) to a 1 and change 'Maximised' to 0. These are the settings I have when in Full Screen mode. Then save the file. Close it. And then run the game. Any joy?
- If not - reopen baldur.lua and check if the manual changes you made have not been altered somehow. If they have then something is altering them, somehow? Maybe a mod or something else. Is this the case?
- Take a copy of your baldur.lua and save it to your desktop as a backup, then delete the file completely. This will reset all your settings. Now run the game, the game will be forced to generate a new baldur.lua file and should generate it in Full Screen mode.
Let me know how you get on...
when doing a search for "SetPrivateProfileString" (directly copy/pasted from your post) and came up with nothing...
if you don't mind could you do a copy/pasta of your .ini file? maybe if I just replace everything it works?
as far as versions go im on
Baldur's gate:EE 2.3.67.3
Baldur's gate II SoA: EE 2.3.67.3
Most of the settings in the baldur.lua file look like the ones I pasted...
For cheats - add the following line:
SetPrivateProfileString('Program Options','Debug Mode','1')
Use Ctrl+Space to open the cheat menu - use C:xxxx instead of CLUAxxxx eg C:CreateItem('BAG31') to create a bag of holding.