Welcome! Log In

Advanced

how to change the color of the follow circle ?

Posted by Teora Donte Schaub 
how to change the color of the follow circle ?
August 02, 2013 11:29AM
hey,

pls can any help,

how i can change the color of the clear blue auto follow circle in the program..

when im in snow or in clear sand area .. its hard to see where is my position is ,


Thanks for your help

Donte

Ido
Re: how to change the color of the follow circle ?
August 02, 2013 06:02PM
Hi

Change the values in the config file:

PlayerColor_Ore1 ForestGreen Player circle ore color 1
PlayerColor_Ore2 Lime Player circle ore color 2
PlayerColor_Enm1 Cyan Player circle enmatter color 1
PlayerColor_Enm2 DodgerBlue Player circle enmatter color 2
PlayerColor_Tre1 Pink Player circle treasure color 1
PlayerColor_Tre2 HotPink Player circle treasure color 2

Ido

Re: how to change the color of the follow circle ?
August 02, 2013 10:46PM
<add key="PlayerColor_Ore1" value="ForestGreen" />
<add key="PlayerColor_Ore2" value="Lime" />
<add key="PlayerColor_Enm1" value="Cyan" />
<add key="PlayerColor_Enm2" value="DodgerBlue" />
<add key="PlayerColor_Tre1" value="Pink" />
<add key="PlayerColor_Tre2" value="HotPink" />

change in:

PlayerColor_Ore1 ForestGreen Player circle ore color 1
PlayerColor_Ore2 Lime Player circle ore color 2
PlayerColor_Enm1 Cyan Player circle enmatter color 1
PlayerColor_Enm2 DodgerBlue Player circle enmatter color 2
PlayerColor_Tre1 Pink Player circle treasure color 1
PlayerColor_Tre2 HotPink Player circle treasure color 2

is this right ?

Donte

see picture pls
[ge.tt]





Edited 1 time(s). Last edit at 08/02/2013 10:58PM by Teora Donte Schaub.
Ido
Re: how to change the color of the follow circle ?
August 03, 2013 05:16AM
i was quoting the Guide ; )

take this:
<add key="PlayerColor_Enm1" value="Cyan" />
<add key="PlayerColor_Enm2" value="DodgerBlue" />

and make it for example:

<add key="PlayerColor_Enm1" value="Red" />
<add key="PlayerColor_Enm2" value="Orange" />

Ido

Re: how to change the color of the follow circle ?
August 03, 2013 05:37AM
Thank you very much ..

may the power of starlights be with you smile

Donte