Skip to content

CLUAConsole won't work!

MaxanderMaxander Member Posts: 18
edited December 2013 in Not An Issue
Hi there!

I just brought the enhanced edition and I've made the easier cheats such as ctrl + j work fine yet I can't get the CLUAConsole to appear. Does anyone have any idea what I can do about this? Thanks in advance! :)

This is my Baldur.ini file:
CREATE TABLE options (
section string,
name string,
value string
);
INSERT INTO options ROWS (
'Fonts', 'ko_KR', 'UNBOM',
'Fonts', 'zh_CN', 'SIMSUN',
'Fonts', 'ja_JP', 'MSGOTHIC',
'Fonts', 'ru_RU', 'PERMIAN',
'Fonts', 'uk_UA', 'PERMIAN',
'Window', 'Full Screen', '1',
'Graphics', 'version', '4.2.12002 Compatibility Profile Context 9.12.0.0',
'Graphics', 'renderer', 'ATI Radeon HD 5800 Series',
'Graphics', 'vendor', 'ATI Technologies Inc.',
'MOVIES', 'LOGO', '1',
'MOVIES', 'INTRO15F', '1',
'Window', 'Maximized', '0',
'Game Options', 'Footsteps', '1',
'Game Options', 'Memory Level', '1',
'Game Options', 'Mouse Scroll Speed', '36',
'Game Options', 'GUI Feedback Level', '5',
'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', '62',
'Game Options', 'Infravision', '0',
'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', '2',
'Game Options', 'Quick Item Mapping', '1',
'Game Options', 'Environmental Audio', '1',
'Game Options', 'Heal Party on Rest', '0',
'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', 'Color Circles', '1',
'Graphics', 'Scale UI', '1',
'Game Options', 'Over Confirm Everything', '0',
'Game Options', 'Pausing Map', '0',
'Game Options', 'Extra Feedback', '0',
'Game Options', 'Filter Games', '1',
'Game Options', 'All Learn Spell Info', '0',
'Graphics', 'Hardware Mouse Cursor', '1',
'Program Options', 'Font Name', '',
'Program Options', 'Debug Mode', '1',
'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', '20', '',
'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',
'MOVIES', 'RESTDUNG', '1'
);
Post edited by Illydth on

Comments

  • JalilyJalily Member Posts: 4,681
    Press Ctrl+Space.
  • MaxanderMaxander Member Posts: 18
    Have tried that many times, I have used CLUAConsole many times before when I played the original BG2 but it just won't work now with the enhanced version.
  • Troodon80Troodon80 Member, Developer Posts: 4,110
    There's something weird happening there. Why are there multiple Program Options, but with varying sections, names, and values?

    Example:

    'Double Byte Character Support', '0', 'Program Options',
    'Program Options', 'Double Byte Character Support', '0',

    Could you try renaming the Baldur.ini file, then letting the game create a new one, and edit in the Debug Mode line in once a new fresh INI file has been created.
  • MaxanderMaxander Member Posts: 18
    Thanks for the idea but I'm afraid it didn't work either. The new one is full of different Program Options as well and when I add in a new 'Program Options','Debug Mode','1' the same problem as before appears. The cheats works but the console won't appear.
  • MaxanderMaxander Member Posts: 18
    Ah, thanks missed that. It was apparently two apostophes intstead of a traditional quote though. I removed it however and quite much changed after I started and closed the game again as you can see below. The simpler cheats have now also ceased working I might add. How should I correct this? (I have a feeling that I need to delete quite much but I'm unsure what)

    CREATE TABLE options (
    section string,
    name string,
    value string
    );
    INSERT INTO options ROWS (
    'Fonts', 'ko_KR', 'UNBOM',
    'Fonts', 'zh_CN', 'SIMSUN',
    'Fonts', 'ja_JP', 'MSGOTHIC',
    'Fonts', 'ru_RU', 'PERMIAN',
    'Fonts', 'uk_UA', 'PERMIAN',
    'Window', 'Full Screen', '1',
    'Graphics', 'version', '4.2.12002 Compatibility Profile Context 9.12.0.0',
    'Graphics', 'renderer', 'ATI Radeon HD 5800 Series',
    'Graphics', 'vendor', 'ATI Technologies Inc.',
    'MOVIES', 'LOGO', '1',
    'MOVIES', 'INTRO15F', '1',
    'Window', 'Maximized', '0',
    'Game Options', 'Footsteps', '1',
    'Game Options', 'Memory Level', '1',
    'Game Options', 'Mouse Scroll Speed', '36',
    'Game Options', 'GUI Feedback Level', '5',
    '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', '62',
    'Game Options', 'Infravision', '0',
    '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', '2',
    'Game Options', 'Quick Item Mapping', '1',
    'Game Options', 'Environmental Audio', '1',
    'Game Options', 'Heal Party on Rest', '0',
    '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', 'Color Circles', '1',
    'Graphics', 'Scale UI', '1',
    'Game Options', 'Over Confirm Everything', '0',
    'Game Options', 'Pausing Map', '0',
    'Game Options', 'Extra Feedback', '0',
    'Game Options', 'Filter Games', '1',
    'Game Options', 'All Learn Spell Info', '0',
    'Graphics', 'Hardware Mouse Cursor', '1',
    'Program Options', 'Font Name', ',
    ',
    'Options', 'Debug', ', ',
    ',
    ', 'Options', 'Double',
    'Character', ', ', ',
    ',
    'Options', 'Drop', ', ',
    ',
    ', 'Options', '3D',
    ', ', ',
    ', 'Options',
    'Maximum', 'Rate', '30',
    'Program', ', ', 'Search',
    ', ', ',
    ', 'Options',
    'Tooltips', '60', 'Program',
    ', ', 'Shadows', '1',
    'Program', ', ', 'Mirror',
    '0', 'Program', ', ',
    'Correction', '0', 'Program',
    ', ', 'Correction', '0',
    'Program', ', ', 'Compatible',
    ', ', ',
    ', 'Options',
    'Volume', ', ', ',
    ',
    'Options', 'Volume', ', ',
    ',
    ', 'Options', 'Volume',
    ', ', ',
    ', 'Options',
    'Volume', ', ', ',
    ',
    'Options', 'Volume', ', ',
    ',
    ', ', ', ', ',
    ',
    ', ', ', ', ',
    '
    );
    ', '', '',
    'Program Options', 'Double Byte Character Support', '0',
    'Program Options', 'Drop Capitals', '0',
    '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'
    );
  • MaxanderMaxander Member Posts: 18
    Thanks alot btw for all these fast suggestions
    :)
  • MaxanderMaxander Member Posts: 18
    Well the problem is just that when I do that it goes back to square one. There is yet another:
    Program Options', 'Font Name', '',

    And then a bunch of Program options following.
  • Troodon80Troodon80 Member, Developer Posts: 4,110
    @Maxander, you don't need to worry about the Font Name. Nothing wrong with that part.

    Could you use the 'Attach a file' link just below the comment box, here on the forum, and attach a fresh INI file? I'll add the line required and then upload it for you to try out.
  • MaxanderMaxander Member Posts: 18
    Curses, it seems like that neither fixes this problem. Can it be that I simply don't see it but it's there in some way?
  • MaxanderMaxander Member Posts: 18
    Mmm looks almost like it did in the old days with the original BG2. When I press ctrl + space nothing changes however and things still looks like this:
  • MaxanderMaxander Member Posts: 18
    Thank you very much! Yes I did have several languages enabled. This fixed it, I tried it out and it finally came up. Thanks a bunch!
Sign In or Register to comment.