# 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. # - You can refresh list in game without restarting the client, just type ~names command ##################################################### # Player name Name color Contour color ##################################################### #> cvet NameCvet ContourCvet #> myself NameGreen ContourGreen #> GoodBoyName* NameGreen ContourGreen #> BadBoyName* NameRed ContourRed #> One&Two??? NameGray ContourYellow ############################################################################# # 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 ############################################################################# ### NPC ### # Brotherhood of Steel > 2 NameYellow ContourYellow # Enclave > 3 NameYellow ContourYellow # Vault City > 6 NameYellow ContourYellow ################################# # Color name R G B ################################# @ NameCvet 250 230 90 @ NameGreen 0 190 0 @ NameRed 190 0 0 @ NameGray 173 173 185 @ NameYellow 190 190 0 @ NameBlack 0 0 0 @ NameWhite 250 250 250 @ NameBlue 0 0 190 @ ContourCvet 120 190 220 @ ContourGreen 0 140 0 @ ContourRed 140 0 0 @ ContourYellow 140 140 0 @ ContourBlack 0 0 0 @ ContourWhite 250 250 250 @ ContourBlue 0 0 140 #################################