BG:EE can not change settings
abelcaine
Member Posts: 9
I can't change language, graphic settings, difficulty level and other options. Any time I change options and re-start game again, settings are on default. I tried solution from here:
https://steamcommunity.com/app/228280/discussions/0/135508031952920597/
but it's doesn't work.
My version is GOG 2.1.0.3. with SoD. Reinstallation with or without SoD is (not)working in the same way. I tried even clean registry after save changes and use solution from link above - but it's still not working.
Any ideas?
https://steamcommunity.com/app/228280/discussions/0/135508031952920597/
but it's doesn't work.
My version is GOG 2.1.0.3. with SoD. Reinstallation with or without SoD is (not)working in the same way. I tried even clean registry after save changes and use solution from link above - but it's still not working.
Any ideas?
0
Comments
What operating system are you on? I will assume Windows 10. Which part of teh solution did you try? Did you try and delete the baldur.lua or add the extra lines (and if you added the lines, was the game closed)?
If you added the lines, try deleting baldur.lua and starting the game.
Another thing to try is to pause your virus checker and retry. There has been a problem with some anti-virus engines under WIndows 10 interfering with the Documents folder.
BTW, the latest GOG version is 2.3.67.3_(a)_(10672) (at least last time I checked), so I would probably upgrade to that first. You will have a more enjoyable time of it.
Let us know how you go.
Gus
A few minuts later: tur off the AV doesn't help.
- paused your virus checker and updated the game to v2.3.
- with the game closed deleted the baldur.lua (not baldur.ini and checking the file deleted is in the Baldur's Gate Enhanced Edition folder and not the Baldur's Gate II Enhanced Edition folder - assuming you haven't changed the default installation addresses)?
- started and closed the game to recreate the baldur.lua file.
- checked a setting within baldur.lua, e.g. SetPrivateProfileString('Window','Full Screen','1') and closed the file again.
- restarted the game and unticked full screen (within graphics options).
- opened baldur.lua again to confirm it has changed to SetPrivateProfileString('Window','Full Screen','0').
- quit baldur.lua and the game.
After having done that does the game still reset automatically to full screen when you restart again?
a problem?
Did you try what Grond0 has suggested? This would confirm the correct baldur.lua and its ability to be edited. Could you also check the properties of baldur.lua to make sure that the file attributes isn't set to 'Read Only' for some reason and to make sure the filename isn't baldur.lua.txt.
Do you have other Beamdog games installed and are they running OK.
Gus
If the non-ASCII is the prob, there is another work around I can think of that may help, but give the bug report solution a go first. If it doesn't work, we can then try or at least test...
I am unsure whether this has been fixed for later releases; I can only assume that it has.
Gus
It's how things work internally for computers. Computers like numbers, not letters. So each letter is actually represented by a number for computers. Of this, the letters that are numbered 0 to 127 are considered ASCII characters. The advantage of ASCII characters is that no matter what kind of number to letter conversion you use, these 'should' always be the same.
However, of these 128 characters, the characters 0 to 32 and 127 are reserved for computer operations, and aren't actually readable characters. Stuff like 'Carriage Return' (go one row down) or 'Backspace' (delete the previous character) don't really make a lot of sense when reading it. (Though 32 could be considered an exception, as it's a regular space.)
Thus, Ascii characters can have only the following:
The letters a-z (lowercase, and NOT including letters with additions, such as the dots above ë)
The letters A-Z (uppercase, and again without additions)
The numbers 0-9
The following symbols: ! " # $ % & ' ( ) = + , - . / : ; < = > ? @ [ \ ] ^ _ ` { | } ~
Spaces and newlines
Any text containing 'letters' not listed above are not considered ASCII characters.
Note that despite \ being an ASCII character, it is still replaced by the Yen symbol when you use a Japanese localization.
1) a Windows Controlled Folder Access problem
2) an Antivirus issue
Gus
Edit: Another reason... in older versions of Windows, changing the name of the account did not change the path name. There are a bunch of security details that are imbedded when the inital UserID is set. If you have a look at your path, it is likely to be what it was before... Setting a new home for docs will fix that.
Thaks all of you for help.