It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
I can not for the life of me find the .ini file that lets me add debug mode. I have looked EVERYWHERE. Any help would be appreciated.


Edit- Fixed it
Post edited December 12, 2017 by Max7099
Go to Documents/Baldurs'gate 2 EE

open baldur.lua

add : SetPrivateProfileString('Program Options','Debug Mode','1')

enjoy ^^
Don't use a pure text editor like Notepad; use Wordpad or MS Word instead. In Notepad you can't see the line breaks.

Also, make a backup copy of baldur.lua first so you can restore the original file if you make a mistake.
avatar
Montresor_SP: Don't use a pure text editor like Notepad; use Wordpad or MS Word instead. In Notepad you can't see the line breaks.

Also, make a backup copy of baldur.lua first so you can restore the original file if you make a mistake.
Wordpad and MS Word add formatting data. Not a good idea at all. Better to use Notepad++, a totally free source code editor.