Skip to content

Shadow Keeper - CLUAConsole

So, will good ol' Shadow Keeper/Gate Keeper work with BG:EE?

I usually use it to change my characters appearance or race. Much easier than having to throw around those CLUAConsole commands, and searching all around the net for the right combinations and animation names.

Are the CLUAConsole commands even still the same?

Comments

  • DeeDee Member Posts: 10,447
    The CLUA commands are the same as they were in BG2, so once enabled you'll be able to Ctrl+Y your way to victory again. ;)

    The -Keeper programs may work, but they'll need a bit of updating to work with the new file structure.
  • KenKen Member Posts: 226
    Aosaw said:

    The CLUA commands are the same as they were in BG2, so once enabled you'll be able to Ctrl+Y your way to victory again. ;)

    Never used those Ctrl+Something commands actually, they didn't seem to work. Used commands allot for my BG1 modding days though :)
  • P0dbiP0dbi Member Posts: 19
    Hello,
    I've got trouble with CLUA Console. I have succesfully writen the "Program Options", "Debug Mode", "1" to my Baldur.ini file and when I type CTRL + SPACE the console appears. The problem is that when I type some command (for example "ExploreArea") I will give the following output:
    CLUAConsole.ExploreArea()
    lua: toLua - 'self' is not appropriate to function 'ExploreArea'.
    ActiveStack:
    ActiveStack:

    Have you encountered this problem before? Anyone?
  • NecroblivionNecroblivion Member Posts: 210
    Shadow Keeper works.
  • BeastmanBeastman Member Posts: 42
    edited December 2012
    P0dbi said:

    Have you encountered this problem before? Anyone?

    Haven't tried with Explore Area but these, for example, do work:

    CLUAConsole:AddGold(#)
    CLUAConsole:SetCurrentXP(#)

    Looking at your console output: did you use CLUAConsole: or CLUAConsole. to initiate commands?

  • P0dbiP0dbi Member Posts: 19
    Beastman said:

    P0dbi said:

    Have you encountered this problem before? Anyone?

    Haven't tried with Explore Area but these, for example, do work:

    CLUAConsole:AddGold(#)
    CLUAConsole:SetCurrentXP(#)

    Looking at your console output: did you use CLUAConsole: or CLUAConsole. to initiate commands?

    Oh. Thank you! I'm dumb as a hamster. I have typed the commands with dot "." and that was the problem. With ":" everyhink works fine. :-)
    Thanks again.
Sign In or Register to comment.