I'm currently working on a small UI mod that adds a number of hidden game options to the in-game options menu which are normally only accessible by editing the baldur.lua. It would be available for all EE games that have been patched to v2.0 or higher (including PST:EE).
Update: The mod has been released. More about it in this topic.
I have currently covered the following options:
- SetPrivateProfileString('Program Options','Debug Mode','1')
- SetPrivateProfileString('Program Options','Strref On','1')
- SetPrivateProfileString('Program Options','UI Edit Mode','1')
- SetPrivateProfileString('Game Options','Show Triggers On Tab','1')
- SetPrivateProfileString('Game Options','Extra Combat Info','1')
- SetPrivateProfileString('Game Options','Show Date On Pause','1')
- SetPrivateProfileString('Game Options','Enable Fog','1')
- SetPrivateProfileString('Game Options','Cleric Ranger Spells','1')
- SetPrivateProfileString('Game Options','Allow Spacebar In Dialog','1')
- SetPrivateProfileString('Game Options','Critical Hit Screen Shake','1')
- SetPrivateProfileString('Game Options','Pausing Map','1')
- SetPrivateProfileString('Game Options','Reverse Mouse Wheel Zoom','1')
- SetPrivateProfileString('Game Options','Hotkeys On Tooltips','1')
- SetPrivateProfileString('Game Options','3E Thief Sneak Attack','1')
- SetPrivateProfileString('Program Options','Disable Movies','1')
- SetPrivateProfileString('Graphics','Disable Area Map Zoom','1')







.jpg)



