Skip to content

CluaConsole help

blazedphoenixblazedphoenix Member Posts: 17
Hi, I Used this console on BGEE and it worked fine. However on BG2EE it doesn't seem to work. Done exactly the same process { Opened Baldurs.ini file, under the line Programme options I put in 'Program Options', 'Debug Mode', '1',} then saved. Opened up the game and pushed CTRL + SPACE for console. All it did was paused the game. So i went back to the Baldurs.ini File and the line that i filled it had vanished????

I only want to Bring My guys back from the dead. As I'M in the Asylum Just after you take of That Vampire leader and turn in to an Avatar. And x3 of my guys Died. No where to revive them and I accidentally saved over the original Save.
Because Asylum is hard as nails with just me, Viconia and Imoan.
Heeeeelp

Comments

  • TJ_HookerTJ_Hooker Member Posts: 2,438
    If your .ini is reverting, I think you can prevent this by making it read only. Right-click>properties>"Read-only" checkbox under the General tab. The downside to this is that changes you make to the options in the game won't be saved. So for example, if you change the difficulty level, the next time you start the game it will have reverted to the previous level, because the game is unable to save the changes back to the .ini.
  • blazedphoenixblazedphoenix Member Posts: 17
    I checked this and it wasn't ticked, so it wasn't read only.
    Basically after i put Debug Mode=1 under programme options.
    Then did ctrl + space in game. Nothing happened so went back to baldurs.ini and this is what it looked like afterwards.

    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.4.0',
    'Graphics', 'renderer', 'GeForce GTX 550 Ti/PCIe/SSE2',
    'Graphics', 'vendor', 'NVIDIA Corporation',
    'MOVIES', 'LOGO', '1',
    'MOVIES', 'INTRO15F', '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', '62',
    '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', '1',
    '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', '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', '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',
    'Debug', '=', 'Program Options',
    'Volume SFX', '80', 'MOVIES',
    'RESTDUNG', '1', 'MOVIES',
    'DEATHAND', '1', 'MOVIES',
    'INTRO', '1', 'Window',
    'Maximized', '0', 'MOVIES',
    'REST', '1', 'MOVIES',
    'HEXXATDR', '1', 'MOVIES',
    'RESTINN', '1', 'Keymap Page',
    'Priest Spells', '0', 'Keymap Miscellaneous',
    'Hard Pause', '112', 'MOVIES',
    'DAYNITE', '1', 'MOVIES',
    'POCKETZZ', '1', 'MOVIES',
    'SARADUSH', '1', 'MOVIES',
    'NITEDAY', '1', 'MOVIES',
    'FLYTHR01', '1', '',
    'Window', 'Maximized', '0',
    'Program Options', 'Volume SFX', '80'
    );


    Notice how it's changed to 'debug', '=', 'Programe Options',

    But in game nothing happens other than pause.
  • blazedphoenixblazedphoenix Member Posts: 17
    Somebody??
  • argent77argent77 Member Posts: 3,433
    "Debug Mode=1" doesn't work in BG:EE and BG2:EE. And it looks like this entry has corrupted your Baldur.ini, starting with the line 'Debug', '=', 'Program Options'.
    To repair it, you can either delete the whole Baldur.ini (the game automatically creates a new one with default settings). Or you can remove each line starting with the borked 'Debug' line (make sure to remove the trailing comma from the last of the remaining lines).

    The cheat console can be enabled by the line you've mentioned already in your first post:
    	'Program Options',	'Debug Mode',	'1',
    Add this line somewhere before the last entry in the Baldur.ini, or you'll have to fix trailing commas again.
  • blazedphoenixblazedphoenix Member Posts: 17
    Okay, I Did what you said and deleted the whole baldurs.ini file... Reopened the game.. And it created a new one. But the line 'Debug', '=', 'Program Options', is still their?
  • blazedphoenixblazedphoenix Member Posts: 17
    So I deleted the whole 'Debug', '=', 'Program Options', Line and replaced it with 'Program Options', 'Debug Mode', '1', tried that in-game with ctrl + space but nothing. And baldurs.ini says 'Debug', '=', 'Program Options', again ;/ ?????????????????????
  • argent77argent77 Member Posts: 3,433
    That sounds very strange. Are you modifying the correct Baldur.ini? On Windows this file should be located in "C:\Users\[your_username]\Documents\Baldur's Gate II - Enhanced Edition".
  • blazedphoenixblazedphoenix Member Posts: 17
    Yup it's deffo the right baldurs.ini file.. In [your_username]\Documents\Baldur's Gate II - Enhanced Edition"
    I even replaced the Modified INI with the backed up INI and with out even modifying it, once i start the game and then check the Baldurs.ini file it says 'Debug', '=', 'Program Options', Again
  • argent77argent77 Member Posts: 3,433
    Then I can't help you any further. Maybe @Dee or one of the other experts can look into it.
  • blazedphoenixblazedphoenix Member Posts: 17
    It seems that the actual game is re modying the INI file
  • blazedphoenixblazedphoenix Member Posts: 17
    So nobody on the baldurs gate website knows the problem? lol that's funny
  • IsayaIsaya Member, Translator (NDA) Posts: 752
    Your badly written line has corrupted Baldur.ini. The 'Program Options' appearing after 'Debug', '=' should actually be on the next line before 'Volume SFX', '80'. Then the remaining lines are also corrupt.

    Ensure that the game is not running when you make any change to Baldur.ini.
    The fact the lines comes back, as you say, shows that it was already in the backup version of the file or that the game was running when you changed the file (so the game rewrote it when it quit).

    To get back to a proper condition, quit the game, remove the Baldur.ini file and start the game. This will recreate a fresh and not corrupt file.
  • blazedphoenixblazedphoenix Member Posts: 17
    Wow Man, you're great :) that worked lol thanks
Sign In or Register to comment.