Not sure where to put this, but here I go: I can not acces to the CLUA console
MrMojoyoyo
Member Posts: 5
Hi there guys
I've been reading every single pice of info about activating the console and I got nothing but frustration.
I've fund the file (Baldur.lua).
I've add the line: SetPrivateProfileString('Program Options','Debug Mode','1') ; at the line 33.
I've saved the file and run a game normally.
But not matter if I press control+space or cmd+space, nothing happens.
The game version is 2.3.67.3 and I'm running Mac OS 10.13.2
Any clues?
I've been reading every single pice of info about activating the console and I got nothing but frustration.
I've fund the file (Baldur.lua).
I've add the line: SetPrivateProfileString('Program Options','Debug Mode','1') ; at the line 33.
I've saved the file and run a game normally.
But not matter if I press control+space or cmd+space, nothing happens.
The game version is 2.3.67.3 and I'm running Mac OS 10.13.2
Any clues?
0
Comments
In that case you would need to look at step 1 in this thread.
Alternatively, install the "hidden gameplay options" mod. It will display that option in game.
Cheers!
first of all: thanks for your help but it is not working.
As I said previously, I was running BGIIEE v2.3.67.3 on macOS 10.13.2
Now I have updated BGIIEE to v2.5.10.0
I have added to my file Baldur.lua the string SetPrivateProfileString('Program Options','Debug Mode','1')
Then saved and checked if the file were properly modified, and it was.
But, for some reason, nor (left) ctrl+space o cmd+space get me anything else than pause the game.
PD: I was not able to install the "hidden gameplay options" because I need to run an exe and I'm not able to run it
may this be the end of the road?
The exact line in Baldur.lua is: The position of the line doesn’t matter. (Unless you have another line in the lua file that revokes the Debug Mode.)
Make sure to edit the file with a text editor (e.g. BBEdit, TextMate, etc.), not with a word processor (MS-Word, Pages, etc.). You can also edit it with Apple’s TextEdit, just make sure to save the file not as Rich Text.
Attention with the OS’ smart quotes replacement: you need straight single quotes (''), not the curly ones (‘’).
And, as others already have said, quit BG before editing the lua file.
PS:
And yes, it also works with the Steam version. (I’m currently playing the Steam version.)