Bad
08-24-2007, 03:44 AM
<p>When in windowed mode, the window can't be resized to less than 1024 width (I would imagine there's a similar restriction for height). I'm guessing this was done because the default UI doesn't support less than 1024x768, but it's incredibly inconvenient.</p><p>I was able to temporarily fix the problem by finding the spot in EverQuest2.exe that stores the minimum width and modifying it, but I'm going to have to repeat the process every time the file is patched.</p><p>Removing the minimum width (or even it just lowering it to something like 800) would be much appreciated and should be extremely easy to do. It shouldn't take more than 5 or 10 minutes of a dev's time.</p><p>BTW, if anyone else is wanting to edit their EverQuest2.exe, the minimum width is stored at offset 84315 (decimal). If you change 00 04 00 00 to 00 02 00 00, the minimum width is set to 512.</p>