Any way to disable double XP in SoD?
Zandos
Member Posts: 12
Hi, I installed SoD, but I noticed, that I receive double XP on insane, like it was in IWD, but in IWD EE there was option to disable this bonus.
It makes BG so much easier, rather that harder, with twice leveling speed.
Any way to disable that double XP?
It makes BG so much easier, rather that harder, with twice leveling speed.
Any way to disable that double XP?
0
Comments
If you don't know how to do it: Baldur.lua is a file located in your "documents\Baldur's Gate - Enhanced Edition" folder. Open it with a good text editor (such as Sublime) - Notepad doesn't work too well.
To disable XP bonuses from Hard and Insane difficulties, add this line:
SetPrivateProfileString('Game Options','No Difficulty Based XP Bonus','1')
Will notepad++ work?