Skip to content

clua console

So I edited the .ini file according to this reference: http://forum.baldursgate.com/discussion/24884/how-can-i-get-the-clua-console-on-my-windows-7 and and am having no luck opening it. Help plz.

Comments

  • fish0331fish0331 Member Posts: 197
    bump
  • elminsterelminster Member, Developer Posts: 16,317
    Attach your ini file here.
  • fish0331fish0331 Member Posts: 197
    Alrighty
  • kryptixkryptix Member Posts: 741
    Also check to Make sure your operating system doesn't have ctrl space mapped to another function such as switching languages.
  • elminsterelminster Member, Developer Posts: 16,317
    Try this.
  • fish0331fish0331 Member Posts: 197
    nope didn't work
  • fish0331fish0331 Member Posts: 197
    CREATE TABLE options (
    section string,
    name string,
    value string
    );
    INSERT INTO options ROWS (
    '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', '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', '63',
    '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', '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', 'Hardware Mouse Cursor', '1',
    'Program Options', 'Debug Mode', '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',
    'MOVIES', 'DEATHAND', '1',
    'MOVIES', 'REST', '1',
    'MOVIES', 'FRARMINN', '1',
    'MOVIES', 'RESTINN', '1',
    'Game Options', 'Color Circles', '1',
    'MOVIES', 'NASHKELL', '1',
    'Multiplayer', 'Last Protocol Used', '1',
    'Multiplayer', 'Player Name', 'Clay',
    'Multiplayer', 'Session Password', '',
    'Multiplayer', 'Session Name', 'Clay',
    'Multiplayer', 'Default Permissions', '00000001',
    'Multiplayer', 'Pausing Dialog', '0',
    'Multiplayer', 'Import Character', '7',
    'MOVIES', 'RESTDUNG', '1',
    'MOVIES', 'CAMP', '1',
    'MOVIES', 'MINEFLOD', '1',
    'MOVIES', 'BGENTER', '1',
    'MOVIES', 'BLACKPIT', '1',
    'Fonts', 'ko_KR', 'UNBOM',
    'Fonts', 'zh_CN', 'SIMSUN',
    'Fonts', 'ja_JP', 'MSGOTHIC',
    'Fonts', 'ru_RU', 'PERMIAN',
    'Fonts', 'uk_UA', 'PERMIAN',
    'Graphics', 'version', '4.3.0',
    'Graphics', 'renderer', 'GeForce GTX 650/PCIe/SSE2',
    'Graphics', 'vendor', 'NVIDIA Corporation',
    'Graphics', 'Scale UI', '1',
    'Game Options', 'Over Confirm Everything', '0',
    'MOVIES', 'LOGO', '1',
    'MOVIES', 'INTRO15F', '1'
    );


    does not work
  • fish0331fish0331 Member Posts: 197
    kryptix said:

    Also check to Make sure your operating system doesn't have ctrl space mapped to another function such as switching languages.

    not the issue

  • BigfishBigfish Member Posts: 367
    And you are putting the file in C:\Users\Username\Documents\Baldur's Gate - Enhanced Edition ? And that's the user you are running the program as?
  • fish0331fish0331 Member Posts: 197
    that worked :)
Sign In or Register to comment.