fodev.net

Other => FOnline:2238 Forum => Archives => Survival Guides / Game Help => Topic started by: raynor009 on November 28, 2010, 07:32:57 pm

Title: How to make new colorizing?
Post by: raynor009 on November 28, 2010, 07:32:57 pm
How can i make a name colorizing for my faction so my members can se other members in new colour.
Title: Re: How to make new colorizing?
Post by: _Youkai_ on November 28, 2010, 08:20:15 pm
I think the file NameColorizing.txt works only for members. Who is out of your faction will not be colored.
Title: Re: How to make new colorizing?
Post by: raynor009 on November 29, 2010, 12:28:39 am
But how do i make them colored?
Title: Re: How to make new colorizing?
Post by: raynor009 on November 29, 2010, 07:57:59 pm
Can someone show me and example on how to do it?
Title: Re: How to make new colorizing?
Post by: Berko on November 29, 2010, 08:24:14 pm
For all member with same color :
Code: [Select]
#All in same color
>   *                YourColor       YourColor
@   YourColor     70     190     20

So you will see every members of your team in the same color. If you want specific color for you or other member :

Code: [Select]
#Specific color for you ("YourName") and other guy ("SpecificMember")
#They have to be write BEFORE the "*" line.
>   YourName            YourColor         YourColor
>   SpecificMember     SpecificColor     SpecificColor
>   *                        FactionColor       FactionColor
@   YourColor         0       60      230
@   SpecificColor     0       160    160
@   FactionColor     70     190     20
Title: Re: How to make new colorizing?
Post by: raynor009 on November 30, 2010, 12:02:10 am
Thnak you.