Spartan Jedi
18 years ago
I'm having a bit of trouble here. In some mods, there is the ability to change what color each player uses, for example: player 1 is red, player 2 is blue, player 3 is green, and so on. I know Zero Hour Retarded has dozens of different colors to choose from. How would I add different colors to my own game? Any help would be appreciated
Sponsor
CommieDog
18 years ago
Multiplayer.ini has all the code associated with the choices for team colors.
UserPostedImage 
CommieDog: Because someone has to do your dirty work for you
Spartan Jedi
18 years ago
Found it, thanks for the help CommieDog :)

EDIT
Well I found out how to add a new color, but when I went to check if it worked, it was labled as MISSING:C(cuts off)

MultiplayerColor ColorGrey
  RGBColor = R:128 G:128 B:128
  RGBNightColor = R:128 G:128 B:128
  TooltipName = Color:Grey
End
I don't know how to edit any of these tooltips, which sems to be the problem here
CommieDog
18 years ago
You'll need some sort of CSF editor in order to fix that problem. XCC Mixer  has one built in.
UserPostedImage 
CommieDog: Because someone has to do your dirty work for you
Spartan Jedi
18 years ago
Found one. Thanks again for helping me out 🙂