Baldur.ini file
emssmiley2002
Member Posts: 5
in BG:EE Mods
This is a screenshot of my Baldur.ini file. I have no idea where to put Debug Mode=1 to get the CLUAConsole to show up in game. Im open to suggestions.
0
Comments
The next point to make is that it is not 'Debug Mode=1' any more. Instead, use:
'Program Options', 'Debug Mode', '1',
or if you are adding it to the end of the file but before the closing brace, use
'Program Options', 'Debug Mode', '1'
Example, this:
INSERT INTO options ROWS ( 'Window', 'Full Screen', '0',
would become this:
INSERT INTO options ROWS ( 'Program Options', 'Debug Mode', '1', 'Window', 'Full Screen', '0',
If you using Wordpad for anything, you are doomed.