Ogre Map Interface

sweetiepie

Active Member
Is there any way to turn off the interface for the ogre Mapper but still leave it running in the background? It sits right in the middle of my screen and makes the screen messy and difficult to use. If it cant be turned off, is there any way of moving it maybe?

thanks :)
 

Kannkor

Ogre
Is there any way to turn off the interface for the ogre Mapper but still leave it running in the background? It sits right in the middle of my screen and makes the screen messy and difficult to use. If it cant be turned off, is there any way of moving it maybe?

thanks :)
Not currently there isn't.. It's one of those things I'd like to do.. but eh.. It's low on the priority list..

You can manually move it if you'd like..
Open Scripts/EQ2OgreCommon/EQ2OgreNavCreator
Near the top you will find these four lines..

variable(global) int EQ2OgreNavCreatorHUDX=250
variable(global) int EQ2OgreNavCreatorHUDY=180
variable(global) int EQ2OgreNavCreatorHUDInc=20
variable(global) int EQ2OgreNavCreatorCurrentPointHUDX=750
variable(global) int EQ2OgreNavCreatorCurrentPointHUDY=180

The first 2 (250/180) is the left side, then the 750/180 is the right side.

If you want, you could change the Inc to 0, and it would pile all of the lines in 1 line (you wouldn't be able to read it.. but I don't think you care at this stage).
 
Top Bottom