Skip to content

Cant make cluaconsole work.

astresastres Member Posts: 4
Title says it all. Gonner link my lua info hoping someone can tell me what im doing wrong. Worked fine in BG1 and DS expasion. Using notepad and also tried the "long" version of debug 1 line. Right now I put it in first in program options but I have tried other places as well and cant get cluaconsole to open ingame.


SetPrivateProfileString('MOVIES','LOGO','1')
SetPrivateProfileString('MOVIES','INTRO15F','1')
SetPrivateProfileString('Game Options','Classic Selection Circles','0')
SetPrivateProfileString('Game Options','Tutorial State','1')
SetPrivateProfileString('Game Options','Show Learnable Spells','1')
SetPrivateProfileString('Game Options','Area Effects Density','100')
SetPrivateProfileString('Game Options','Cleric Ranger Spells','1')
SetPrivateProfileString('Game Options','GUI Feedback Level','5')
SetPrivateProfileString('Game Options','All Learn Spell Info','0')
SetPrivateProfileString('Game Options','Render Actions','0')
SetPrivateProfileString('Game Options','Footsteps','1')
SetPrivateProfileString('Game Options','Effect Text Level','62')
SetPrivateProfileString('Game Options','Nightmare Bonus Gold','0')
SetPrivateProfileString('Game Options','No Difficulty Based XP Bonus','1')
SetPrivateProfileString('Game Options','Pausing Map','0')
SetPrivateProfileString('Game Options','Hotkeys On Tooltips','1')
SetPrivateProfileString('Game Options','Render Explored Map','0')
SetPrivateProfileString('Game Options','Keyboard Scroll Speed','37')
SetPrivateProfileString('Game Options','Memory Level','1')
SetPrivateProfileString('Game Options','Bored Timeout','3000')
SetPrivateProfileString('Game Options','Message Box Top','175')
SetPrivateProfileString('Game Options','Combat UI','1')
SetPrivateProfileString('Game Options','Ranged Weapon Switching','1')
SetPrivateProfileString('Game Options','Critical Hit Screen Shake','1')
SetPrivateProfileString('Game Options','Heal Party on Rest','1')
SetPrivateProfileString('Game Options','Last Save SOA','000000001-Quick-Save')
SetPrivateProfileString('Game Options','Suppress Extra Difficulty Damage','0')
SetPrivateProfileString('Game Options','Quick Item Mapping','1')
SetPrivateProfileString('Game Options','Show Message Box Hint','0')
SetPrivateProfileString('Game Options','Confirm Dialog','0')
SetPrivateProfileString('Game Options','Difficulty Level','1')
SetPrivateProfileString('Game Options','Render Travel Regions','0')
SetPrivateProfileString('Game Options','Infravision','0')
SetPrivateProfileString('Game Options','Command Sounds Frequency','2')
SetPrivateProfileString('Game Options','Always Dither','1')
SetPrivateProfileString('Game Options','Maximum HP','1')
SetPrivateProfileString('Game Options','Journal Popups','1')
SetPrivateProfileString('Game Options','Subtitles','1')
SetPrivateProfileString('Game Options','Locator Feedback Level','3')
SetPrivateProfileString('Game Options','3E Thief Sneak Attack','0')
SetPrivateProfileString('Game Options','Selection Sounds Frequency','3')
SetPrivateProfileString('Game Options','Attack Sounds','1')
SetPrivateProfileString('Game Options','Environmental Audio','1')
SetPrivateProfileString('Game Options','Extra Feedback','0')
SetPrivateProfileString('Game Options','Terrain Hugging','0')
SetPrivateProfileString('Game Options','Show Character HP','1')
SetPrivateProfileString('Game Options','Auto Pause Center','1')
SetPrivateProfileString('Game Options','HP Over Head','0')
SetPrivateProfileString('Game Options','Filter Games','1')
SetPrivateProfileString('Game Options','Nightmare Bonus XP','0')
SetPrivateProfileString('Game Options','Duplicate Floating Text','1')
SetPrivateProfileString('Game Options','Color Circles','0')
SetPrivateProfileString('Game Options','Mouse Scroll Speed','78')
SetPrivateProfileString('Game Options','Over Confirm Everything','0')
SetPrivateProfileString('Game Options','Auto Pause State','0')
SetPrivateProfileString('Game Options','Tiles Precache Percent','100')
SetPrivateProfileString('Game Options','Weather','1')
SetPrivateProfileString('Window','Full Screen','1')
SetPrivateProfileString('Program Options','Debug Mode','1')
SetPrivateProfileString('Program Options','Translucent Shadows','1')
SetPrivateProfileString('Program Options','Volume Ambients','40')
SetPrivateProfileString('Program Options','3D Acceleration','1')
SetPrivateProfileString('Program Options','Volume Voices','100')
SetPrivateProfileString('Program Options','Font Name','')
SetPrivateProfileString('Program Options','Maximum Frame Rate','30')
SetPrivateProfileString('Program Options','Tooltips','15')
SetPrivateProfileString('Program Options','Sprite Mirror','0')
SetPrivateProfileString('Program Options','Cloud Saves Enabled','0')
SetPrivateProfileString('Program Options','Path Search Nodes','32000')
SetPrivateProfileString('Program Options','Volume Music','40')
SetPrivateProfileString('Program Options','Volume SFX','80')
SetPrivateProfileString('Program Options','Volume Movie','90')
SetPrivateProfileString('Program Options','Active Campaign','0')
SetPrivateProfileString('Program Options','Disable Cosmetic Attacks','0')
SetPrivateProfileString('Program Options','Drop Capitals','1')
SetPrivateProfileString('Multiplayer','Disable Banters','1')
SetPrivateProfileString('Multiplayer','Enable Chat Menu','1')
SetPrivateProfileString('Graphics','Scale UI','0')
SetPrivateProfileString('Graphics','vendor','ATI Technologies Inc.')
SetPrivateProfileString('Graphics','Backend','0')
SetPrivateProfileString('Graphics','Use Sprite Outlines','1')
SetPrivateProfileString('Graphics','Hardware Mouse Cursor','1')
SetPrivateProfileString('Graphics','renderer','AMD Radeon R9 200 Series')
SetPrivateProfileString('Graphics','Use Character Highlights','1')
SetPrivateProfileString('Graphics','version','OpenGL version 4.5.13474 Compatibility Profile Context 22.19.162.4 - build XXXX')
SetPrivateProfileString('Graphics','Zoom Lock','0')
SetPrivateProfileString('Graphics','Use Nearest Neighbour Scaling','0')
SetPrivateProfileString('Graphics','Greyscale On Pause','1')
SetPrivateProfileString('Graphics','Show Black Space','1')
SetPrivateProfileString('Fonts','uk_UA','PERMIAN')
SetPrivateProfileString('Fonts','zh_CN','SIMSUN')
SetPrivateProfileString('Fonts','ru_RU','PTSERIF')
SetPrivateProfileString('Fonts','ja_JP','MEIRYO')
SetPrivateProfileString('Fonts','Zoom','112')
SetPrivateProfileString('Fonts','ko_KR','NANUM')
SetPrivateProfileString('Language','Text','en_US')

Comments

  • mf2112mf2112 Member, Moderator Posts: 1,919
    edited June 2017
    I believe this is all you need and it looks right.

    SetPrivateProfileString('Program Options','Debug Mode','1')

    When you say the console doesn't work, do you mean it won't come up with the box on the bottom to type into when you hit Ctl-Space, or the commands you enter don't work?
  • PaulaMigratePaulaMigrate Member Posts: 1,201
    Console commands are just entered with C:
    e.g.
    C:MoveToArea("ar0020")
  • astresastres Member Posts: 4
    It didnt come up when I hit Ctl-space. But I got it working now. It had a bug where the lua file copied itself with a new version everytime I opend the game and replaced the old modified one so I deleted the game and after a fresh install it saves the debug line as it should.
  • Grond0Grond0 Member Posts: 7,314
    It may not have been a problem for you, but for others searching about this issue I'll mention that you can't amend the lua file while the game is open - any changes you make will be immediately overwritten so that the file remains the same as it was when you opened the game.
Sign In or Register to comment.