CluaConsole help
blazedphoenix
Member Posts: 17
in BGII:EE Mods
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
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
0
Comments
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.
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: Add this line somewhere before the last entry in the Baldur.ini, or you'll have to fix trailing commas again.
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
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.