MOTDColor - Message Of The Day, IN COLOR!!

MOTDColor is a simple HUD (Heads Up Display) mutator that displays a message,
for a predefined period, when players join a game.

Each line of the MOTD can have a customized color.
Change the color of each line by editing the MOTDColor.ini file.
Colors are defined as 24-bit RGB (Red Green Blue) values, 
so you have a choice of over 16.7 million colors!

This a sample of the MOTDColor.ini file:

[MOTDColor.MOTDColor]
ServerColor=(R=179,G=157,B=85)  
AdminColor=(R=179,G=157,B=85)   
EmailColor=(R=179,G=157,B=85)   
MOTD1Color=(R=210,G=197,B=155)   
MOTD2Color=(R=210,G=197,B=155)
MOTD3Color=(R=210,G=197,B=155)
MOTD4Color=(R=210,G=197,B=155)


You must include MOTDColor as a ServerPackage, in your server INI file, for the clients to see the MOTD.

[Engine.GameEngine]
ServerPackages=MOTDColor

Also, the full Package.Mutator name is MOTDColor.MOTDInit for dedicated servers launched with commandline parameters.

Direct any questions to lar71@sprintpcs.com

ENJOY!!