Poster: Juurei at 9/29/2005 11:27:03 AM PDT Subject: World Frame and custom resolutions |
| |
I've been messing with the world frame scale and ran into a problem. I want to run WoW with two monitors. I've already got the desktop stretching properly, but WoW will only show the resolutions of 800x600 and 1024x768. I have my monitors set up as though they were one display but can't even access my native laptop resolution (1280x800). I've also tried editing config.wtf but WoW always overwrites it. Any suggestions?
|
| | http://forums.worldofwarcraft.com/thread.aspx?fn=wow-interface-customization&t=230701&p=#post230701 |
| |
Poster: slouken at 9/29/2005 12:11:17 PM PDT Subject: Re: World Frame and custom resolutions |
| |
You can't span any game with a single camera in true fullscreen mode across multiple monitors.
You can however run the game in windowed maximized mode, which should do what you want, just check the video options.
Edit: Of course there are always exceptions to the rule, but they involve specialized drivers and/or specialized hardware.[ post edited by slouken ]
|
| | http://forums.worldofwarcraft.com/thread.aspx?fn=wow-interface-customization&t=230701&p=#post230742 |
Poster: slouken at 9/29/2005 12:20:38 PM PDT Subject: Re: World Frame and custom resolutions |
| |
I'm not sure. I know the DirectX API doesn't (didn't?) allow it, but I'm not sure if that's generally a driver or hardware limitation.
|
| | http://forums.worldofwarcraft.com/thread.aspx?fn=wow-interface-customization&t=230701&p=#post230754 |
Poster: slouken at 9/29/2005 2:03:55 PM PDT Subject: Re: World Frame and custom resolutions |
| |
I stand corrected. :)
Try running on the test server and opening up the video options and setting it to windowed maximized, and then running something like the following:
/script WorldFrame:ClearAllPoints(); WorldFrame:SetWidth(800); WorldFrame:SetHeight(768); WorldFrame:SetPoint("CENTER", -224, 0);
You'll have to play with the numbers probably, but you might be able to start getting what you want that way...
|
| | http://forums.worldofwarcraft.com/thread.aspx?fn=wow-interface-customization&t=230701&p=#post230840 |