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've googled and looked through a couple of threads here, but I cannot activate the console for BG1: EE. I've made the edits to the .ini file but pressing ctrl+SPACE does nothing. I'm using Win 10 if that makes a difference.
This question / problem has been solved by Engerek01image
avatar
Doozerpindan: I've googled and looked through a couple of threads here, but I cannot activate the console for BG1: EE. I've made the edits to the .ini file but pressing ctrl+SPACE does nothing. I'm using Win 10 if that makes a difference.
.ini is for the classic versions. For EEs, your destination is a .lua file.

Go to your /Documents/Baldur's Gate - Enhanced Edition folder
Open the Baldur.lua with a text editor like Notepad ++
Add the line
SetPrivateProfileString('Program Options','Debug Mode','1')

Now CTRL+Space should work
avatar
Doozerpindan: I've googled and looked through a couple of threads here, but I cannot activate the console for BG1: EE. I've made the edits to the .ini file but pressing ctrl+SPACE does nothing. I'm using Win 10 if that makes a difference.
avatar
Engerek01: .ini is for the classic versions. For EEs, your destination is a .lua file.

Go to your /Documents/Baldur's Gate - Enhanced Edition folder
Open the Baldur.lua with a text editor like Notepad ++
Add the line
SetPrivateProfileString('Program Options','Debug Mode','1')

Now CTRL+Space should work
Yay, it worked! Thank you!