CLUA Console for BG2EE
arnster
Member Posts: 4
Not super important, but I was wondering if the CLUA console can be turned on in Baldur's gate 2 enhanced edition. I'm running windows 8 and found the Baldur.ini file in My Documents, but am not sure if it's possible to add a line to turn on the CLUA console
1
Comments
'Program Options', 'Debug Mode', '1',
Any help on this would be greatly appreciated,
Thanks.
I have the console working fine after adding the following to baldur.ini:
'Program Options', 'Debug Mode', '1',
You probably need to put it in the correct part of the file, under the line that reads:
INSERT INTO options ROWS (
Also I don't know if it mattered for BG2, but using the correct spacing commands may be important for the EE. Use 'Tab' to separate each part of the command.
When I originally put "'Program Options', 'Debug Mode', '1'," in the area where game options shows up, the console would not open.
I hate that I'm doing this at all, but I'm not about to miss out on Watcher's Keep, which for whatever reason doesn't show on my game map.
If anybody can help please reply here or PM me thanks
Copy and paste this
'Program Options', 'Debug Mode', '1',
just after line "INSERT INTO options ROWS (". Pay attention to copy the space part before 'Program Options' too. There must a tab at the beginning of the line and after the comma in between quoted parts.
Position of the line is not that important, although it must be between the initial "INSERT INTO..." and before the line preceeding the ending ");". Note that the last line before ");" doesn't have a final comma, so you need to insert the given line before that line without ending comma.
If you have working console on bg1ee, just copy that ini file to overwrite your bg2ee one. Might wanna back it up first, but this worked for me. No more active stacks :P
C:
Is all that is required now.
So for instance C:CreateItem("Ax1h07")
CLUAConsole: should still work its just more work!
C: CreateItem ("Ax1h07")
that appears in the console and that's it ...
You can't have spaces
C:CreateItem("Brac06")
Key to the sewers
C:CreateItem("Key29")
Presuming of course you have edited the baldur.ini file so you can use the console.
I tried C:SetCurrentXP("1000000") both with and without the quotation marks "", to no avail
http://forum.baldursgate.com/discussion/26822/just-a-psa-in-case-anyone-else-spends-two-days-trying-to-get-the-console-working#latest
With language packs installed on Windows, CTRL+Space was the hotkey to switch languages, and it was getting caught by the OS to do that so the game never registered it. Check to see if something is doing the same for you...
OS X; textwrangler.
Id