View Single Post
  #3  
Old 08-28-2009, 02:09 AM
AndMetal
Developer
 
Join Date: Mar 2007
Location: Ohio
Posts: 648
Default

Quote:
Originally Posted by trevius View Post
Thanks to that comment; you won't be getting any help from me for your issue.
Crow_, I would first like to point out that this is an open source community made up of people who do this in their free time (for me, this is a hobby). If you're expecting tech support, you're looking in the wrong place (please see the official EverQuest Discussion Boards if you're looking for "tech support"), and your comment is uncalled for. As such, I am very hesitant to answer your questions just based on that, but I feel that others in the community could benefit from a useful response.

You may need to make sure Width/Height in the [VideoMode] heading of eqclient.ini match WidthWindowed/HeightWindowed. I have a 22" monitor that runs at 1680x1050 native resolution, and I run EQ at 1600x900, so this is what my eqclient.ini's VideoMode section looks like:

Code:
[VideoMode]
Width=1280
Height=768
WidthWindowed=1280
HeightWindowed=768
WindowedWidth=1600
WindowedHeight=900
FullscreenBitsPerPixel=32
FullscreenRefreshRate=0
In addition, I have VideoMode set to 0 & WindowedMode set to TRUE.

If you, or anyone else, find this useful, I would recommend updating this in the Wiki to help others in the future.
__________________
GM-Impossible of 'A work in progress'
A non-legit PEQ DB server
How to create your own non-legit server

My Contributions to the Wiki
Reply With Quote