EQ2Interface.com
Search Downloads


Go Back   EQ2Interface > Featured Projects > EQ2MAP

Reply
Thread Tools Search this Thread Display Modes
  #1  
Unread 12-28-2006, 10:14 AM
MadCrafter MadCrafter is offline
A Brown Bear
 
Join Date: Oct 2006
Server: Antonia Bayle
Posts: 11
Default Save settings presets for EQ2MAP?

There are + button where ya can change what you wanna see on map and what dont, basically i dont want any of this just just eq2 map because it have some additional maps.

I kind of tired of disabling all this little dots on map each time i rezone or die, is there some way to set EQ2MAP to not display em by default?
Reply With Quote
  #2  
Unread 12-28-2006, 05:38 PM
Landiin Landiin is offline
Slayer of clock cycles
This person is a EQ2Map developer.
Featured
 
Join Date: Nov 2004
Server: Oasis
Posts: 3,464
Default

Quote:
Originally Posted by MadCrafter
There are + button where ya can change what you wanna see on map and what dont, basically i dont want any of this just just eq2 map because it have some additional maps.

I kind of tired of disabling all this little dots on map each time i rezone or die, is there some way to set EQ2MAP to not display em by default?
Sorry there isn't. SOE doesn't save object states into the uisettings.ini file that hasn't been hard coded to do so, thats why you have to recheck them every time.

You may ask why don't we make it so it's defaulted off? The answer to that is; more people want them on then want them off.
__________________
Landiin's EQ2MAP Updater Discussion Download
Reply With Quote
  #3  
Unread 12-29-2006, 02:00 PM
MadCrafter MadCrafter is offline
A Brown Bear
 
Join Date: Oct 2006
Server: Antonia Bayle
Posts: 11
Default

Quote:
Originally Posted by Landiin
Sorry there isn't. SOE doesn't save object states into the uisettings.ini file that hasn't been hard coded to do so, thats why you have to recheck them every time.

You may ask why don't we make it so it's defaulted off? The answer to that is; more people want them on then want them off.
Ok then another question how i remove all this dots clusters, nameds etc. from EQ2MAP mod so they never apear?
Reply With Quote
  #4  
Unread 01-05-2007, 03:45 AM
_kyle_ _kyle_ is offline
A Coastal Crab
 
Join Date: Mar 2006
Server: Antonia Bayle
Posts: 1
Default

I'd like to know too. This has been bugging me majorly lately. I like all the maps and such, but the POIs are extremely intrusive when they continue to add up. Only POIs I like the most are Zone ones, but anymore then that it gets to the point that I can barrly even see my self or group members from all the dots.

I tried editing core_menu.xml and changing the states of Activated=false and checked=false instead of true. No luck.

Can anyone offer any help on this? I'm gonna try something else later and see if it works.

I like to use the POIs when I need them, but find it much easier to look at a website in windowed mode and copy in the location to create a waypoint rather then search for 20 minutes through tons of POIs.( Suggestion: Allow us to search through POIs by name. That'd be neat =D )
Reply With Quote
  #5  
Unread 01-05-2007, 11:10 AM
Erage Erage is offline
A Coastal Crab
 
Join Date: Mar 2005
Server: Antonia Bayle
Posts: 1
Default

I am interested in this as well. If there is some xml code I can edit to turn most or all of the POI's off by default, I'd like to know because I would certainly do this. They are useful for when I need them, but I'd rather not see all the clutter unless I need to.
Reply With Quote
  #6  
Unread 01-16-2007, 03:28 PM
htmlartist htmlartist is offline
A Crazed Gnoll
 
Join Date: Mar 2006
Server: Antonia Bayle
Posts: 23
Default

Darn, I was coming here to ask the same question.

So there's no way to do it? Even by editing the files by hand?
Reply With Quote
  #7  
Unread 01-16-2007, 03:53 PM
Deathbane27's Avatar
Deathbane27 Deathbane27 is offline
aka Mook
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Jul 2004
Server: Nektulos
Posts: 1,451
Default

Hand-editing:

Open (EQ2)\UI\(thyfolder)\eq2map\Skinnable_WindowElements.xml in notepad or your favorite text editor.

The second line should be
Code:
<Button AbsorbsInput="false" Name="Reset" OnActivate="Parent.Size=NormalSize
followed by 20-ish lines of script. Paste the following into that OnActivate script block:

Code:
Parent.QM_Menu.popup.CLSTCheckbox.Activated=False
Parent.QM_Menu.popup.CLSTCheckbox.Checked=False
Parent.QM_Menu.popup.LOCCheckbox.Activated=False
Parent.QM_Menu.popup.LOCCheckbox.Checked=False
Parent.QM_Menu.popup.MOBCheckbox.Activated=False
Parent.QM_Menu.popup.MOBCheckbox.Checked=False
Parent.QM_Menu.popup.NAMECheckbox.Activated=False
Parent.QM_Menu.popup.NAMECheckbox.Checked=False
Parent.QM_Menu.popup.NPCCheckbox.Activated=False
Parent.QM_Menu.popup.NPCCheckbox.Checked=False
Parent.QM_Menu.popup.QSTCheckbox.Activated=False
Parent.QM_Menu.popup.QSTCheckbox.Checked=False
Parent.QM_Menu.popup.ZONECheckbox.Activated=False
Parent.QM_Menu.popup.ZONECheckbox.Checked=False
Remove lines for items you don't want hidden by default. If you only want the Locations and Mobs off by default, only paste in:

Code:
Parent.QM_Menu.popup.LOCCheckbox.Activated=False
Parent.QM_Menu.popup.LOCCheckbox.Checked=False
Parent.QM_Menu.popup.MOBCheckbox.Activated=False
Parent.QM_Menu.popup.MOBCheckbox.Checked=False
Easy enough once you know how.
__________________
If it ain't broke, it needs more features!

Last edited by Deathbane27 : 01-16-2007 at 03:55 PM.
Reply With Quote
  #8  
Unread 01-18-2007, 12:52 PM
htmlartist htmlartist is offline
A Crazed Gnoll
 
Join Date: Mar 2006
Server: Antonia Bayle
Posts: 23
Default

Yay, thank you so much! You just made my day :cD
Reply With Quote
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -5. The time now is 11:05 AM.


Our Network
EQInterface | EQ2Interface | WoWInterface | LoTROInterface | ESOUI | MMOUI