Skip to content

Android baldur.ini modding not working

I am normally not that bad at such things but trying to do that is driving me nuts. Any help would be appriciated.

After messing up baldur.ini i let the game create a new one by deleting the current one.
I just added the Program Obtions Debug Mode line

My problem is the debug mode does not seem to work (tried Ctrl j, Ctrl Space, Ctrl Tab and Ctrl m)
The baldur.ini seems to be Ok as changing the game difficulty updates the .ini file and changing the .ini file updates the difficulty in game after restarting it

The file is located at /sdcard/Android/data/com.beamdog.baldursgateenhancededition/files/Baldur.ini and here is my current one:

CREATE TABLE options (
section string,
name string,
value string
);
INSERT INTO options ROWS (
'Program Options', 'Debug Mode', '1',
'Fonts', 'ko_KR', 'UNBOM',
'Fonts', 'zh_CN', 'SIMSUN',
'Fonts', 'ja_JP', 'MSGOTHIC',
'Fonts', 'ru_RU', 'PERMIAN',
'Fonts', 'uk_UA', 'PERMIAN',
'Graphics', 'version', 'OpenGL ES 3.0 V@104.0 AU@ (GIT@Id3510ff6dc) - build 2176',
'Graphics', 'renderer', 'Adreno (TM) 320',
'Graphics', 'vendor', 'Qualcomm',
'MOVIES', 'LOGO', '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', '62',
'Game Options', 'Infravision', '0',
'Game Options', 'Weather', '1',
'Game Options', 'Tutorial State', '1',
'Game Options', 'Attack Sounds', '1',
'Game Options', 'Auto Pause State', '128',
'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', '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', 'Show Learnable Spells', '1',
'Game Options', 'Render Actions', '2',
'Game Options', 'Confirm Dialog', '1',
'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',
'Fonts', 'Zoom', '130',
'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'
);

Thanks to anyone helping me

Comments

  • JalilyJalily Member Posts: 4,681
    Try Ctrl+Enter with a Bluetooth keyboard.
    JuliusBorisov
  • sadoMasupilamisadoMasupilami Member Posts: 2
    I am using hackers keyboard. Ctrl x and Ctrl v are working at other apps so I guess the keyboard is working. If there any way test to see if the debug mode works?
Sign In or Register to comment.