________                              ________________________       
__  ___/______________   ________________    |_____  /_____  /_______
_____ \_  _ \_  ___/_ | / /  _ \_  ___/_  /| |  __  /_  __  /__  ___/
____/ //  __/  /   __ |/ //  __/  /   _  ___ / /_/ / / /_/ / _(__  ) 
/____/ \___//_/    _____/ \___//_/    /_/  |_\__,_/  \__,_/  /____/  
                                            

[=====------      WHO WHAT WHERE     ------=====]
Server adds is an Unreal addition that will display a few lines of text
every X seconds in everybody's console. You can use it do advertise
your homepage, or what ever.

[=====------       INSTALLATION       ------=====]
Installation is easy, just place the ServerAdds.u file in you
system directory and start editing the server .ini file.

Add the following line to the [Engine.GameEngine] section:
ServerActors=SPServerAdds.ServerAdds

Now the ServerAdds configuration, add the following section to the
same server .ini:

[SPServerAdds.ServerAdds]
fDelay=300
iRepeat=1
iGroupSize=1
iAddType=1
bDontWrapList=False
sLines[0]=

[=====------          SETUP          ------=====]
- fDelay is the delay in seconds when a new message is displayed 
(default = 300 , 5 minutes)
- iRepeat is the numer of repeats of every message cycle, it's
adviced to leave it to the default value (1)
- iGroupSize is the size of a message group, this is used in some
iAddType settings
- iAddType defines how to display the messages, it can have the 
following values:
 0	Old Skool, just display all lines every cycle, it seems to
	be limited to only the first 4 lines.
 1	Cycle list, every time the next message is display, 1 line
	at the time.
 2	Cycle list with groups, every time a group of messages is
	displayed, use iGroupSize to define the size of the Groups
 3	Random message, displays a random message (only 1 line)
 4	multiple random messages, this displays a iGroupSize amouth
	of random messages
 5	random multiple messages, this displays a group of messages,
	the first message is randomly chosen, the next iGroupSize
	lines are the lines that succeed the first line in the list
- bDontWrapList defines if the list should be wrapped when it reaches
the end of it (only for grouped messages, type 2,4 and 5). Default is
false, so it will display the first line again in the group. If true
the Grouped messages will not be filled completely, only the remaining
items will be displayed.
- sLines[#] are the lines of text that will be displayed, you can add
up to 25 lines (0 to 24). If you add an # in front of the text the
message will be an Admin message (only in ut 430 and up)


ADD THIS SECTION TO YOUR UNREAL.INI AND EDIT THE ADDS.

[SPServerAdds.ServerAdds]
fDelay=40
iRepeat=1
iGroupSize=2
iAddType=1
bDontWrapList=False
sLines[0]=Welcome to Sniper's Paradise
sLines[1]=If your caught cheating you will be banned.
sLines[2]=Foul language will not be tolerated and will get you banned. This is your only warning.
sLines[3]=Visit our website at www.snipersparadise.net for custom skins.
sLines[4]=Ventrilo voice server is at IP# 209.124.57.244 Port 3644.  Ventrilo can be downloaded at http://www.ventrilo.com/download.php
sLines[5]=Show good sportsmanship and give spawners a chance. 
sLines[6]=Spawn protection is set for 20 seconds unless you fire or pickup an item.
sLines[7]=Players spawn in invisible giving you time till you find a safe spot. Do not fire weapon and you will have up to 20 seconds protection.
sLines[8]=When spawning in an Assault Rifle map use altfire to respawn. This will keep your spawn protection active.
sLines[9]=You can now veiw who is playing online from SnipersParadise.net by clicking on the graphics next to the play now link.
sLines[10]=Skilled players play here. No one is cheating.
sLines[11]=To see the sniper scope you need to set your color quality to 32 bit and set your unreal video driver to either OpenGL or Direct3D NOT software rendering.
sLines[11]=Email admin for any server issues. admin can be reached at rush@snipersparadise.net
sLines[12]=Download Ventrilo at http://www.ventrilo.com/download.php to use talk with others during game play.
sLines[13]=Remember your a guest here. If you do not like the rules then you need to find another server.









[=====------          LINKS          ------=====]
TDS Unreal Tournament Servers
http://unreal.snt.utwente.nl
TDS ReServe (server reservation program) - development
http://unreal.snt.utwente.nl/tdsreserve_devel
UT Watcher (server monitor)
http://www.planetunreal.com/utwatcher
Planet Unreal
http://www.planetunreal.com



