Log in

View Full Version : Help setting up Maximizer



rebmonk
11-19-2008, 12:42 PM
Hey everyone. Following the guides and setting up maximizer and need some help on the display macro.

I want to run 2 WOW games (so dual box) on one computer and one monitor.
Current monitor setting is at 1440 X 900

So I'm trying to set up the bat file and need help. I guess i want both programs to run horizontally (one on top of the other, not side by side)
And the WOW folders are WOW1 and WOW2

so help?

BTW copied and pasted what im trying to edit from the guide below:

[code:1]REM batch file to launch 3 evenly spaced wows
REM Left monitor
c:\wow2\maximizer.exe --margin 480,30,0,0
REM top of right mon
c:\wow3\maximizer.exe --margin 0,570,0,840
REM bottom of right mon
c:\wow4\maximizer.exe --margin 0,570,840,0 [/code:1]

thanks for the help.

kadaan
11-19-2008, 04:22 PM
C:\wow1\maximizer.exe --margin 0,465,0,0
C:\wow2\maximizer.exe --margin 435,30,0,0

You'll also want to edit your \WTF\Config.wtf file , search for "SET gxResolution" and change that line to:

SET gxResolution "1440x435"