FOnline: Ashes of Phoenix

General section => Game Tips & Guides => Topic started by: Matulaak on October 21, 2014, 01:37:33 AM

Title: How to change name color?
Post by: Matulaak on October 21, 2014, 01:37:33 AM
I know I have to edit the Namecolouring.exe and I read how to do it in the wiki but I still don't understand what i'm supposed to do...

This is how it currently looks:

############################
# Players colorizing section
#   Player name      Name color        Contour color
####################################################
>   cvet             NameCvet          ContourCvet
>   GoodBoyName*     NameGreen         ContourGreen
>   BadBoyName*      NameRed           ContourRed
>   One&Two???       NameGray          ContourYellow
>   Sidle&Jinks             NameBlack          ContourBlack
>   SidleJinks             NameBlack          ContourBlack
>   SJ             NameBlack          ContourBlack
>   Dagnir             NameBlack          ContourBlack
>   Ra             NameBlack          ContourBlack
>   Tabak             NameBlack          ContourBlack
>   rifleman17             NameBlack          ContourBlack
>   Cracker             NameBlack          ContourBlack
>   Matulaak*      NameRed           ContourRed

I know im close, can someone pls tell me what I'm doing wrong?
Title: Re: How to change name color?
Post by: Matulaak on October 21, 2014, 01:39:06 AM
Also can i get the colour purple by any chance?
Title: Re: How to change name color?
Post by: paragon on October 21, 2014, 04:10:33 AM
Read what is RGB to get new colors, or just visit sites providing RGB codes (e.g. http://www.colorpicker.com/ ), choosing color and writing down values of Red Green Blue for your purple.
In your case you seem to lack NameRed color definition. So it will be:
@ NameRed 190 0 0
Some of mine:

#
# Colors section
#
#   Color name           R   G   B
@   NameGray             173 173 185
@   NameRed              190 0   0
@   NameGreen            0   190 0
@   RedBright            140 0   0
@   GreenBright          0   140 0
@   Green              0   190 0
@   Yellow               250 250 0
@   Orange               254 102 0
@   Blue              70  70  200
@   BlueBright           30  90  220
@   BlueOwn             80 170 220
@   Brown              130 90 30
@   BrownBright          175 120 40
@   Purple              160 15 160
@   PurpleBright         255 75 200
# unused
@ Grey 173 173 185
@ LGrey 119 136 153
@ ColdGrey 128 138 135
@ DRed 120 0 0
@ Mint 189 252 201
@ PurpleDark 128 0 128
@ Magenta 205 0 205
@ LGrean 113 198 113
@ SeaGreen 46 139 87
@ Cobalt 61 89 171
@ PinkRed 205 92 92
@ LRed 254 50 50

# Then you can use same RGB e,g, for factions:

@ cBlueGeckos 0   190 0
@ cAotN 113 198 113
@ cRandoms 46 139 87
@ cKotW 113 198 113
@ cPist 113 198 113
@ cOrganized 113 198 113

#Then start colorizing characters, e.g.

# My Characters
> Phoenix Orange
...

# Blue Geckos
> Gifted?Crafter cBlueGeckos
...

# Randoms
> Lieut.Doon cRandoms
...

# Betrayers
> Matze Yellow
...
Title: Re: How to change name color?
Post by: FrankenStone on October 21, 2014, 07:19:57 AM
how to edit color of factionchat ? i mean of your own name ?
Title: Re: How to change name color?
Post by: paragon on October 21, 2014, 08:11:25 AM
I only know that by changing Faction colors defined as:
}   FactionLawyers    ColorLawyers      ColorLawyersBright
}   FactionBrahmin   ColorBrahmin       ColorBrahminBright
}   FactionFamily    ColorFamily        ColorFamilyBright
}   FactionVtec      ColorVtec          ColorVtecBright
}   FactionLoner     ColorLoner         ColorLonerBright
You will change color in faction chat. I don't know if it's intended behavior or kind of feature-bug.

So basically, you need to change color definitions of color for your faction at this list:
@   ColorLawyers         160 15 160
@   ColorLawyersBright   160 15 160
@   ColorBrahmin         190 0   0
@   ColorBrahminBright   140 0   0
@   ColorFamily          130 90 30
@   ColorFamilyBright    175 120 40
@   ColorVtec            80 170 220
@   ColorVtecBright      80 170 220

AFAIR only first value currently is in use.
of course, this will change default colors of all faction members.
Title: Re: How to change name color?
Post by: Matulaak on October 21, 2014, 09:55:45 AM
Read what is RGB to get new colors, or just visit sites providing RGB codes (e.g. http://www.colorpicker.com/ ), choosing color and writing down values of Red Green Blue for your purple.
In your case you seem to lack NameRed color definition. So it will be:
@ NameRed 190 0 0
Some of mine:

#
# Colors section
#
#   Color name           R   G   B
@   NameGray             173 173 185
@   NameRed              190 0   0
@   NameGreen            0   190 0
@   RedBright            140 0   0
@   GreenBright          0   140 0
@   Green              0   190 0
@   Yellow               250 250 0
@   Orange               254 102 0
@   Blue              70  70  200
@   BlueBright           30  90  220
@   BlueOwn             80 170 220
@   Brown              130 90 30
@   BrownBright          175 120 40
@   Purple              160 15 160
@   PurpleBright         255 75 200
# unused
@ Grey 173 173 185
@ LGrey 119 136 153
@ ColdGrey 128 138 135
@ DRed 120 0 0
@ Mint 189 252 201
@ PurpleDark 128 0 128
@ Magenta 205 0 205
@ LGrean 113 198 113
@ SeaGreen 46 139 87
@ Cobalt 61 89 171
@ PinkRed 205 92 92
@ LRed 254 50 50

# Then you can use same RGB e,g, for factions:

@ cBlueGeckos 0   190 0
@ cAotN 113 198 113
@ cRandoms 46 139 87
@ cKotW 113 198 113
@ cPist 113 198 113
@ cOrganized 113 198 113

#Then start colorizing characters, e.g.

# My Characters
> Phoenix Orange
...

# Blue Geckos
> Gifted?Crafter cBlueGeckos
...

# Randoms
> Lieut.Doon cRandoms
...

# Betrayers
> Matze Yellow
...

So it should look like this?


############################
# Players colorizing section
#   Player name      Name color        Contour color
####################################################
>   cvet             NameCvet          ContourCvet
>   GoodBoyName*     NameGreen         ContourGreen
>   BadBoyName*      NameRed           ContourRed
>   One&Two???       NameGray          ContourYellow
>   Sidle&Jinks             NameBlack          ContourBlack
>   SidleJinks             NameBlack          ContourBlack
>   SJ             NameBlack          ContourBlack
>   Dagnir             NameBlack          ContourBlack
>   Ra             NameBlack          ContourBlack
>   Tabak             NameBlack          ContourBlack
>   rifleman17             NameBlack          ContourBlack
>   Cracker             NameBlack          ContourBlack
>   Matulaak      NamePurple           ContourPurple

#############################################################################
# Faction colorizing section
# Use ~factionnames command in game to get numbers of factions
# You can also use F2 button to save log in file inside your client directory
#############################################################################

# Examples:

# Brotherhood of Steel
>   2   NameYellow ContourYellow

# Enclave
>   3   NameYellow ContourYellow

# Vault City
>   6   NameYellow ContourYellow

###################################
# Colors section
#
#   Color name        R   G   B
###################################
@   NameCvet          250 230 90
@   ContourCvet       120 190 220
@   NameBlack          0 0 0
@   ContourBlack       0 0 0 
@   NameWhite          250 250 250
@   NameGray          173 173 185
@   NameRed           140 0   0
@   NameGreen         0   140 0
@   NameBlue         0   0 140
@   NameYellow         140 140 0
@   ContourYellow     140 140 0
@   ContourRed        140 0   0
@   ContourGreen      0   140 0
@   ContourBlue      0   0 140
@   Purple           128 0 255
Title: Re: How to change name color?
Post by: Matulaak on October 21, 2014, 10:03:56 AM
I figured it out! I was editing the older Namecolorizing.txt from a past update :P thanks for the help
Title: Re: How to change name color?
Post by: paragon on October 21, 2014, 10:28:48 AM
@   Purple           128 0 255
in this line you says: let word Purple mean 128 0 255

>   Matulaak      NamePurple           ContourPurple
in this line you says: let character with nickname Matulaak has color of name NamePurple.

But there's no such defined color, and your character will be most probably grey.

Defined color (@   Purple) should be same as it's used for the nickname (not NamePurple, but just Purple)

2nd value (ContourPurple) couldn't be set, because game uses 3 contours depending on reputation.
Title: Re: How to change name color?
Post by: Matulaak on October 21, 2014, 11:59:16 AM
How do you get the color while in chat? Mine still seems to be green :/
Title: Re: How to change name color?
Post by: paragon on October 21, 2014, 12:41:06 PM
change @   ColorBrahmin         190 0   0
Title: Re: How to change name color?
Post by: Matulaak on October 21, 2014, 02:59:32 PM
Thank you :D