Someone sent me a PM for help fixing an issue with their mode bar while they were playing. For certain resolutions (typically custom), NWN2 derps up on positioning things properly for the UI and it can be a pain if it's something that can't be moved around. I'm going to copy paste my response. This fix should work for any part of the UI.
Go into My Documents, then your Neverwinter Nights 2 folder, then to the UI folder, and then into default. Open up the guisettings in notepad (or a similar program), and do a search for "modebar". It should drop you down to an entry in the file that looks like this:
xpos-1366=1197
ypos-768=636
xpos-960=801
ypos-600=497
This is a list of all the resolutions you've played the game in so far and the corresponding coordinate entries for the mode bar. It sounds like the ypos for one of your resolutions is half of what it should be. You just need to increase this to a more suitable value so it's in the bottom corner. Remember that higher means lower on your screen.
Now if you'd rather not guess and get a precise coordinate, you can use a fraction equation.
Y1/Y2 = Y3/Y4
Just plug in the values for one of the correct y coordinates for a resolution with the one you're trying to fix. Let's say your using 960X600 like me. So the equation would look like:
636/768 (Correct Y value for my 1366X768) = Y/600
Now just solve for Y by cross multiplying.
636 * 600 = 768Y
381600 = 768Y
Now divide.
381600/768 = Y
496.875 or 497 rounded up
I hope this helps!
xpos-1366=1197
ypos-768=636
xpos-960=801
ypos-600=497
This is a list of all the resolutions you've played the game in so far and the corresponding coordinate entries for the mode bar. It sounds like the ypos for one of your resolutions is half of what it should be. You just need to increase this to a more suitable value so it's in the bottom corner. Remember that higher means lower on your screen.
Now if you'd rather not guess and get a precise coordinate, you can use a fraction equation.
Y1/Y2 = Y3/Y4
Just plug in the values for one of the correct y coordinates for a resolution with the one you're trying to fix. Let's say your using 960X600 like me. So the equation would look like:
636/768 (Correct Y value for my 1366X768) = Y/600
Now just solve for Y by cross multiplying.
636 * 600 = 768Y
381600 = 768Y
Now divide.
381600/768 = Y
496.875 or 497 rounded up
I hope this helps!


Does this mean I can finally move my mode bar to somewhere that won't keep overlapping with my party list?
Comment