Author Topic: How to change name color?  (Read 6416 times)

Matulaak

  • Wastelander
  • **
  • Offline Offline
  • Posts: 110
  • Sewer Merchant
    • View Profile
How to change name color?
« 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?
Logged

Matulaak

  • Wastelander
  • **
  • Offline Offline
  • Posts: 110
  • Sewer Merchant
    • View Profile
Re: How to change name color?
« Reply #1 on: October 21, 2014, 01:39:06 AM »

Also can i get the colour purple by any chance?
Logged

paragon

  • Guest
Re: How to change name color?
« Reply #2 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
...
« Last Edit: October 21, 2014, 04:13:55 AM by paragon »
Logged

FrankenStone

  • Guest
Re: How to change name color?
« Reply #3 on: October 21, 2014, 07:19:57 AM »

how to edit color of factionchat ? i mean of your own name ?
Logged

paragon

  • Guest
Re: How to change name color?
« Reply #4 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.
Logged

Matulaak

  • Wastelander
  • **
  • Offline Offline
  • Posts: 110
  • Sewer Merchant
    • View Profile
Re: How to change name color?
« Reply #5 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
Logged

Matulaak

  • Wastelander
  • **
  • Offline Offline
  • Posts: 110
  • Sewer Merchant
    • View Profile
Re: How to change name color?
« Reply #6 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
Logged

paragon

  • Guest
Re: How to change name color?
« Reply #7 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.
Logged

Matulaak

  • Wastelander
  • **
  • Offline Offline
  • Posts: 110
  • Sewer Merchant
    • View Profile
Re: How to change name color?
« Reply #8 on: October 21, 2014, 11:59:16 AM »

How do you get the color while in chat? Mine still seems to be green :/
Logged

paragon

  • Guest
Re: How to change name color?
« Reply #9 on: October 21, 2014, 12:41:06 PM »

change @   ColorBrahmin         190 0   0
Logged

Matulaak

  • Wastelander
  • **
  • Offline Offline
  • Posts: 110
  • Sewer Merchant
    • View Profile
Re: How to change name color?
« Reply #10 on: October 21, 2014, 02:59:32 PM »

Thank you :D
Logged
 



SMF 2.0.2 | SMF © 2011, Simple Machines
Simple Audio Video Embedder - Theme by Crip