Changeing the colour of owned objects on mini-map
|
|
Dnel DaSilva
Master Xessorizer
Join date: 22 May 2005
Posts: 781
|
09-06-2006 19:32
Any one know off hand if we can chage the colour ouf our own objects on the mini-map, via XUI or something? I find it had to see the green dots on the light blue sometimes.
Thanks
|
|
Shack Dougall
self become: Object new
Join date: 9 Aug 2004
Posts: 1,028
|
09-07-2006 08:57
From: Dnel DaSilva Any one know off hand if we can chage the colour ouf our own objects on the mini-map, via XUI or something? I find it had to see the green dots on the light blue sometimes.
Yep, I have this problem, too. The Cliffs bathes the mini-map in a sea of light blue that drowns any green dots around. I'd love to have a solution to this as well.
_____________________
Prim Composer for 3dsMax -- complete offline builder for prims and sculpties in 3ds Max http://liferain.com/downloads/primcomposer/
Hierarchical Prim Archive (HPA) -- HPA is is a fully-documented, platform-independent specification for storing and transferring builds between Second Life-compatible platforms and tools. https://liferain.com/projects/hpa
|
|
Dnel DaSilva
Master Xessorizer
Join date: 22 May 2005
Posts: 781
|
09-07-2006 09:36
Since no one replied with an answer, I did a bit of digging this morning. In the folder where you installed SL, there is a folder called 'app_settings'. In that folder is a file called 'colors.ini'. Open that sucker up and in the comments are the instructions for making your own colours. I added these lines:
NetMapYouOwnAboveWater 255 128 0 255 NetMapYouOwnBelowWater 192 96 0 255
making my items show as orange, a bit easier to see the green dots or T's on the map now at a glance.
|
|
Shack Dougall
self become: Object new
Join date: 9 Aug 2004
Posts: 1,028
|
09-07-2006 09:51
WOW! Much better!
It's something that's been bugging me for a long while, but it didn't occur to me that it would be so easy to fix.
thanks!
_____________________
Prim Composer for 3dsMax -- complete offline builder for prims and sculpties in 3ds Max http://liferain.com/downloads/primcomposer/
Hierarchical Prim Archive (HPA) -- HPA is is a fully-documented, platform-independent specification for storing and transferring builds between Second Life-compatible platforms and tools. https://liferain.com/projects/hpa
|
|
Dnel DaSilva
Master Xessorizer
Join date: 22 May 2005
Posts: 781
|
09-07-2006 10:01
No prob. It's been bugging me forever too, just finally got off my ass to try and figure it out 
|
|
Rebbeca Baldwin
¿?
Join date: 26 Apr 2004
Posts: 49
|
09-08-2006 05:11
Thanks a million Dnel,I never understood why LL chose that blue color for owned objects,not enough contrast there.
On a side note:how will we get valuable information like this after the forums close?I've seen this question asked several times,even in Linden parts of the forum and it has never been answered untill now.
|
|
Dnel DaSilva
Master Xessorizer
Join date: 22 May 2005
Posts: 781
|
09-08-2006 08:57
From: Rebbeca Baldwin On a side note:how will we get valuable information like this after the forums close?I've seen this question asked several times,even in Linden parts of the forum and it has never been answered untill now. My understanding is that forums such as this one, are not going to be closed. I think its general, land and economy, sandbox and political science are being closed, but I 'd have to look again to see if thats right. EDIT: it's those 4 plus bulletin board.
|
|
Phoenixflames Kukulcan
avi may combust!
Join date: 10 Apr 2006
Posts: 5
|
09-08-2006 23:38
From: Dnel DaSilva My understanding is that forums such as this one, are not going to be closed. I think its general, land and economy, sandbox and political science are being closed, but I 'd have to look again to see if thats right.
EDIT: it's those 4 plus bulletin board. D'Nel should be a scripter!
|
|
Missy Malaprop
♥Diaper Girl♥
Join date: 28 Oct 2005
Posts: 544
|
09-10-2006 04:07
From: Dnel DaSilva Since no one replied with an answer, I did a bit of digging this morning. In the folder where you installed SL, there is a folder called 'app_settings'. In that folder is a file called 'colors.ini'. Open that sucker up and in the comments are the instructions for making your own colours. I added these lines:
NetMapYouOwnAboveWater 255 128 0 255 NetMapYouOwnBelowWater 192 96 0 255
making my items show as orange, a bit easier to see the green dots or T's on the map now at a glance. For the Mac people out there, this works as well, but its a bit different to find the colors.ini file since macs use a single 'pakcage' .app file and not an install with a bunch of subdirectories. in Finder, right click (or Ctrl+click) on the SecondLife.app file then choose 'Show Package Contents' .. then double click on the 'Resource' folder, then double click on the 'app_settings' folder and you'll find the 'colors.ini' file in there. ini files arent linked right by default (at least they werent on mine) so youll want to right click the file and choose 'Open With' On the following menu change 'Recommended Apps' to 'All Apps' and choose to open it in TextEdit. You can then add those lines to the bottom and save and close. The draw back is the Mac client updater gives you a whole new SecondLife.app every time there is a new release, and I'm guessing it'll give you a default colors.ini every update.
|
|
Lex Neva
wears dorky glasses
Join date: 27 Nov 2004
Posts: 1,361
|
09-10-2006 11:44
Dnel, you are my hero for today. Oh, and since they're moving toward .xml configuration files, it'd probably be better to put this in colors.xml in between the <settings> tags: <NetMapYouOwnAboveWater value="255, 128, 0, 255"/> <NetMapYouOwnBelowWater value="192, 96, 0, 255"/>
|
|
Dnel DaSilva
Master Xessorizer
Join date: 22 May 2005
Posts: 781
|
09-10-2006 13:39
From: Lex Neva Dnel, you are my hero for today. Oh, and since they're moving toward .xml configuration files, it'd probably be better to put this in colors.xml in between the <settings> tags: <NetMapYouOwnAboveWater value="255, 128, 0, 255"/> <NetMapYouOwnBelowWater value="192, 96, 0, 255"/>
Awesome thanks Lex, good tip. To LL: It would be a good idea to include the comments from the colors.ini in the colors.xml.
|
|
Dnel DaSilva
Master Xessorizer
Join date: 22 May 2005
Posts: 781
|
09-14-2006 19:18
*BUMP* After the updates, my settings got overwritten and I had to look for this thread again. Since it got lost in the flurry of threads regarding the problems with the updates and others may have be looking for it as well I though I would bump it. To recap the best way to do this is: Put this in your colors.xml file (found in the app_settings folder in the Second Life install folder, typically 'C:\Program Files\SecondLife\app_settings' on a Windows machine) in between the <settings> tags: <NetMapYouOwnAboveWater value="255, 128, 0, 255"/> <NetMapYouOwnBelowWater value="192, 96, 0, 255"/>
_____________________
Xessories in Urbane, home of high quality jewelry and accessories.
Coming soon to www.xessories.net
Why accessorize when you can Xessorize?
|
|
Phoenixflames Kukulcan
avi may combust!
Join date: 10 Apr 2006
Posts: 5
|
09-14-2006 20:21
Yay for bumps!!!
|