I can't edit baldur.ini game options to remove the HP eyesores on the portrait
Fenrir111
Member Posts: 2
There's no 'game options' in my baldur.ini folder for Baldur's Gate II. It's the Enhanced Edition, via Steam, and I was previously able to remove the HP thing. I really, really dislike the giant HP letters and numbers on the character portraits, and would really rather not need to completely wipe my game in order to fix this, so can anyone help me?
In case it helps, the entire contents of my baldur.ini folder since I can't upload it:
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.2.0 - Build 10.18.10.3412 - build XXXX',
'Graphics', 'renderer', 'Intel(R) HD Graphics 4400',
'Graphics', 'vendor', 'Intel',
'MOVIES', 'LOGO', '1',
'MOVIES', 'INTRO15F', '1',
'Window', 'Maximized', '0',
'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'
);
This is all there is. No option to edit the HP display.
In case it helps, the entire contents of my baldur.ini folder since I can't upload it:
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.2.0 - Build 10.18.10.3412 - build XXXX',
'Graphics', 'renderer', 'Intel(R) HD Graphics 4400',
'Graphics', 'vendor', 'Intel',
'MOVIES', 'LOGO', '1',
'MOVIES', 'INTRO15F', '1',
'Window', 'Maximized', '0',
'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'
);
This is all there is. No option to edit the HP display.
0
Comments
'Game Options', 'Show Character HP', '0',