Advertisement
Guest User

Untitled

a guest
Dec 18th, 2014
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.04 KB | None | 0 0
  1. #
  2. # Player names and contours colorizer.
  3. # - Everyone missing from the list will have a global karma nick color. To disable it, type name with only "*".
  4. # - Instead of space, type "&". For example: "One&Two" is equal to "One Two".
  5. # - You can use "*" and "?" characters in name, the first case skips one or more letters, second only one.
  6. #
  7.  
  8.  
  9. #
  10. # Names section
  11. #
  12. # Player name Name color Contour color
  13. > cvet NameCvet ContourCvet
  14. > GoodBoyName* NameGreen ContourGreen
  15. > BadBoyName* NameRed ContourRed
  16. > One&Two??? NameGray ContourYellow
  17.  
  18.  
  19. #
  20. # Colors section
  21. #
  22. # Color name R G B
  23. @ NameCvet 250 230 90
  24. @ ContourCvet 120 190 220
  25.  
  26. @ NameGray 173 173 185
  27. @ NameRed 190 0 0
  28. @ NameGreen 0 190 0
  29. @ ContourYellow 140 140 0
  30. @ ContourRed 140 0 0
  31. @ ContourGreen 0 140 0
  32.  
  33. ############Faction List############
  34.  
  35. @ faction1 20 235 208 [Junktown Scouts -> Teal]
  36. @ faction2 0 128 255 [Brotherhood of Steel -> Blue Neutral]
  37. @ faction3 0 128 255 [Enclave -> Blue Neutral]
  38. @ faction4 255 0 0 [Raiders -> Red Enemy]
  39. @ faction5 0 159 15 [New California Republic -> Ally Green]
  40. @ faction6 255 255 0 [NCR Rangers -> Yellow Questionable]
  41. @ faction7 245 21 10 [The Rogues -> Red Enemy]
  42. @ faction8 159 0 101 [Soldiers of Thunderstorm -> Pink Enemy, but not always :P]
  43. @ faction9 252 3 3 [Talon Company -> Red Enemy]
  44. @ faction10 255 0 0 [Red Dot Army -> Red Enemy]
  45. @ faction11 64 128 128 [The Crazy 88 -> Dark gren Most likely won't shoot us. Friends. But not official friends.]
  46. @ faction12 255 0 0 [Bang Bang Smash -> Red Enemy]
  47. @ faction13 255 0 0 [The Hawks -> Red Enemy]
  48. @ faction14 231 0 0 [Scavengers -> Red Enemy]
  49. @ faction15 255 0 0 [Night Owls -> Red Enemy]
  50. @ faction17 255 0 0 [Banda Untitled -> Red Enemy]
  51. @ faction18 255 0 0 [Hub Police -> Red Enemy]
  52. @ faction19 255 0 0 [The Amboy Dukes -> Red Enemy]
  53. @ faction20 64 128 128 [Wu-Tang-Clan -> Dark gren Most likely won't shoot us. Friends. But not official friends.]
  54. @ faction21 255 0 0 [Full Metal Rage -> Red Enemy]
  55. @ faction22 255 0 0 [Machete Rape Squad -> Red Enemy]
  56. @ faction23 255 0 0 [White Sun of the Desert -> Red Enemy]
  57. @ faction24 255 0 0 [The Outcast -> Red Enemy]
  58. @ faction25 255 0 0 [Unity -> Red Enemy]
  59. @ faction26 255 0 0 [The Antichrist -> Red Enemy]
  60. @ faction27 255 128 0 [The Guardians -> Isn't that just german part of c88? Dunno might be enemy not sure.]
  61. @ faction28 255 0 0 [The Mad Horsemans -> Red Enemy, DEQU & Friends.]
  62. @ faction29 128 64 0 [Midnight Raiders MC -> kurwa "friends". Except not for me.]
  63. @ faction30 255 0 128 [TB NIGGERZ-> Gay Pink enemy]
  64. @ faction31 255 0 128 [Rippers -> Gay Pink enemy]
  65. @ faction32 255 0 128 [San Francisco Foolers -> Gay Pink enemy]
  66. @ faction33 255 0 128 [Remnats of Master Army -> Gay Pink enemy]
  67. @ faction34 255 0 128 [Szydercy -> Gay Pink enemy]
  68. @ faction35 255 0 128 [The Wanderers -> Gay Pink enemy]
  69. @ faction36 255 0 128 [New Pecalifornia Republic -> Gay Pink enemy]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement