Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Objects in the mini map

Rochelle LaFollette
Registered User
Join date: 20 Jan 2004
Posts: 10
05-01-2007 17:50
The mini map always shows objects I own as light blue blobs. Now at times that can be good! But most of the time it's incredibly annoying!!! On my land, all I see is a mass of blue blob. I can't even tell where people are.

Is there a way to turn that off?
Chip Midnight
ate my baby!
Join date: 1 May 2003
Posts: 10,231
05-01-2007 20:35
I've always wondered that myself. The green of avatar icons is way too close to the cyan of objects you own to be easily visible. That's always bugged me greatly.
_____________________

My other hobby:
www.live365.com/stations/chip_midnight
Sindy Tsure
Will script for shoes
Join date: 18 Sep 2006
Posts: 4,103
05-01-2007 20:43
I agree and think it'd be nice to be able to change that in-world..

From C:\Program Files\SecondLife\app_settings\colors_base.xml
CODE
<!--   Colors for the Mini-Map   --> 
<NetMapBackgroundColor value="0, 0, 0, 77" />
<NetMapYouOwnAboveWater value="0, 255, 255, 255" />
<NetMapYouOwnBelowWater value="0, 200, 200, 255" />
<NetMapGroupOwnAboveWater value="255, 0, 255, 255" />
<NetMapGroupOwnBelowWater value="200, 0, 200, 255" />
<NetMapOtherOwnAboveWater value="60, 60, 60, 255" />
<NetMapOtherOwnBelowWater value="30, 30, 30, 255" />


edit: they don't come out in the forums so well but the color codes translate to:
  1. NetMapBackgroundColor
  2. NetMapYouOwnAboveWater
  3. NetMapYouOwnBelowWater
  4. NetMapGroupOwnAboveWater
  5. NetMapGroupOwnBelowWater
  6. NetMapOtherOwnAboveWater
  7. NetMapOtherOwnBelowWater
Verkin Raven
Registered User
Join date: 5 Jan 2005
Posts: 243
05-01-2007 20:44
Are there people on my land? *squints* *leans closer to the screen* *zooms the map in* *thrashes the camera up and down to see if any actual dots appear*

Yes. Very annoying.

What's weird is that it sometimes appears as DARK cyan, which is a relief. I've only ever seen it do that after a long time in SL, usually after I've manually flown across a ton of sims. I have no idea what really causes it.
Joseph Worthington
The Suntan Mega-Man
Join date: 29 Jul 2006
Posts: 563
05-01-2007 20:57
From: Verkin Raven
What's weird is that it sometimes appears as DARK cyan, which is a relief. I've only ever seen it do that after a long time in SL, usually after I've manually flown across a ton of sims. I have no idea what really causes it.


The dark Cyan ones are (I belive) Group owned/deeded to group objects.
_____________________
Do what now?
Want more control over your Windlight Moon? Vote Here!!
Rochelle LaFollette
Registered User
Join date: 20 Jan 2004
Posts: 10
05-01-2007 23:21
From: Sindy Tsure
I agree and think it'd be nice to be able to change that in-world..

From C:\Program Files\SecondLife\app_settings\colors_base.xml
CODE
<!--   Colors for the Mini-Map   --> 
<NetMapBackgroundColor value="0, 0, 0, 77" />
<NetMapYouOwnAboveWater value="0, 255, 255, 255" />
<NetMapYouOwnBelowWater value="0, 200, 200, 255" />
<NetMapGroupOwnAboveWater value="255, 0, 255, 255" />
<NetMapGroupOwnBelowWater value="200, 0, 200, 255" />
<NetMapOtherOwnAboveWater value="60, 60, 60, 255" />
<NetMapOtherOwnBelowWater value="30, 30, 30, 255" />


edit: they don't come out in the forums so well but the color codes translate to:
  1. NetMapBackgroundColor
  2. NetMapYouOwnAboveWater
  3. NetMapYouOwnBelowWater
  4. NetMapGroupOwnAboveWater
  5. NetMapGroupOwnBelowWater
  6. NetMapOtherOwnAboveWater
  7. NetMapOtherOwnBelowWater



Perfect! That worked, thank you