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

×
ok so ive read i need to open the baldur.ini file and under [Program Option] enter Debug Mode=1. i couldnt find the file in the install directory but i did find it under in the my documents bg2ee folder and inside of it there was a bunch of ' Program Options ' but putting debug mode=1 under them did nothing.

am i opening the wrong file? if i cant find the file anywhere else what should i do?

i just need the 1 hour time advancement command to work.
This question / problem has been solved by EugVVlimage
avatar
Aranwen1: ok so ive read i need to open the baldur.ini file and under [Program Option] enter Debug Mode=1. i couldnt find the file in the install directory but i did find it under in the my documents bg2ee folder and inside of it there was a bunch of ' Program Options ' but putting debug mode=1 under them did nothing.

am i opening the wrong file? if i cant find the file anywhere else what should i do?

i just need the 1 hour time advancement command to work.
You need to write, *exactly*, the following:

'Program Options', 'Debug Mode', '1',
avatar
Aranwen1: ok so ive read i need to open the baldur.ini file and under [Program Option] enter Debug Mode=1. i couldnt find the file in the install directory but i did find it under in the my documents bg2ee folder and inside of it there was a bunch of ' Program Options ' but putting debug mode=1 under them did nothing.

am i opening the wrong file? if i cant find the file anywhere else what should i do?

i just need the 1 hour time advancement command to work.
avatar
Hickory: You need to write, *exactly*, the following:

'Program Options', 'Debug Mode', '1',
copied it in, wrote it in, still cant force an hour to pass and ctrl space just pauses. im using note++ and i wrote it at the bottom of all the other program options.
avatar
Aranwen1: copied it in, wrote it in, still cant force an hour to pass and ctrl space just pauses. im using note++ and i wrote it at the bottom of all the other program options.
The latest versions of EE use Baldur.lua (baldur.ini is used only for the initial transfer of settings). To enable console, add the following line to Baldur.lua:
SetPrivateProfileString('Program Options','Debug Mode','1')
Post edited July 16, 2018 by EugVVl
avatar
Aranwen1: copied it in, wrote it in, still cant force an hour to pass and ctrl space just pauses. im using note++ and i wrote it at the bottom of all the other program options.
avatar
EugVVl: The latest versions of EE use Baldur.lua (baldur.ini is used only for the initial transfer of settings). To enable console, add the following line to Baldur.lua:
SetPrivateProfileString('Program Options','Debug Mode','1')
and we have a winner :D ty