fodev.net

Other => FOnline:2238 Forum => Archives => General Game Discussion => Topic started by: shenbei on February 15, 2010, 01:47:57 pm

Title: how to change name's color?? somebody knows?
Post by: shenbei on February 15, 2010, 01:47:57 pm
how to change name's color?? somebody knows?    helppppp~~  thanks,
Title: Re: how to change name's color?? somebody knows?
Post by: _Youkai_ on February 15, 2010, 03:23:09 pm
how to change name's color?? somebody knows?    helppppp~~  thanks,

Open your NameColorizing.txt file in the game folder

and Try this:
Code: [Select]
#
# Player names and contours colorizer.
# - Everyone missing from the list will have a global karma nick color. To disable it, type name with only "*".
# - Instead of space, type "&". For example: "One?Two" is equal to "One Two".
# - You can use "*" and "?" characters in name, the first case skips one or more letters, second only one.
#

#
# Names section
#
#   Player name                           Name color        Contour color

#   Player name                            Name color        Contour color
>   cvet                                       NameCvet          ContourCvet
>   GoodBoyName*                       NameGreen         ContourGreen
>   BadBoyName*                          NameRed           ContourRed
>   One&Two???                           NameGray          ContourYellow

>   Shembei  <- char's name          Shembei-Color            Shembei-Contour    

#################################
#
#        Colors section
#
#   Color name           R    G    B
 
@ Shembei-Color         252   35  128               <---- here you set the color for the name display ( Shembei in this case)
@ Shembei-Contour       252   35  128               <---- here you set the color contour of the char (Shembei in this case)
Then if you want to add some more chars
You can add below this line:
>   Shembei            Shembei-Color            Shembei-Contour  
>   Youkai               youkai-color            youkai-contour

Then, at the end you add:

@ youkai-color      xx xx xx            <-- is better you open photoshop or something to set the "code" of color here
@ youkai-contour xx xx xx