Home

UT2Vote59
UT2Vote Server Messages

[UT2Vote59.UT2VoteMessages]

Interval=20
The interval in seconds between each displayed message.
Duration=10
The duration in seconds of each message.
bFading=True
Whether the message should fade out during its Duration time.
bVoting=False
Whether messages should be displayed during a voting session.
bGameEnd=True
Whether messages should be displayed at Game end.
The Message setup: (1 line)

MesgInfo=(Enabled=True,GameName="All",OnceOnly=False,Center=False,YPos=10,TextSize=3,
                 TextColor="200.200.200.255",Message="< Powered by UT2Vote >")


Enabled
If this is false the message will not be displayed.
GameName
"All" will display this message in all Gametypes, whereas should you wish the message only to be display in a certain came, like CTF, then set this as GameName="Capture the Flag".
NB... The GameName must be identical to the GameName= in the GameType= string.
OnceOnly
If an Admin wants a message to only be displayed once, like a welcome message.
Center
If this is True then the message will be displayed in the screen center.
YPos
This is the vertical position in a percentage from the top to the bottom of the screen to where the message should be displayed.
75 is the default, placing them directly above the chat messages.
TextSize
This is the size of the text for the message from 1 to 9.
TextColor
This is the color of the message text and needs to be the following format:
200.200.200.255 where its in the form of Red.Green.Blue.Brightness
A Color Chart
button has also been added in the ServerMessage Menu for Admin to select an actual color name.
This is for those that do not have a good understanding or how colors are made up.

See more Color settings.

Message
The actual message to be displayed.
NB... All messages can be added, removed or edited in the Server Messages Menu.
The button for this Menu can be found in the Admin Menu.
NB.. Maximum message length is 60 characters.