Posted by: Spartan Jedi - Sunday, June 24, 2007 9:26:01 AM
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

Posted by: CommieDog - Sunday, June 24, 2007 1:00:49 PM
Multiplayer.ini has all the code associated with the choices for team colors.

Posted by: Spartan Jedi - Sunday, June 24, 2007 5:11:37 PM
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) [code] MultiplayerColor ColorGrey RGBColor = R:128 G:128 B:128 RGBNightColor = R:128 G:128 B:128 TooltipName = Color:Grey End [/code] I don't know how to edit any of these tooltips, which sems to be the problem here

Posted by: CommieDog - Monday, June 25, 2007 5:31:42 PM
You'll need some sort of CSF editor in order to fix that problem. [url=http://xhp.xwis.net/]XCC Mixer[/url] has one built in.

Posted by: Spartan Jedi - Wednesday, June 27, 2007 12:48:07 PM
Found one. Thanks again for helping me out :)