Guest User

Untitled

a guest
Feb 19th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // PASTE IN @BZ2ROOT\addon\config\LocalPrefs.ini
  2. TeamColorFFA0 = "  0   0   0   0" // no special color
  3. TeamColorFFA1 = "255  31  31 255" // red
  4. TeamColorFFA2 = "255 255  31 255" // yellow
  5. TeamColorFFA3 = " 31 255  31 255" // green
  6. TeamColorFFA4 = " 31  31 255 255" // blue
  7. TeamColorFFA5 = " 31 255 255 255" // cyan
  8. TeamColorFFA6 = "255  31 255 255" // violet
  9. TeamColorFFA7 = "255 255 255 255" // white
  10. TeamColorFFA8 = " 31  31  31 255" // black
  11. TeamColorFFA9 = "  0   0   0   0" // no special color
  12. TeamColorFFA10= "  0   0   0   0" // no special color
  13. TeamColorFFA11= "  0   0   0   0" // no special color
  14. TeamColorFFA12= "  0   0   0   0" // no special color
  15. TeamColorFFA13= "  0   0   0   0" // no special color
  16. TeamColorFFA14= "  0   0   0   0" // no special color
  17. TeamColorFFA15= "  0   0   0   0" // no special color
  18.  
  19. // And, for teamplay (i.e. team strat or MPI) games, the teamcolors.
  20. // TeamA is used for teams 1..5, and TeamB is for teams 6..10
  21. TeamColorTeamA = "255 31 31 255" // red
  22. TeamColorTeamB = "31 31 255 255" // blue
  23.  
  24. // Per-team colors, even w/ teamplay on. The '0' slot is for the
  25. // commander; 1..4 are thugs. Note - if these are not specified
  26. // (i.e. they're commented out w/ the // at the left end of the line),
  27. // then the TeamColorA/TeamColorB is auto-copied into these values
  28.  
  29. //TeamColorTeamA0 = "255 31 31 255" // red
  30. //TeamColorTeamA1 = "255 31 31 255" // red
  31. //TeamColorTeamA2 = "255 31 31 255" // red
  32. //TeamColorTeamA3 = "255 31 31 255" // red
  33. //TeamColorTeamA4 = "255 31 31 255" // red
  34.  
  35. //TeamColorTeamB0 = "31 31 255 255" // blue
  36. //TeamColorTeamB1 = "31 31 255 255" // blue
  37. //TeamColorTeamB2 = "31 31 255 255" // blue
  38. //TeamColorTeamB3 = "31 31 255 255" // blue
  39. //TeamColorTeamB4 = "31 31 255 255" // blue
Add Comment
Please, Sign In to add comment