Skip to content

Baldurs Gate Enhanced Edition Cheats on Android

First off, sorry if this appears in the wong spot on the forum. Also, I know there is a discussion somewhere about enabling cheats on the Android version some time ago. I'm hoping there is new, current, information somewhere. I'm trying to enable the console command on my tablet.

1st: I have a physical keyboard and my spacebar works on BG.

2nd: I was able to edit the Baldur.ini file below is what the file contains:

--------

CREATE TABLE options (
'Program Options', 'Debug Mode', '1',
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',
'Graphics', 'version', 'OpenGL ES 3.0 V@84.0 AU@ (CL@) - build 1967',
'Graphics', 'renderer', 'Adreno (TM) 305',
'Graphics', 'vendor', 'Qualcomm',
'MOVIES', 'LOGO', '1'
);

--------

3rd: Ctrl+space, Ctrl+enter, Ctrl+tab, Ctrl+m, etc, do not seem to work.

Is there something I'm doing wrong? Is CLUAconsole currently not functional at this time?

Comments

  • BillyYankBillyYank Member Posts: 2,768
    You've got this line:
    'Program Options', 'Debug Mode', '1',
    in the wrong place.

    It goes here:
    INSERT INTO options ROWS ( 'Program Options', 'Debug Mode', '1', 'Fonts', 'ko_KR', 'UNBOM',

    Picture this as creating a spreadsheet. The first part names the column headers and the second part puts data in each of the rows.
Sign In or Register to comment.