Skip to content

Does anyone know why I am getting these debug messages with CLUAConsole?

Ok, I've tried everything and I can't get my CLUAConsole to work properly, so I'm posting a screenshot of my Baldur.ini and also a SS of what it looks like in game whenever I enter *any* CLUAConsole command. Hopefully someone will let me know what is going on and what I can do to get my console working correctly. Thanks in advance.

http://s2.postimage.org/5aghvjbgp/baldur_INI.png
http://postimage.org/image/wu8kkv5xh/full/

Comments

  • CoM_SolaufeinCoM_Solaufein Member Posts: 2,607
    Because its in the wrong area. It should be first in the Program Options area.
  • tyl998tyl998 Member Posts: 144
    edited December 2012
    I've tried that. I don't believe it makes a difference...I'll try it again.

    Yep, it didn't make a lick of difference.
  • CoM_SolaufeinCoM_Solaufein Member Posts: 2,607
    And you deleted the one you have at line 9?
  • tyl998tyl998 Member Posts: 144
    Well yeah. Cut then Paste.
  • NukeninNukenin Member Posts: 327
    Lose line 8. Who knows what madness that's causing! (The ',', ',', ')' line.)
  • tyl998tyl998 Member Posts: 144
    I've already deleted in the past that and that also didn't make a lick of difference. I'm at the end of my ropes :(
  • NukeninNukenin Member Posts: 327
    edited December 2012
    Are you using CTRL+Space before you enter your console commands?

    It looks like the display you're seeing is what happens when you press Ctrl+M/Enter.
  • tyl998tyl998 Member Posts: 144
    edited December 2012
    Yes, I am using Ctrl + M, because Ctrl + Space does nothing for me :(

    Correction: Ctrl + space makes it so my keyboard is basically disabled until I press ctrl + space again.
  • elminsterelminster Member, Developer Posts: 16,315
    edited December 2012
    If it helps, this is mine and it works. (I've thrown the --- in just to separate it from this sentence here but everything between those lines is what I have for it. Including the (; at the end.


    ------------------------------------------------------------------------------------

    CREATE TABLE options (
    section string,
    name string,
    value string
    );
    INSERT INTO options ROWS (
    'Program Options', 'Debug Mode', '1',
    'Window', 'Full Screen', '1',
    'MOVIES', 'INTRO', '1',
    'Game Options', 'Footsteps', '1',
    'Game Options', 'Memory Level', '1',
    'Game Options', 'Mouse Scroll Speed', '36',
    'Game Options', 'GUI Feedback Level', '6',
    'Game Options', 'Locator Feedback Level', '3',
    'Game Options', 'Bored Timeout', '3000',
    'Game Options', 'Always Dither', '1',
    'Game Options', 'Subtitles', '1',
    'Game Options', 'Keyboard Scroll Speed', '36',
    'Game Options', 'Command Sounds Frequency', '2',
    'Game Options', 'Selection Sounds Frequency', '3',
    'Game Options', 'Effect Text Level', '63',
    'Game Options', 'Infravision', '1',
    'Game Options', 'Weather', '1',
    'Game Options', 'Tutorial State', '1',
    'Game Options', 'Attack Sounds', '1',
    'Game Options', 'Auto Pause State', '0',
    'Game Options', 'Auto Pause Center', '1',
    'Game Options', 'Difficulty Level', '3',
    'Game Options', 'Quick Item Mapping', '1',
    'Game Options', 'Environmental Audio', '1',
    'Game Options', 'Heal Party on Rest', '1',
    'Game Options', 'Terrain Hugging', '0',
    'Game Options', 'HP Over Head', '0',
    'Game Options', 'Critical Hit Screen Shake', '1',
    'Game Options', 'Hotkeys On Tooltips', '1',
    'Game Options', 'Area Effects Density', '100',
    'Game Options', 'Duplicate Floating Text', '1',
    'Game Options', 'Tiles Precache Percent', '100',
    'Game Options', 'Pausing Map', '0',
    'Game Options', 'Extra Feedback', '0',
    'Game Options', 'Filter Games', '1',
    'Game Options', 'All Learn Spell Info', '1',
    'Graphics', 'Scale UI', '0',
    'Hardware Mouse Cursor', '1', 'Program Options',
    'Font Name', '', 'Program Options',
    'Double Byte Character Support', '0', 'Program Options',
    'Drop Capitals', '1', 'Program Options',
    '3D Acceleration', '1', 'Program Options',
    'Maximum Frame Rate', '30', 'Program Options',
    'Path Search Nodes', '32000', 'Program Options',
    'Tooltips', '60', 'Program Options',
    'Translucent Shadows', '1', 'Program Options',
    'Sprite Mirror', '0', 'Program Options',
    'Gamma Correction', '0', 'Program Options',
    'Brightness Correction', '0', 'Program Options',
    'Backwards Compatible 3d', '0', 'Program Options',
    'Volume Movie', '90', 'Program Options',
    'Volume Music', '40', 'Program Options',
    'Volume Voices', '100', 'Program Options',
    'Volume Ambients', '40', 'Program Options',
    'Volume SFX', '80', 'Window',
    'Maximized', '0', 'Window',
    'x', '475', 'Window',
    'y', '160', 'Window',
    'w', '725', 'Window',
    'h', '541', 'Multiplayer',
    'Last Protocol Used', '2', 'Multiplayer',
    'Player Name', 'Elminster', 'Multiplayer',
    'Session Password', '', 'Multiplayer',
    'Session Name', 'Elminster', 'Multiplayer',
    'Default Permissions', '11111101', 'Multiplayer',
    'Pausing Dialog', '0', 'Multiplayer',
    'Import Character', '7', 'Multiplayer',
    'TCP/IP Address', '....', 'MOVIES',
    'REST', '1', 'MOVIES',
    'FRARMINN', '1', 'MOVIES',
    'RESTINN', '1', 'Lua Edit',
    'String0', 'CLUAConsole:SetCurrentXP("300000")', 'Lua Edit',
    'String1', 'CLUAConsole:CreateItem("chan13") ', 'Lua Edit',
    'String2', 'CLUAConsole:CreateItem("chan12") ', 'Lua Edit',
    'String3', 'CLUAConsole:CreateItem("chan17") ', 'Lua Edit',
    'String4', 'CLUAConsole:CreateItem("chan18") ', 'Lua Edit',
    'String5', 'CLUAConsole:CreateItem("chan19") ', 'Lua Edit',
    'String6', 'CLUAConsole:CreateItem("chan08") ', 'Lua Edit',
    'String7', 'CLUAConsole:CreateItem("chan04") ', 'Lua Edit',
    'String8', 'CLUAConsole:CreateItem("chan14") ', 'Lua Edit',
    'String9', 'CLUAConsole:CreateItem("chan10") ', '',
    'Graphics', 'Hardware Mouse Cursor', '1',
    'Program Options', 'Font Name', '',
    'Program Options', 'Double Byte Character Support', '0',
    'Program Options', 'Drop Capitals', '1',
    'Program Options', '3D Acceleration', '1',
    'Program Options', 'Maximum Frame Rate', '30',
    'Program Options', 'Path Search Nodes', '32000',
    'Program Options', 'Tooltips', '60',
    'Program Options', 'Translucent Shadows', '1',
    'Program Options', 'Sprite Mirror', '0',
    'Program Options', 'Gamma Correction', '0',
    'Program Options', 'Brightness Correction', '0',
    'Program Options', 'Backwards Compatible 3d', '0',
    'Program Options', 'Volume Movie', '90',
    'Program Options', 'Volume Music', '10',
    'Program Options', 'Volume Voices', '100',
    'Program Options', 'Volume Ambients', '40',
    'Program Options', 'Volume SFX', '80',
    'MOVIES', 'RESTDUNG', '1',
    'Window', 'Maximized', '0',
    'MOVIES', 'REST', '1',
    'Lua Edit', 'String0', 'CLUAConsole:CreateCreature("Khark") ',
    'Lua Edit', 'String1', 'CLUAConsole:SetCurrentXP("7500550") ',
    'Lua Edit', 'String2', 'CLUAConsole:SetGlobal("FindBandits","Global",2)',
    'Lua Edit', 'String3', 'CLUAConsole:SetCurrentXP("7500550") ',
    'Lua Edit', 'String4', 'CLUAConsole:SetCurrentXP("2000") ',
    'Lua Edit', 'String5', 'CLUAConsole:SetCurrentXP("36000") ',
    'Lua Edit', 'String6', 'CLUAConsole:AddGold("2222222") ',
    'Lua Edit', 'String7', 'CLUAConsole:addGold(22222222) ',
    'Lua Edit', 'String8', 'CLUAConsole:addGold("22222222") ',
    'Lua Edit', 'String9', 'CLUAConsole:SetCurrentXP("7500550") ',
    'MOVIES', 'DEATHAND', '1',
    'Window', 'x', '6',
    'Window', 'y', '54',
    'Window', 'w', '874',
    'Window', 'h', '658',
    'MOVIES', 'RESTINN', '1',
    'Multiplayer', 'Last Protocol Used', '2',
    'Multiplayer', 'Player Name', 'el',
    'Multiplayer', 'Session Password', '',
    'Multiplayer', 'Session Name', 'el',
    'MOVIES', 'FRARMINN', '1',
    'MOVIES', 'WRECK', '1',
    'MOVIES', 'NASHKELL', '1'
    );

    -----------------------------------------------------------------------------------
    Post edited by elminster on
  • NukeninNukenin Member Posts: 327
    Yep, Ctrl-M may look like it's opening the console window, and you can edit a console command, but it won't actually execute the command—when you hit Enter you get info about your location or whatever the cursor is over or some such.
  • tyl998tyl998 Member Posts: 144
    I've found a way to make it work, but it's really, REALLY wierd.

    Basically, every time I start up the game, before Ctrl + Space will work, I must first press Ctrl + M and then exit out of that particular console. Then, Ctrl + Space works just fine for the rest of the session, even if I reload another save or quit and load up a game, as long as I don't close the game itself. I have no clue why this is.
  • NukeninNukenin Member Posts: 327
    Excellent! Now I have to get rid of that option in my Baldur.ini. :D (I was going to suggest trying Ctrl+Space after doing the Ctrl-M/Enter thing.)
  • tyl998tyl998 Member Posts: 144
    Get rid of that option? What do you mean by that?
  • TsyrithTsyrith Member Posts: 180
    The only thing I can potentially see that's wrong is the possible usage of spaces in lieu of tabs, of which I have absolutely no idea if it makes any difference whatsoever.

    Kinda like how I hate it when you're telling someone how to fix their computer, and they then tell you about how an icon was at the left side of the screen before, and it was working, but someone moved it to the right and now it suddenly doesn't work so that must be the problem... man I'd hate to work tech support...

    What were we talking about?
  • NukeninNukenin Member Posts: 327
    tyl998 said:

    Get rid of that option? What do you mean by that?

    I enabled the debug mode so I could help figure out what you were experiencing. But now that you got it working, I got rid of it with all haste. :D
  • tyl998tyl998 Member Posts: 144
    Oh I see :) I'm just trying to get that Scroll Case I should've gotten :) I leave it on just for Ctrl - J so I can save time travelling across maps I've already explored..
  • ElofElof Member Posts: 42
    tyl998 said:

    Oh I see :) I'm just trying to get that Scroll Case I should've gotten :) I leave it on just for Ctrl - J so I can save time travelling across maps I've already explored..

    I let my party race each other across maps. I even do a commentary. Whoever gets to the other end of the map last has to dig the poop hole at camp that night.
  • tyl998tyl998 Member Posts: 144
    YES! I DID IT! I FIGURED OUT WHY CTRL + SPACE WAS BEING BUGGY!

    This may help others too so I'm glad I found the source. On windows 7, one of the keyboard shortcuts to switching input languages no matter what program you're in is ctrl + space, so whenever I tried to access the console, it'd instead switch my language to Chinese, which also explained why none of my keyboard commands worked anymore in-game until I pressed it againt o change the language back to English.

    So, to fix this, uninstall your other languages, and you're all good to use ctrl + space! Happy CLUA-ing people!
Sign In or Register to comment.