Skip to content

Can't find Baldur.ini for console commands

I did a big uninstall - > reinstall of all baldurs gate EE games recently. Now I can't find the .ini file?
I checked where it's suppose to be, in the My Documents folder, and it wasn't there, only the .lua and the saves and portraits.

I even checked the actual Steam Program folder. Nothing.

Is it a 2.1 thing? Where can I find it?

Thanks :)

Comments

  • BillyYankBillyYank Member Posts: 2,768
    It is the .lua file. Look at all those SetPrivateProfileString commands, they have all the settings that used to be in the .ini file. I assume the one you're looking for is:
    SetPrivateProfileString('Program Options','Debug Mode','1')
    RatcliffJuliusBorisov
  • RatcliffRatcliff Member Posts: 43
    BillyYank said:

    It is the .lua file. Look at all those SetPrivateProfileString commands, they have all the settings that used to be in the .ini file. I assume the one you're looking for is:
    SetPrivateProfileString('Program Options','Debug Mode','1')

    That's it!

    You are very clever, thank you.
    JuliusBorisov
Sign In or Register to comment.