PDA

View Full Version : Window Minimum Width 1024


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>

Fringe
08-24-2007, 12:20 PM
<p>I really don't have a solid answer for you but you could try editing the windowed width setting in the recent.ini file (which should only have to be done once).</p><p>Also, I'm not really certain but I believe that editing the exe file would be a something that you wouldn't want to advertise on the boards. It's quite possible that messing with that file would constitute breaking the Eula or Tos.</p>