Console Commands/The new console
CheryChocie
Member Posts: 47
So at a basic level I don't really understand how this console works. I can understand the God Bow, Give Gold and Give Experience, but beyond that not so much. I currently have a string saying "BD0010 TEST" which I can't really interact with, a Travel Button and an Explore button which don't seem to do a lot and none of the previous console commands work anymore. Have I missed something? I've read through the FAQ and such to see if they've mentioned it at all but I can't see anything about it.
Thanks.
Thanks.
0
Comments
The scrollable list that currently contains "BD0010 Test" is for a list of areas, for quick navigation around the game. You select an area and click "Travel" and it is equivalent to C:MoveToArea(). We just haven't populated this list for BG1/2 (yet?)
The Explore button is the equivalent of C:ExploreArea()
I wasn't aware that we dropped CLUAConsole:, but to be honest I can't think of a reason why I'd want it back
That helped greatly in all my games, as there always were things to fix.
How can I do it now?
CLUAConsole:ExploreArea()
You now type:
C:ExploreArea()
I think 1.3 allowed both forms, and apparently 2.0 now only takes the latter. Also note that we no longer use Baldur.ini but Baldur.lua, so enabling debug mode has to happen in that file.