Skip to content
toggle menu
Activity
Categories
Discussions
Best Of...
Sign In
·
Register
Sign In
·
Register
Activity
Categories
Discussions
Best Of...
Sign In
·
Register
×
Home
›
Baldur's Gate II: Enhanced Edition
Debug Mode
Madae
Member
Posts:
24
June 2016
in
Baldur's Gate II: Enhanced Edition
So, apparently this has changed. I'm finding conflicting information everywhere and can't get it working so far. What is the correct way to enable this?
0
Comments
elminster
Member, Developer
Posts:
16,317
June 2016
edited June 2016
If you are using version 1.3 then put this line into your baldur.
ini
file
'Program Options', 'Debug Mode', '1',
If you are using 2.0 or later then put this line in your baldur.
lua
file
SetPrivateProfileString('Program Options','Debug Mode','1')
3
Sign In
or
Register
to comment.
Comments
'Program Options', 'Debug Mode', '1',
If you are using 2.0 or later then put this line in your baldur.lua file
SetPrivateProfileString('Program Options','Debug Mode','1')