Page 1 of 1

Resizing Ingame Map

Posted: Fri Jan 09, 2004 11:41 pm
by battaile
Is there any way to resize the ingame map? (either existing or with mild source customization?)

Posted: Sat Jan 10, 2004 1:33 am
by GD
Edit the EQUI_MapViewWnd.xml in your selected UI folder and change the following:

From:

Code: Select all

    <Style_Sizable>false</Style_Sizable>
To:

Code: Select all

    <Style_Sizable>[color=red]true[/color]</Style_Sizable>

Posted: Sat Jan 10, 2004 9:42 pm
by DontShoot
Only problem I have with this is that the map render area doesn't change with the resizing of the map window, and the buttons don't move either... any ideas?

Posted: Sun Jan 11, 2004 1:30 am
by GD
Doh, forgot about that. The window is a set size in that same file, but resizing that part would require moving a large amount of the other window contents.

Posted: Sun Jan 11, 2004 9:16 am
by Brigand
There are some UI mods of the map window that put the buttons at the top, to make it easier to resize. If you code the interior map window to be the largest you'll want it, and make the outside window resizable in the game, you can resize the window and it will just obscure part of the interior window. Since you can move around and zoom, this is workable, but I believe the auto-center button can then put you off the screen and you have to fish around to find your arrow.

Posted: Sun Jan 11, 2004 12:25 pm
by Elric
www.eqgui.com

Look there. You'll find map mods.