Skip to content

CLUAConsole not working 2.1

dreypdxdreypdx Member Posts: 21
I cannot for the life of me get the CLUA Console working. I have edited the baldur.lua file - with wordpad - not sure if this is a 2.1 issue or not? SetPrivateProfileString ('Program Options' , 'Debug Mode' , '1') - any ideas?

Comments

  • Mr2150Mr2150 Member Posts: 1,170
    That's correct.

    SetPrivateProfileString('Program Options','Debug Mode','1')

    Save and close the file. Then run BGEE and press ctrl + space to open the console. If you would have previously used a code like:

    CLUAConsole:CreateItem("Bag31") it should now be just C:CreateItem("Bag31")
  • dreypdxdreypdx Member Posts: 21
    Yeah right - except when I hit ctrl + space - the console doesn't open in the game.
  • dreypdxdreypdx Member Posts: 21
    OK - figured this out - when the Baldur.lua file was in the 00766 folder it would not work. Moved it to My Documents/BGEE folder and now the cheats work - (as well as my custom portraits) sweet - - why does the folder have to be there ? It makes sense to me that it would have to be where the install is but - what do I know - -
Sign In or Register to comment.